| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.fromValue(String value)
Use this in place of valueOf.
|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TopicsDetectionJobFilter |
TopicsDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of topic detection jobs based on job status.
|
TargetedSentimentDetectionJobFilter |
TargetedSentimentDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
SentimentDetectionJobFilter |
SentimentDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
PiiEntitiesDetectionJobFilter |
PiiEntitiesDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
KeyPhrasesDetectionJobFilter |
KeyPhrasesDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
EventsDetectionJobFilter |
EventsDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
EntitiesDetectionJobFilter |
EntitiesDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
DominantLanguageDetectionJobFilter |
DominantLanguageDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
TopicsDetectionJobProperties |
TopicsDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the topic detection job.
|
TargetedSentimentDetectionJobProperties |
TargetedSentimentDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the targeted sentiment detection job.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the sentiment detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the PII entities detection job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the key phrases detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the events detection job.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the entities detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the dominant language detection job.
|
DocumentClassificationJobProperties |
DocumentClassificationJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the document classification job.
|
StopTargetedSentimentDetectionJobResult |
StopTargetedSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
StopSentimentDetectionJobResult |
StopSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
StopPiiEntitiesDetectionJobResult |
StopPiiEntitiesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the PII entities detection job.
|
StopKeyPhrasesDetectionJobResult |
StopKeyPhrasesDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopKeyPhrasesDetectionJob operation. |
StopEventsDetectionJobResult |
StopEventsDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StopEntitiesDetectionJobResult |
StopEntitiesDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopEntitiesDetectionJob operation. |
StopDominantLanguageDetectionJobResult |
StopDominantLanguageDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopDominantLanguageDetectionJob operation. |
StartTopicsDetectionJobResult |
StartTopicsDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job:
|
StartTargetedSentimentDetectionJobResult |
StartTargetedSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartSentimentDetectionJobResult |
StartSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartPiiEntitiesDetectionJobResult |
StartPiiEntitiesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartKeyPhrasesDetectionJobResult |
StartKeyPhrasesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartEventsDetectionJobResult |
StartEventsDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StartEntitiesDetectionJobResult |
StartEntitiesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartDominantLanguageDetectionJobResult |
StartDominantLanguageDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartDocumentClassificationJobResult |
StartDocumentClassificationJobResult.withJobStatus(JobStatus jobStatus)
The status of the job:
|
DocumentClassificationJobFilter |
DocumentClassificationJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list based on job status.
|
Copyright © 2024. All rights reserved.