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.
3356 3357 3358 3359 3360 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3356 class CreateFoundationModelAgreementResponse < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |