Class: Aws::Bedrock::Types::ListFoundationModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListFoundationModelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_summaries ⇒ Array<Types::FoundationModelSummary>
A list of Amazon Bedrock foundation models.
Instance Attribute Details
#model_summaries ⇒ Array<Types::FoundationModelSummary>
A list of Amazon Bedrock foundation models.
4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4616 class ListFoundationModelsResponse < Struct.new( :model_summaries) SENSITIVE = [] include Aws::Structure end |