TrainingDatasetReference
- class aws_cdk.interfaces.aws_cleanroomsml.TrainingDatasetReference(*, training_dataset_arn)
Bases:
objectA reference to a TrainingDataset resource.
- Parameters:
training_dataset_arn (
str) – The TrainingDatasetArn of the TrainingDataset resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_cleanroomsml as interfaces_aws_cleanroomsml training_dataset_reference = interfaces_aws_cleanroomsml.TrainingDatasetReference( training_dataset_arn="trainingDatasetArn" )
Attributes
- training_dataset_arn
The TrainingDatasetArn of the TrainingDataset resource.