Class: Aws::LookoutforVision::Types::DatasetGroundTruthManifest

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

Overview

Location information about a manifest file. You can use a manifest file to create a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_objectTypes::InputS3Object

The S3 bucket location for the manifest file.



316
317
318
319
320
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 316

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