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.
5849 5850 5851 5852 5853 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5849 class GetFoundationModelAvailabilityRequest < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |