class Aws::Rekognition::Types::Asset

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.

@note When making an API call, you may pass Asset

data as a hash:

    {
      ground_truth_manifest: {
        s3_object: {
          bucket: "S3Bucket",
          name: "S3ObjectName",
          version: "S3ObjectVersion",
        },
      },
    }

@!attribute [rw] ground_truth_manifest

The S3 bucket that contains an Amazon Sagemaker Ground Truth format
manifest file.
@return [Types::GroundTruthManifest]

Constants

SENSITIVE