interface MembershipModelTrainingPaymentConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnMembership.MembershipModelTrainingPaymentConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnMembership_MembershipModelTrainingPaymentConfigProperty |
![]() | software.amazon.awscdk.services.cleanrooms.CfnMembership.MembershipModelTrainingPaymentConfigProperty |
![]() | aws_cdk.aws_cleanrooms.CfnMembership.MembershipModelTrainingPaymentConfigProperty |
![]() | aws-cdk-lib » aws_cleanrooms » CfnMembership » MembershipModelTrainingPaymentConfigProperty |
An object representing the collaboration member's model training payment responsibilities set by the collaboration creator.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const membershipModelTrainingPaymentConfigProperty: cleanrooms.CfnMembership.MembershipModelTrainingPaymentConfigProperty = {
isResponsible: false,
};
Properties
Name | Type | Description |
---|---|---|
is | boolean | IResolvable | 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 ). |
isResponsible
Type:
boolean |
IResolvable
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
).
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:
- If you set the value to
FALSE
but you are responsible to pay for model training costs. - If you set the value to
TRUE
but you are not responsible to pay for model training costs.