WorkspaceExportStatusEnum Enumeration |
The current status of the workspace.
Namespace:
IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax Field Value
Type:
The current status of the workspace.
Members
| Member name | Value | Description |
---|
| NON_EXISTENT | 0 |
Enum NON_EXISTENT for Non Existent
|
| TRAINING | 1 |
Enum TRAINING for Training
|
| FAILED | 2 |
Enum FAILED for Failed
|
| AVAILABLE | 3 |
Enum AVAILABLE for Available
|
| UNAVAILABLE | 4 |
Enum UNAVAILABLE for Unavailable
|
See Also