Collaboration Ml Payment Config Args
data class CollaborationMlPaymentConfigArgs(val modelInference: Output<CollaborationModelInferencePaymentConfigArgs>? = null, val modelTraining: Output<CollaborationModelTrainingPaymentConfigArgs>? = null) : ConvertibleToJava<CollaborationMlPaymentConfigArgs>
Constructors
Link copied to clipboard
constructor(modelInference: Output<CollaborationModelInferencePaymentConfigArgs>? = null, modelTraining: Output<CollaborationModelTrainingPaymentConfigArgs>? = null)