Values.MembershipMLPaymentConfigSourceAn object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
type nonrec t = {modelTraining : MembershipModelTrainingPaymentConfig.t option;The payment responsibilities accepted by the member for model training.
*)modelInference : MembershipModelInferencePaymentConfig.t option;The payment responsibilities accepted by the member for model inference.
*)syntheticDataGeneration : MembershipSyntheticDataGenerationPaymentConfig.t
option;The payment configuration for synthetic data generation for this machine learning membership.
*)}