The dataset used for testing. Optionally, if AutoCreate is set, Amazon Rekognition 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, Rekognition splits training dataset to create a test dataset for the training job.