Class: Aws::LookoutforVision::Types::DatasetGroundTruthManifest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DatasetGroundTruthManifest
- Defined in:
- gems/aws-sdk-lookoutforvision/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
-
#s3_object ⇒ Types::InputS3Object
The S3 bucket location for the manifest file.
Instance Attribute Details
#s3_object ⇒ Types::InputS3Object
The S3 bucket location for the manifest file.
316 317 318 319 320 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 316 class DatasetGroundTruthManifest < Struct.new( :s3_object) SENSITIVE = [] include Aws::Structure end |