You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::Asset

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Asset as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#ground_truth_manifestTypes::GroundTruthManifest

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

Returns: