Class: Aws::Bedrock::Types::ListFoundationModelAgreementOffersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListFoundationModelAgreementOffersRequest
- 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 foundation model.
-
#offer_type ⇒ String
Type of offer associated with the model.
Instance Attribute Details
#model_id ⇒ String
Model Id of the foundation model.
10088 10089 10090 10091 10092 10093 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10088 class ListFoundationModelAgreementOffersRequest < Struct.new( :model_id, :offer_type) SENSITIVE = [] include Aws::Structure end |
#offer_type ⇒ String
Type of offer associated with the model.
10088 10089 10090 10091 10092 10093 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10088 class ListFoundationModelAgreementOffersRequest < Struct.new( :model_id, :offer_type) SENSITIVE = [] include Aws::Structure end |