Assets are the images that you use to train and evaluate a model version. Assets can also contain validation information that you use to debug a failed model training.

interface Asset {
    GroundTruthManifest?: GroundTruthManifest;
}

Properties

GroundTruthManifest?: GroundTruthManifest

The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.