| 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 |
|---|---|
StartEntitiesDetectionJobResult |
StartEntitiesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
KeyPhrasesDetectionJobFilter |
KeyPhrasesDetectionJobFilter.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.
|
SentimentDetectionJobProperties |
SentimentDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the sentiment detection job.
|
EntitiesDetectionJobFilter |
EntitiesDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
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. |
TopicsDetectionJobFilter |
TopicsDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of topic detection jobs based on job status.
|
DocumentClassificationJobFilter |
DocumentClassificationJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list based on job status.
|
StartKeyPhrasesDetectionJobResult |
StartKeyPhrasesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartDominantLanguageDetectionJobResult |
StartDominantLanguageDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
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. |
StartDocumentClassificationJobResult |
StartDocumentClassificationJobResult.withJobStatus(JobStatus jobStatus)
The status of the job:
|
StartSentimentDetectionJobResult |
StartSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
KeyPhrasesDetectionJobProperties |
KeyPhrasesDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the key phrases detection job.
|
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. |
StartTopicsDetectionJobResult |
StartTopicsDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the 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.
|
SentimentDetectionJobFilter |
SentimentDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
EntitiesDetectionJobProperties |
EntitiesDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the entities detection job.
|
DominantLanguageDetectionJobFilter |
DominantLanguageDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
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. |
Copyright © 2019. All rights reserved.