Class: Aws::Bedrock::Types::GetFoundationModelAvailabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetFoundationModelAvailabilityRequest
- Defined in:
- gems/aws-sdk-bedrock/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.
5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5648 class GetFoundationModelAvailabilityRequest < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |