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

Description

 
Synopsis

Documentation

data DominantLanguageDetectionJobFilter Source #

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

See: newDominantLanguageDetectionJobFilter smart constructor.

Constructors

DominantLanguageDetectionJobFilter' 

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 DominantLanguageDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter

Read DominantLanguageDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter

Show DominantLanguageDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter

Generic DominantLanguageDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter

Associated Types

type Rep DominantLanguageDetectionJobFilter :: Type -> Type #

NFData DominantLanguageDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter

Hashable DominantLanguageDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter

ToJSON DominantLanguageDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter

type Rep DominantLanguageDetectionJobFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter

type Rep DominantLanguageDetectionJobFilter = D1 ('MetaData "DominantLanguageDetectionJobFilter" "Amazonka.Comprehend.Types.DominantLanguageDetectionJobFilter" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "DominantLanguageDetectionJobFilter'" '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)))))

newDominantLanguageDetectionJobFilter :: DominantLanguageDetectionJobFilter Source #

Create a value of DominantLanguageDetectionJobFilter 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:DominantLanguageDetectionJobFilter', dominantLanguageDetectionJobFilter_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:DominantLanguageDetectionJobFilter', dominantLanguageDetectionJobFilter_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:DominantLanguageDetectionJobFilter', dominantLanguageDetectionJobFilter_jobName - Filters on the name of the job.

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

dominantLanguageDetectionJobFilter_submitTimeAfter :: Lens' DominantLanguageDetectionJobFilter (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.

dominantLanguageDetectionJobFilter_submitTimeBefore :: Lens' DominantLanguageDetectionJobFilter (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.

dominantLanguageDetectionJobFilter_jobStatus :: Lens' DominantLanguageDetectionJobFilter (Maybe JobStatus) Source #

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