amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Rekognition.Types.Asset

Description

 
Synopsis

Documentation

data Asset Source #

Assets are the images that you use to train and evaluate a model version. Assets can also contain validation information that you use to debug a failed model training.

See: newAsset smart constructor.

Instances

Instances details
FromJSON Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

ToJSON Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

Generic Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

Associated Types

type Rep Asset :: Type -> Type #

Methods

from :: Asset -> Rep Asset x #

to :: Rep Asset x -> Asset #

Read Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

Show Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

Methods

showsPrec :: Int -> Asset -> ShowS #

show :: Asset -> String #

showList :: [Asset] -> ShowS #

NFData Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

Methods

rnf :: Asset -> () #

Eq Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

Methods

(==) :: Asset -> Asset -> Bool #

(/=) :: Asset -> Asset -> Bool #

Hashable Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

Methods

hashWithSalt :: Int -> Asset -> Int #

hash :: Asset -> Int #

type Rep Asset Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Asset

type Rep Asset = D1 ('MetaData "Asset" "Amazonka.Rekognition.Types.Asset" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "Asset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groundTruthManifest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GroundTruthManifest))))

newAsset :: Asset Source #

Create a value of Asset 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:groundTruthManifest:Asset', asset_groundTruthManifest - Undocumented member.