interface TrainingDatasetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanroomsml.TrainingDatasetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanroomsml#TrainingDatasetReference |
![]() | software.amazon.awscdk.services.cleanroomsml.TrainingDatasetReference |
![]() | aws_cdk.aws_cleanroomsml.TrainingDatasetReference |
![]() | aws-cdk-lib » aws_cleanroomsml » TrainingDatasetReference |
A reference to a TrainingDataset resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanroomsml as cleanroomsml } from 'aws-cdk-lib';
const trainingDatasetReference: cleanroomsml.TrainingDatasetReference = {
trainingDatasetArn: 'trainingDatasetArn',
};
Properties
Name | Type | Description |
---|---|---|
training | string | The TrainingDatasetArn of the TrainingDataset resource. |
trainingDatasetArn
Type:
string
The TrainingDatasetArn of the TrainingDataset resource.