Class: Aws::Rekognition::Types::TrainingData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::TrainingData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
The dataset used for training.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::Asset>
A manifest file that contains references to the training images and ground-truth annotations.
Instance Attribute Details
#assets ⇒ Array<Types::Asset>
A manifest file that contains references to the training images and ground-truth annotations.
7947 7948 7949 7950 7951 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7947 class TrainingData < Struct.new( :assets) SENSITIVE = [] include Aws::Structure end |