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