Class: Aws::CleanRooms::Types::ModelInferencePaymentConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#is_responsibleBoolean

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.

Returns:

  • (Boolean)


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