Class: Aws::CleanRooms::Types::MembershipMLPaymentConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

An object representing the collaboration member’s machine learning payment responsibilities set by the collaboration creator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_inferenceTypes::MembershipModelInferencePaymentConfig

The payment responsibilities accepted by the member for model inference.



5685
5686
5687
5688
5689
5690
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5685

class MembershipMLPaymentConfig < Struct.new(
  :model_training,
  :model_inference)
  SENSITIVE = []
  include Aws::Structure
end

#model_trainingTypes::MembershipModelTrainingPaymentConfig

The payment responsibilities accepted by the member for model training.



5685
5686
5687
5688
5689
5690
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5685

class MembershipMLPaymentConfig < Struct.new(
  :model_training,
  :model_inference)
  SENSITIVE = []
  include Aws::Structure
end