Interface CfnMembership.IMembershipPaymentConfigurationProperty
An object representing the payment responsibilities accepted by the collaboration member.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMembershipPaymentConfigurationProperty
Syntax (vb)
Public Interface IMembershipPaymentConfigurationProperty
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 membershipPaymentConfigurationProperty = new MembershipPaymentConfigurationProperty {
QueryCompute = new MembershipQueryComputePaymentConfigProperty {
IsResponsible = false
},
// the properties below are optional
JobCompute = new MembershipJobComputePaymentConfigProperty {
IsResponsible = false
},
MachineLearning = new MembershipMLPaymentConfigProperty {
ModelInference = new MembershipModelInferencePaymentConfigProperty {
IsResponsible = false
},
ModelTraining = new MembershipModelTrainingPaymentConfigProperty {
IsResponsible = false
}
}
};
Synopsis
Properties
Job |
The payment responsibilities accepted by the collaboration member for job compute costs. |
Machine |
The payment responsibilities accepted by the collaboration member for machine learning costs. |
Query |
The payment responsibilities accepted by the collaboration member for query compute costs. |
Properties
JobCompute
The payment responsibilities accepted by the collaboration member for job compute costs.
virtual object JobCompute { get; }
Property Value
System.
Remarks
MachineLearning
The payment responsibilities accepted by the collaboration member for machine learning costs.
virtual object MachineLearning { get; }
Property Value
System.
Remarks
QueryCompute
The payment responsibilities accepted by the collaboration member for query compute costs.
object QueryCompute { get; }
Property Value
System.