class Aws::Comprehend::Types::DominantLanguageDetectionJobFilter
Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.
@note When making an API call, you may pass DominantLanguageDetectionJobFilter
data as a hash: { job_name: "JobName", job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED, FAILED, STOP_REQUESTED, STOPPED submit_time_before: Time.now, submit_time_after: Time.now, }
@!attribute [rw] job_name
Filters on the name of the job. @return [String]
@!attribute [rw] job_status
Filters the list of jobs based on job status. Returns only jobs with the specified status. @return [String]
@!attribute [rw] submit_time_before
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. @return [Time]
@!attribute [rw] submit_time_after
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. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/DominantLanguageDetectionJobFilter AWS API Documentation
Constants
- SENSITIVE