Show / Hide Table of Contents

Interface CfnMembership.IMembershipMLPaymentConfigProperty

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

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMembership.IMembershipMLPaymentConfigProperty
Syntax (vb)
Public Interface CfnMembership.IMembershipMLPaymentConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipmlpaymentconfig.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 membershipMLPaymentConfigProperty = new MembershipMLPaymentConfigProperty {
                 ModelInference = new MembershipModelInferencePaymentConfigProperty {
                     IsResponsible = false
                 },
                 ModelTraining = new MembershipModelTrainingPaymentConfigProperty {
                     IsResponsible = false
                 }
             };

Synopsis

Properties

ModelInference

The payment responsibilities accepted by the member for model inference.

ModelTraining

The payment responsibilities accepted by the member for model training.

Properties

ModelInference

The payment responsibilities accepted by the member for model inference.

object? ModelInference { get; }
Property Value

object

Remarks

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

ModelTraining

The payment responsibilities accepted by the member for model training.

object? ModelTraining { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX