Class: Aws::Bedrock::Types::ListModelInvocationJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_job_summariesArray<Types::ModelInvocationJobSummary>

A list of items, each of which contains a summary about a batch inference job.



5193
5194
5195
5196
5197
5198
# File 'lib/aws-sdk-bedrock/types.rb', line 5193

class ListModelInvocationJobsResponse < Struct.new(
  :next_token,
  :invocation_job_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more results than can fit in the response, a ‘nextToken` is returned. Use the `nextToken` in a request to return the next batch of results.

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
# File 'lib/aws-sdk-bedrock/types.rb', line 5193

class ListModelInvocationJobsResponse < Struct.new(
  :next_token,
  :invocation_job_summaries)
  SENSITIVE = []
  include Aws::Structure
end