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.DocumentClassifierFilter

Description

 
Synopsis

Documentation

data DocumentClassifierFilter Source #

Provides information for filtering a list of document classifiers. You can only specify one filtering parameter in a request. For more information, see the operation.

See: newDocumentClassifierFilter smart constructor.

Constructors

DocumentClassifierFilter' 

Fields

  • status :: Maybe ModelStatus

    Filters the list of classifiers based on status.

  • submitTimeAfter :: Maybe POSIX

    Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted after the specified time. Classifiers are returned in descending order, newest to oldest.

  • submitTimeBefore :: Maybe POSIX

    Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted before the specified time. Classifiers are returned in ascending order, oldest to newest.

  • documentClassifierName :: Maybe Text

    The name that you assigned to the document classifier

Instances

Instances details
Eq DocumentClassifierFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierFilter

Read DocumentClassifierFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierFilter

Show DocumentClassifierFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierFilter

Generic DocumentClassifierFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierFilter

Associated Types

type Rep DocumentClassifierFilter :: Type -> Type #

NFData DocumentClassifierFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierFilter

Hashable DocumentClassifierFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierFilter

ToJSON DocumentClassifierFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierFilter

type Rep DocumentClassifierFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DocumentClassifierFilter

type Rep DocumentClassifierFilter = D1 ('MetaData "DocumentClassifierFilter" "Amazonka.Comprehend.Types.DocumentClassifierFilter" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "DocumentClassifierFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: S1 ('MetaSel ('Just "submitTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "submitTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "documentClassifierName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentClassifierFilter :: DocumentClassifierFilter Source #

Create a value of DocumentClassifierFilter 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:status:DocumentClassifierFilter', documentClassifierFilter_status - Filters the list of classifiers based on status.

$sel:submitTimeAfter:DocumentClassifierFilter', documentClassifierFilter_submitTimeAfter - Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted after the specified time. Classifiers are returned in descending order, newest to oldest.

$sel:submitTimeBefore:DocumentClassifierFilter', documentClassifierFilter_submitTimeBefore - Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted before the specified time. Classifiers are returned in ascending order, oldest to newest.

$sel:documentClassifierName:DocumentClassifierFilter', documentClassifierFilter_documentClassifierName - The name that you assigned to the document classifier

documentClassifierFilter_status :: Lens' DocumentClassifierFilter (Maybe ModelStatus) Source #

Filters the list of classifiers based on status.

documentClassifierFilter_submitTimeAfter :: Lens' DocumentClassifierFilter (Maybe UTCTime) Source #

Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted after the specified time. Classifiers are returned in descending order, newest to oldest.

documentClassifierFilter_submitTimeBefore :: Lens' DocumentClassifierFilter (Maybe UTCTime) Source #

Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted before the specified time. Classifiers are returned in ascending order, oldest to newest.

documentClassifierFilter_documentClassifierName :: Lens' DocumentClassifierFilter (Maybe Text) Source #

The name that you assigned to the document classifier