Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
Eq Asset Source # | |
Read Asset Source # | |
Show Asset Source # | |
Generic Asset Source # | |
NFData Asset Source # | |
Defined in Amazonka.Rekognition.Types.Asset | |
Hashable Asset Source # | |
Defined in Amazonka.Rekognition.Types.Asset | |
ToJSON Asset Source # | |
Defined in Amazonka.Rekognition.Types.Asset | |
FromJSON Asset Source # | |
type Rep Asset Source # | |
Defined in Amazonka.Rekognition.Types.Asset type Rep Asset = D1 ('MetaData "Asset" "Amazonka.Rekognition.Types.Asset" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" '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.