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.
2104 2105 2106 2107 2108 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2104 class GetFoundationModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |