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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Overview

The dataset used for training.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assetsArray<Types::Asset>

A manifest file that contains references to the training images and ground-truth annotations.

Returns:



7934
7935
7936
7937
7938
# File 'lib/aws-sdk-rekognition/types.rb', line 7934

class TrainingData < Struct.new(
  :assets)
  SENSITIVE = []
  include Aws::Structure
end