Class: Aws::Bedrock::Types::GetFoundationModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetFoundationModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_details ⇒ Types::FoundationModelDetails
Information about the foundation model.
Instance Attribute Details
#model_details ⇒ Types::FoundationModelDetails
Information about the foundation model.
2561 2562 2563 2564 2565 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2561 class GetFoundationModelResponse < Struct.new( :model_details) SENSITIVE = [] include Aws::Structure end |