The dataset used for testing. Optionally, if AutoCreate is set, Amazon Rekognition Custom Labels uses the training dataset to create a test dataset with a temporary split of the training dataset.

interface TestingData {
    Assets?: Asset[];
    AutoCreate?: boolean;
}

Properties

Properties

Assets?: Asset[]

The assets used for testing.

AutoCreate?: boolean

If specified, Amazon Rekognition Custom Labels temporarily splits the training dataset (80%) to create a test dataset (20%) for the training job. After training completes, the test dataset is not stored and the training dataset reverts to its previous size.