Method: Aws::CleanRooms::Types::MLPaymentConfig#model_training
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
#model_training ⇒ Types::ModelTrainingPaymentConfig
The payment responsibilities accepted by the member for model training.
6703 6704 6705 6706 6707 6708 6709 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6703 class MLPaymentConfig < Struct.new( :model_training, :model_inference, :synthetic_data_generation) SENSITIVE = [] include Aws::Structure end |