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

Description

 
Synopsis

Documentation

data EntitiesDetectionJobFilter Source #

Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.

See: newEntitiesDetectionJobFilter smart constructor.

Constructors

EntitiesDetectionJobFilter' 

Fields

  • submitTimeAfter :: Maybe POSIX

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

  • submitTimeBefore :: Maybe POSIX

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

  • jobName :: Maybe Text

    Filters on the name of the job.

  • jobStatus :: Maybe JobStatus

    Filters the list of jobs based on job status. Returns only jobs with the specified status.

Instances

Instances details
Eq EntitiesDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntitiesDetectionJobFilter

Read EntitiesDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntitiesDetectionJobFilter

Show EntitiesDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntitiesDetectionJobFilter

Generic EntitiesDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntitiesDetectionJobFilter

Associated Types

type Rep EntitiesDetectionJobFilter :: Type -> Type #

NFData EntitiesDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntitiesDetectionJobFilter

Hashable EntitiesDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntitiesDetectionJobFilter

ToJSON EntitiesDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntitiesDetectionJobFilter

type Rep EntitiesDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntitiesDetectionJobFilter

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

newEntitiesDetectionJobFilter :: EntitiesDetectionJobFilter Source #

Create a value of EntitiesDetectionJobFilter 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:submitTimeAfter:EntitiesDetectionJobFilter', entitiesDetectionJobFilter_submitTimeAfter - Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

$sel:submitTimeBefore:EntitiesDetectionJobFilter', entitiesDetectionJobFilter_submitTimeBefore - Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

$sel:jobName:EntitiesDetectionJobFilter', entitiesDetectionJobFilter_jobName - Filters on the name of the job.

$sel:jobStatus:EntitiesDetectionJobFilter', entitiesDetectionJobFilter_jobStatus - Filters the list of jobs based on job status. Returns only jobs with the specified status.

entitiesDetectionJobFilter_submitTimeAfter :: Lens' EntitiesDetectionJobFilter (Maybe UTCTime) Source #

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

entitiesDetectionJobFilter_submitTimeBefore :: Lens' EntitiesDetectionJobFilter (Maybe UTCTime) Source #

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

entitiesDetectionJobFilter_jobStatus :: Lens' EntitiesDetectionJobFilter (Maybe JobStatus) Source #

Filters the list of jobs based on job status. Returns only jobs with the specified status.