libZSservicesZSamazonka-comprehendZSamazonka-comprehend
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.Comprehend.Types.DocumentClassifierSummary

Description

 
Synopsis

Documentation

data DocumentClassifierSummary Source #

Describes information about a document classifier and its versions.

See: newDocumentClassifierSummary smart constructor.

Constructors

DocumentClassifierSummary' 

Fields

Instances

Instances details
Eq DocumentClassifierSummary Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierSummary

Read DocumentClassifierSummary Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierSummary

Show DocumentClassifierSummary Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierSummary

Generic DocumentClassifierSummary Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierSummary

Associated Types

type Rep DocumentClassifierSummary :: Type -> Type #

NFData DocumentClassifierSummary Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierSummary

Hashable DocumentClassifierSummary Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierSummary

FromJSON DocumentClassifierSummary Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierSummary

type Rep DocumentClassifierSummary Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierSummary

type Rep DocumentClassifierSummary = D1 ('MetaData "DocumentClassifierSummary" "Amazonka.Comprehend.Types.DocumentClassifierSummary" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "DocumentClassifierSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestVersionCreatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "documentClassifierName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "latestVersionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: (S1 ('MetaSel ('Just "numberOfVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "latestVersionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDocumentClassifierSummary :: DocumentClassifierSummary Source #

Create a value of DocumentClassifierSummary 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:latestVersionCreatedAt:DocumentClassifierSummary', documentClassifierSummary_latestVersionCreatedAt - The time that the latest document classifier version was submitted for processing.

$sel:documentClassifierName:DocumentClassifierSummary', documentClassifierSummary_documentClassifierName - The name that you assigned the document classifier.

$sel:latestVersionStatus:DocumentClassifierSummary', documentClassifierSummary_latestVersionStatus - Provides the status of the latest document classifier version.

$sel:numberOfVersions:DocumentClassifierSummary', documentClassifierSummary_numberOfVersions - The number of versions you created.

$sel:latestVersionName:DocumentClassifierSummary', documentClassifierSummary_latestVersionName - The version name you assigned to the latest document classifier version.

documentClassifierSummary_latestVersionCreatedAt :: Lens' DocumentClassifierSummary (Maybe UTCTime) Source #

The time that the latest document classifier version was submitted for processing.

documentClassifierSummary_latestVersionStatus :: Lens' DocumentClassifierSummary (Maybe ModelStatus) Source #

Provides the status of the latest document classifier version.

documentClassifierSummary_latestVersionName :: Lens' DocumentClassifierSummary (Maybe Text) Source #

The version name you assigned to the latest document classifier version.