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

interface TestingDataResult {
    Input?: TestingData;
    Output?: TestingData;
    Validation?: ValidationData;
}

Properties

Input?: TestingData

The testing dataset that was supplied for training.

Output?: TestingData

The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.

Validation?: ValidationData

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