Values.PaymentConfigurationSourceAn object representing the collaboration member's payment responsibilities set by the collaboration creator.
type nonrec t = {queryCompute : QueryComputePaymentConfig.t;The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
*)machineLearning : MLPaymentConfig.t option;An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
*)jobCompute : JobComputePaymentConfig.t option;The compute configuration for the job.
*)}val make :
?machineLearning:??? ->
?jobCompute:??? ->
queryCompute:QueryComputePaymentConfig.t ->
unit ->
t