Class: Aws::Bedrock::Types::GetFoundationModelAvailabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetFoundationModelAvailabilityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_id ⇒ String
The model Id of the foundation model.
Instance Attribute Details
#model_id ⇒ String
The model Id of the foundation model.
6702 6703 6704 6705 6706 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6702 class GetFoundationModelAvailabilityRequest < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |