Class: Aws::Bedrock::Types::CreateFoundationModelAgreementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateFoundationModelAgreementRequest
- 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.
-
#offer_token ⇒ String
An offer token encapsulates the information for an offer.
Instance Attribute Details
#model_id ⇒ String
Model Id of the model for the access request.
2710 2711 2712 2713 2714 2715 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2710 class CreateFoundationModelAgreementRequest < Struct.new( :offer_token, :model_id) SENSITIVE = [] include Aws::Structure end |
#offer_token ⇒ String
An offer token encapsulates the information for an offer.
2710 2711 2712 2713 2714 2715 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2710 class CreateFoundationModelAgreementRequest < Struct.new( :offer_token, :model_id) SENSITIVE = [] include Aws::Structure end |