MembershipModelInferencePaymentConfigArgs

data class MembershipModelInferencePaymentConfigArgs(val isResponsible: Output<Boolean>) : ConvertibleToJava<MembershipModelInferencePaymentConfigArgs>

Constructors

constructor(isResponsible: Output<Boolean>)

Properties

Link copied to clipboard
val isResponsible: Output<Boolean>

Indicates whether the collaboration member has accepted to pay for model inference costs ( TRUE ) or has not accepted to pay for model inference costs ( FALSE ). If the collaboration creator has not specified anyone to pay for model inference costs, then the member who can query is the default payer. An error message is returned for the following reasons:

Functions

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