Class: Aws::Bedrock::Types::ListModelCopyJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_copy_job_summariesArray<Types::ModelCopyJobSummary>

A list of information about each model copy job.

Returns:



3848
3849
3850
3851
3852
3853
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3848

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

#next_tokenString

If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3848

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