Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.

interface TrainingDataResult {
    Input?: TrainingData;
    Output?: TrainingData;
    Validation?: ValidationData;
}

Properties

Input?: TrainingData

The training assets that you supplied for training.

Output?: TrainingData

The images (assets) that were actually trained by Amazon Rekognition Custom Labels.

Validation?: ValidationData

The location of the data validation manifest. The data validation manifest is created for the training dataset during model training.