Class: Aws::Bedrock::Types::GetFoundationModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetFoundationModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_identifier ⇒ String
The model identifier.
Instance Attribute Details
#model_identifier ⇒ String
The model identifier.
6839 6840 6841 6842 6843 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6839 class GetFoundationModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |