Class: Aws::CleanRooms::Types::ModelInferencePaymentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ModelInferencePaymentConfig
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
An object representing the collaboration member's model inference payment responsibilities set by the collaboration creator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_responsible ⇒ Boolean
Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (
TRUE) or has not configured the collaboration member to pay for model inference costs (FALSE).
Instance Attribute Details
#is_responsible ⇒ Boolean
Indicates whether the collaboration creator has configured the
collaboration member to pay for model inference costs (TRUE) or
has not configured the collaboration member to pay for model
inference costs (FALSE).
One or more members can be configured as payer candidates for model inference costs.
If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer.
8631 8632 8633 8634 8635 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8631 class ModelInferencePaymentConfig < Struct.new( :is_responsible) SENSITIVE = [] include Aws::Structure end |