Class: Aws::Bedrock::Types::ListModelCustomizationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListModelCustomizationJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_customization_job_summaries ⇒ Array<Types::ModelCustomizationJobSummary>
Job summaries.
-
#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.
Instance Attribute Details
#model_customization_job_summaries ⇒ Array<Types::ModelCustomizationJobSummary>
Job summaries.
4991 4992 4993 4994 4995 4996 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4991 class ListModelCustomizationJobsResponse < Struct.new( :next_token, :model_customization_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.
4991 4992 4993 4994 4995 4996 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4991 class ListModelCustomizationJobsResponse < Struct.new( :next_token, :model_customization_job_summaries) SENSITIVE = [] include Aws::Structure end |