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