| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.concept_expansion.v1 |
The Concept Expansion service analyzes text and interprets its
meaning based on usage in other similar contexts.
|
| com.ibm.watson.developer_cloud.concept_expansion.v1.model |
Concept Expansion POJOs
|
| Modifier and Type | Method and Description |
|---|---|
Job.Status |
ConceptExpansion.getJobStatus(Job job)
Gets the job status.
|
| Modifier and Type | Method and Description |
|---|---|
static Job.Status |
Job.Status.fromString(String id)
Returns the job status that match the given id.
|
Job.Status |
Job.getStatus()
Gets the status.
|
static Job.Status |
Job.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.Status[] |
Job.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setStatus(Job.Status status)
Sets the status.
|
Copyright © 2015. All rights reserved.