Class CfnMembership.MembershipModelTrainingPaymentConfigProperty
An object representing the collaboration member's model training payment responsibilities set by the collaboration creator.
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMembership.MembershipModelTrainingPaymentConfigProperty : CfnMembership.IMembershipModelTrainingPaymentConfigProperty
Syntax (vb)
Public Class CfnMembership.MembershipModelTrainingPaymentConfigProperty Implements CfnMembership.IMembershipModelTrainingPaymentConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var membershipModelTrainingPaymentConfigProperty = new MembershipModelTrainingPaymentConfigProperty {
IsResponsible = false
};
Synopsis
Constructors
MembershipModelTrainingPaymentConfigProperty() | An object representing the collaboration member's model training payment responsibilities set by the collaboration creator. |
Properties
IsResponsible | Indicates whether the collaboration member has accepted to pay for model training costs ( |
Constructors
MembershipModelTrainingPaymentConfigProperty()
An object representing the collaboration member's model training payment responsibilities set by the collaboration creator.
public MembershipModelTrainingPaymentConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var membershipModelTrainingPaymentConfigProperty = new MembershipModelTrainingPaymentConfigProperty {
IsResponsible = false
};
Properties
IsResponsible
Indicates whether the collaboration member has accepted to pay for model training costs ( TRUE
) or has not accepted to pay for model training costs ( FALSE
).
public object IsResponsible { get; set; }
Property Value
Remarks
If the collaboration creator has not specified anyone to pay for model training costs, then the member who can query is the default payer.
An error message is returned for the following reasons: