Class: Aws::Bedrock::Types::GetFoundationModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetFoundationModelResponse
- Defined in:
- gems/aws-sdk-bedrock/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.
2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2121 class GetFoundationModelResponse < Struct.new( :model_details) SENSITIVE = [] include Aws::Structure end |