Class: Aws::CleanRooms::Types::MembershipMLPaymentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::MembershipMLPaymentConfig
- 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::MembershipModelInferencePaymentConfig
The payment responsibilities accepted by the member for model inference.
-
#model_training ⇒ Types::MembershipModelTrainingPaymentConfig
The payment responsibilities accepted by the member for model training.
Instance Attribute Details
#model_inference ⇒ Types::MembershipModelInferencePaymentConfig
The payment responsibilities accepted by the member for model inference.
5685 5686 5687 5688 5689 5690 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5685 class MembershipMLPaymentConfig < Struct.new( :model_training, :model_inference) SENSITIVE = [] include Aws::Structure end |
#model_training ⇒ Types::MembershipModelTrainingPaymentConfig
The payment responsibilities accepted by the member for model training.
5685 5686 5687 5688 5689 5690 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5685 class MembershipMLPaymentConfig < Struct.new( :model_training, :model_inference) SENSITIVE = [] include Aws::Structure end |