Values.MembershipPaymentConfigurationSourceAn object representing the payment responsibilities accepted by the collaboration member.
type nonrec t = {queryCompute : MembershipQueryComputePaymentConfig.t;The payment responsibilities accepted by the collaboration member for query compute costs.
*)machineLearning : MembershipMLPaymentConfig.t option;The payment responsibilities accepted by the collaboration member for machine learning costs.
*)jobCompute : MembershipJobComputePaymentConfig.t option;The payment responsibilities accepted by the collaboration member for job compute costs.
*)}val make :
?machineLearning:??? ->
?jobCompute:??? ->
queryCompute:MembershipQueryComputePaymentConfig.t ->
unit ->
t