Membership Payment Configuration
data class MembershipPaymentConfiguration(val jobCompute: MembershipJobComputePaymentConfig? = null, val machineLearning: MembershipMlPaymentConfig? = null, val queryCompute: MembershipQueryComputePaymentConfig)
Constructors
Link copied to clipboard
constructor(jobCompute: MembershipJobComputePaymentConfig? = null, machineLearning: MembershipMlPaymentConfig? = null, queryCompute: MembershipQueryComputePaymentConfig)
Properties
Link copied to clipboard
The payment responsibilities accepted by the collaboration member for job compute costs.
Link copied to clipboard
The payment responsibilities accepted by the collaboration member for machine learning costs.
Link copied to clipboard
The payment responsibilities accepted by the collaboration member for query compute costs.