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 |
Documentation
The S3 bucket that contains the training summary. The training summary includes aggregated evaluation metrics for the entire testing dataset and metrics for each individual label.
You get the training summary S3 bucket location by calling DescribeProjectVersions.
See: newSummary
smart constructor.
Instances
Eq Summary Source # | |
Read Summary Source # | |
Show Summary Source # | |
Generic Summary Source # | |
NFData Summary Source # | |
Defined in Amazonka.Rekognition.Types.Summary | |
Hashable Summary Source # | |
Defined in Amazonka.Rekognition.Types.Summary | |
FromJSON Summary Source # | |
type Rep Summary Source # | |
Defined in Amazonka.Rekognition.Types.Summary type Rep Summary = D1 ('MetaData "Summary" "Amazonka.Rekognition.Types.Summary" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "Summary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Object") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Object)))) |
newSummary :: Summary Source #
Create a value of Summary
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:Summary'
, summary_s3Object
- Undocumented member.