Class: Aws::Bedrock::Types::ListModelCopyJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListModelCopyJobsResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_copy_job_summaries ⇒ Array<Types::ModelCopyJobSummary>
A list of information about each model copy job.
-
#next_token ⇒ String
If the total number of results is greater than the
maxResults
value provided in the request, use this token when making another request in thenextToken
field to return the next batch of results.
Instance Attribute Details
#model_copy_job_summaries ⇒ Array<Types::ModelCopyJobSummary>
A list of information about each model copy job.
5848 5849 5850 5851 5852 5853 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5848 class ListModelCopyJobsResponse < Struct.new( :next_token, :model_copy_job_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
5848 5849 5850 5851 5852 5853 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5848 class ListModelCopyJobsResponse < Struct.new( :next_token, :model_copy_job_summaries) SENSITIVE = [] include Aws::Structure end |