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.
5547 5548 5549 5550 5551 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5547 class ListFoundationModelsResponse < Struct.new( :model_summaries) SENSITIVE = [] include Aws::Structure end |