class Aws::Comprehend::Types::DocumentClassificationJobFilter
Provides information for filtering a list of document classification jobs. For more information, see the operation. You can provide only one filter parameter in each request.
@note When making an API call, you may pass DocumentClassificationJobFilter
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 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/DocumentClassificationJobFilter AWS API Documentation
Constants
- SENSITIVE