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

Class: Aws::Rekognition::Types::TrainingData

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

Overview

Note:

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

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

The dataset used for training.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#assetsArray<Types::Asset>

A Sagemaker GroundTruth manifest file that contains the training images (assets).

Returns:

  • (Array<Types::Asset>)

    A Sagemaker GroundTruth manifest file that contains the training images (assets).