class Aws::Comprehend::Types::TopicsDetectionJobFilter
Provides information for filtering topic detection jobs. For more information, see .
@note When making an API call, you may pass TopicsDetectionJobFilter
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
@return [String]
@!attribute [rw] job_status
Filters the list of topic detection 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. Only returns jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest. @return [Time]
@!attribute [rw] submit_time_after
Filters the list of jobs based on the time that the job was submitted for processing. Only returns jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/TopicsDetectionJobFilter AWS API Documentation
Constants
- SENSITIVE