Class: Aws::Bedrock::Types::CreateFoundationModelAgreementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateFoundationModelAgreementResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_id ⇒ String
Model Id of the model for the access request.
Instance Attribute Details
#model_id ⇒ String
Model Id of the model for the access request.
501 502 503 504 505 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 501 class CreateFoundationModelAgreementResponse < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |