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