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

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 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.



6667
6668
6669
6670
6671
6672
6673
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6667

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

#model_trainingTypes::ModelTrainingPaymentConfig

The payment responsibilities accepted by the member for model training.



6667
6668
6669
6670
6671
6672
6673
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6667

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

#synthetic_data_generationTypes::SyntheticDataGenerationPaymentConfig

The payment configuration for machine learning synthetic data generation.



6667
6668
6669
6670
6671
6672
6673
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6667

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