| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LookoutVision.Types.DatasetGroundTruthManifest
Description
Documentation
data DatasetGroundTruthManifest Source #
Location information about a manifest file. You can use a manifest file to create a dataset.
See: newDatasetGroundTruthManifest smart constructor.
Constructors
| DatasetGroundTruthManifest' | |
Fields
| |
Instances
newDatasetGroundTruthManifest :: DatasetGroundTruthManifest Source #
Create a value of DatasetGroundTruthManifest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3Object:DatasetGroundTruthManifest', datasetGroundTruthManifest_s3Object - The S3 bucket location for the manifest file.
datasetGroundTruthManifest_s3Object :: Lens' DatasetGroundTruthManifest (Maybe InputS3Object) Source #
The S3 bucket location for the manifest file.