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.
5676 5677 5678 5679 5680 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5676 class GetFoundationModelAvailabilityRequest < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |