Membership Payment Configuration Args
data class MembershipPaymentConfigurationArgs(val jobCompute: Output<MembershipJobComputePaymentConfigArgs>? = null, val machineLearning: Output<MembershipMlPaymentConfigArgs>? = null, val queryCompute: Output<MembershipQueryComputePaymentConfigArgs>) : ConvertibleToJava<MembershipPaymentConfigurationArgs>
Constructors
Link copied to clipboard
constructor(jobCompute: Output<MembershipJobComputePaymentConfigArgs>? = null, machineLearning: Output<MembershipMlPaymentConfigArgs>? = null, queryCompute: Output<MembershipQueryComputePaymentConfigArgs>)
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.