Class: Aws::CleanRooms::Types::MLPaymentConfig

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::ModelInferencePaymentConfig

The payment responsibilities accepted by the member for model inference.



5450
5451
5452
5453
5454
5455
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5450

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

#model_trainingTypes::ModelTrainingPaymentConfig

The payment responsibilities accepted by the member for model training.



5450
5451
5452
5453
5454
5455
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5450

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