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.
2732 2733 2734 2735 2736 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2732 class CreateFoundationModelAgreementResponse < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |