Show / Hide Table of Contents

Class CfnMembership.MembershipModelInferencePaymentConfigProperty

An object representing the collaboration member's model inference payment responsibilities set by the collaboration creator.

Inheritance
object
CfnMembership.MembershipModelInferencePaymentConfigProperty
Implements
CfnMembership.IMembershipModelInferencePaymentConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMembership.MembershipModelInferencePaymentConfigProperty : CfnMembership.IMembershipModelInferencePaymentConfigProperty
Syntax (vb)
Public Class CfnMembership.MembershipModelInferencePaymentConfigProperty Implements CfnMembership.IMembershipModelInferencePaymentConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipmodelinferencepaymentconfig.html

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 membershipModelInferencePaymentConfigProperty = new MembershipModelInferencePaymentConfigProperty {
                 IsResponsible = false
             };

Synopsis

Constructors

MembershipModelInferencePaymentConfigProperty()

An object representing the collaboration member's model inference payment responsibilities set by the collaboration creator.

Properties

IsResponsible

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 ).

Constructors

MembershipModelInferencePaymentConfigProperty()

An object representing the collaboration member's model inference payment responsibilities set by the collaboration creator.

public MembershipModelInferencePaymentConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipmodelinferencepaymentconfig.html

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 membershipModelInferencePaymentConfigProperty = new MembershipModelInferencePaymentConfigProperty {
                 IsResponsible = false
             };

Properties

IsResponsible

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 ).

public object IsResponsible { get; set; }
Property Value

object

Remarks

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:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipmodelinferencepaymentconfig.html#cfn-cleanrooms-membership-membershipmodelinferencepaymentconfig-isresponsible

    Implements

    CfnMembership.IMembershipModelInferencePaymentConfigProperty
    Back to top Generated by DocFX