This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CleanRooms::Collaboration MLPaymentConfig
An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ModelInference" :ModelInferencePaymentConfig, "ModelTraining" :ModelTrainingPaymentConfig}
Properties
ModelInference-
The payment responsibilities accepted by the member for model inference.
Required: No
Type: ModelInferencePaymentConfig
Update requires: Replacement
ModelTraining-
The payment responsibilities accepted by the member for model training.
Required: No
Type: ModelTrainingPaymentConfig
Update requires: Replacement