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

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

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ground_truth_manifestTypes::GroundTruthManifest

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



48
49
50
51
52
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 48

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