Class: Aws::Bedrock::Types::ListCustomModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListCustomModelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_summaries ⇒ Array<Types::CustomModelSummary>
Model 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_summaries ⇒ Array<Types::CustomModelSummary>
Model summaries.
9168 9169 9170 9171 9172 9173 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9168 class ListCustomModelsResponse < Struct.new( :next_token, :model_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.
9168 9169 9170 9171 9172 9173 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9168 class ListCustomModelsResponse < Struct.new( :next_token, :model_summaries) SENSITIVE = [] include Aws::Structure end |