Method: Aws::CleanRooms::Types::MLPaymentConfig#model_inference
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
#model_inference ⇒ Types::ModelInferencePaymentConfig
The payment responsibilities accepted by the member for model inference.
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 |