Class: Aws::CleanRooms::Types::MLPaymentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::MLPaymentConfig
- 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
-
#model_inference ⇒ Types::ModelInferencePaymentConfig
The payment responsibilities accepted by the member for model inference.
-
#model_training ⇒ Types::ModelTrainingPaymentConfig
The payment responsibilities accepted by the member for model training.
-
#synthetic_data_generation ⇒ Types::SyntheticDataGenerationPaymentConfig
The payment configuration for machine learning synthetic data generation.
Instance Attribute Details
#model_inference ⇒ Types::ModelInferencePaymentConfig
The payment responsibilities accepted by the member for model inference.
6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6614 class MLPaymentConfig < Struct.new( :model_training, :model_inference, :synthetic_data_generation) SENSITIVE = [] include Aws::Structure end |
#model_training ⇒ Types::ModelTrainingPaymentConfig
The payment responsibilities accepted by the member for model training.
6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6614 class MLPaymentConfig < Struct.new( :model_training, :model_inference, :synthetic_data_generation) SENSITIVE = [] include Aws::Structure end |
#synthetic_data_generation ⇒ Types::SyntheticDataGenerationPaymentConfig
The payment configuration for machine learning synthetic data generation.
6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6614 class MLPaymentConfig < Struct.new( :model_training, :model_inference, :synthetic_data_generation) SENSITIVE = [] include Aws::Structure end |