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.
2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2116 class GetFoundationModelResponse < Struct.new( :model_details) SENSITIVE = [] include Aws::Structure end |