CollaborationPaymentConfigurationArgs

data class CollaborationPaymentConfigurationArgs(val jobCompute: Output<CollaborationJobComputePaymentConfigArgs>? = null, val machineLearning: Output<CollaborationMlPaymentConfigArgs>? = null, val queryCompute: Output<CollaborationQueryComputePaymentConfigArgs>) : ConvertibleToJava<CollaborationPaymentConfigurationArgs>

Constructors

Link copied to clipboard
constructor(jobCompute: Output<CollaborationJobComputePaymentConfigArgs>? = null, machineLearning: Output<CollaborationMlPaymentConfigArgs>? = null, queryCompute: Output<CollaborationQueryComputePaymentConfigArgs>)

Properties

Link copied to clipboard

The compute configuration for the job.

Link copied to clipboard

An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.

Link copied to clipboard

The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.

Functions

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