class Aws::ComprehendMedical::Types::ComprehendMedicalAsyncJobFilter
Provides information for filtering a list of detection jobs.
@note When making an API call, you may pass ComprehendMedicalAsyncJobFilter
data as a hash: { job_name: "JobName", job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED, PARTIAL_SUCCESS, 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/comprehendmedical-2018-10-30/ComprehendMedicalAsyncJobFilter AWS API Documentation
Constants
- SENSITIVE