Class: Aws::LookoutforVision::Types::DatasetSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DatasetSource
- 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
-
#ground_truth_manifest ⇒ Types::DatasetGroundTruthManifest
Location information for the manifest file.
Instance Attribute Details
#ground_truth_manifest ⇒ Types::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 |