TrainingDatasetReference

class aws_cdk.aws_cleanroomsml.TrainingDatasetReference(*, training_dataset_arn)

Bases: object

A 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 import aws_cleanroomsml as cleanroomsml

training_dataset_reference = cleanroomsml.TrainingDatasetReference(
    training_dataset_arn="trainingDatasetArn"
)

Attributes

training_dataset_arn

The TrainingDatasetArn of the TrainingDataset resource.