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

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

The payment responsibilities accepted by the member for model inference.



7039
7040
7041
7042
7043
7044
7045
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7039

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

#model_trainingTypes::MembershipModelTrainingPaymentConfig

The payment responsibilities accepted by the member for model training.



7039
7040
7041
7042
7043
7044
7045
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7039

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

#synthetic_data_generationTypes::MembershipSyntheticDataGenerationPaymentConfig

The payment configuration for synthetic data generation for this machine learning membership.



7039
7040
7041
7042
7043
7044
7045
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7039

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