AWSComprehendTopicsDetectionJobFilter Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSComprehendModel.h AWSComprehendModel.m |
jobStatus
Filters the list of topic detection jobs based on job status. Returns only jobs with the specified status.
@property (nonatomic, assign) AWSComprehendJobStatus jobStatus
Declared In
AWSComprehendModel.h
submitTimeAfter
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.
@property (nonatomic, strong) NSDate *submitTimeAfter
Declared In
AWSComprehendModel.h
submitTimeBefore
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.
@property (nonatomic, strong) NSDate *submitTimeBefore
Declared In
AWSComprehendModel.h