CollaborationMlPaymentConfigArgs

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)

Properties

Link copied to clipboard

The payment responsibilities accepted by the member for model inference.

Link copied to clipboard

The payment responsibilities accepted by the member for model training.

Functions

Link copied to clipboard
open override fun toJava(): CollaborationMlPaymentConfigArgs