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.
5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5715 class GetFoundationModelResponse < Struct.new( :model_details) SENSITIVE = [] include Aws::Structure end |