| 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.Rekognition.Types.Asset
Description
Synopsis
Documentation
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.
Constructors
| Asset' | |
Fields | |
Instances
| FromJSON Asset Source # | |
| ToJSON Asset Source # | |
Defined in Amazonka.Rekognition.Types.Asset | |
| Generic Asset Source # | |
| Read Asset Source # | |
| Show Asset Source # | |
| NFData Asset Source # | |
Defined in Amazonka.Rekognition.Types.Asset | |
| Eq Asset Source # | |
| Hashable Asset Source # | |
Defined in Amazonka.Rekognition.Types.Asset | |
| type Rep Asset Source # | |
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)))) | |
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.
asset_groundTruthManifest :: Lens' Asset (Maybe GroundTruthManifest) Source #
Undocumented member.