Class: Aws::Bedrock::Types::GetFoundationModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetFoundationModelRequest
- Defined in:
- gems/aws-sdk-bedrock/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.
2854 2855 2856 2857 2858 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2854 class GetFoundationModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |