Class: Aws::LookoutforVision::Types::DatasetSource

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

Overview

Information about the location of a manifest file that Amazon Lookout for Vision uses to to create a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ground_truth_manifestTypes::DatasetGroundTruthManifest

Location information for the manifest file.



391
392
393
394
395
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 391

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