| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntitiesDetectionJobFilter |
EntitiesDetectionJobFilter.clone() |
EntitiesDetectionJobFilter |
ListEntitiesDetectionJobsRequest.getFilter()
Filters the jobs that are returned.
|
EntitiesDetectionJobFilter |
EntitiesDetectionJobFilter.withJobName(String jobName)
Filters on the name of the job.
|
EntitiesDetectionJobFilter |
EntitiesDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
EntitiesDetectionJobFilter |
EntitiesDetectionJobFilter.withJobStatus(String jobStatus)
Filters the list of jobs based on job status.
|
EntitiesDetectionJobFilter |
EntitiesDetectionJobFilter.withSubmitTimeAfter(Date submitTimeAfter)
Filters the list of jobs based on the time that the job was submitted for processing.
|
EntitiesDetectionJobFilter |
EntitiesDetectionJobFilter.withSubmitTimeBefore(Date submitTimeBefore)
Filters the list of jobs based on the time that the job was submitted for processing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitiesDetectionJobsRequest.setFilter(EntitiesDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListEntitiesDetectionJobsRequest |
ListEntitiesDetectionJobsRequest.withFilter(EntitiesDetectionJobFilter filter)
Filters the jobs that are returned.
|
Copyright © 2021. All rights reserved.