| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
KeyPhrasesDetectionJobFilter |
KeyPhrasesDetectionJobFilter.clone() |
KeyPhrasesDetectionJobFilter |
ListKeyPhrasesDetectionJobsRequest.getFilter()
Filters the jobs that are returned.
|
KeyPhrasesDetectionJobFilter |
KeyPhrasesDetectionJobFilter.withJobName(String jobName)
Filters on the name of the job.
|
KeyPhrasesDetectionJobFilter |
KeyPhrasesDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
KeyPhrasesDetectionJobFilter |
KeyPhrasesDetectionJobFilter.withJobStatus(String jobStatus)
Filters the list of jobs based on job status.
|
KeyPhrasesDetectionJobFilter |
KeyPhrasesDetectionJobFilter.withSubmitTimeAfter(Date submitTimeAfter)
Filters the list of jobs based on the time that the job was submitted for processing.
|
KeyPhrasesDetectionJobFilter |
KeyPhrasesDetectionJobFilter.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 |
ListKeyPhrasesDetectionJobsRequest.setFilter(KeyPhrasesDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListKeyPhrasesDetectionJobsRequest |
ListKeyPhrasesDetectionJobsRequest.withFilter(KeyPhrasesDetectionJobFilter filter)
Filters the jobs that are returned.
|
Copyright © 2023. All rights reserved.