libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.GroundTruthManifest

Description

 
Synopsis

Documentation

data GroundTruthManifest Source #

The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.

See: newGroundTruthManifest smart constructor.

Instances

Instances details
Eq GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

Read GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

Show GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

Generic GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

Associated Types

type Rep GroundTruthManifest :: Type -> Type #

NFData GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

Methods

rnf :: GroundTruthManifest -> () #

Hashable GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

ToJSON GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

FromJSON GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

type Rep GroundTruthManifest Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GroundTruthManifest

type Rep GroundTruthManifest = D1 ('MetaData "GroundTruthManifest" "Amazonka.Rekognition.Types.GroundTruthManifest" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "GroundTruthManifest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Object") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Object))))

newGroundTruthManifest :: GroundTruthManifest Source #

Create a value of GroundTruthManifest 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:GroundTruthManifest', groundTruthManifest_s3Object - Undocumented member.