application-services-model/src/ai-request.ts
Ai request statuses
Properties |
| Static COMPLETED |
Type : string
|
Default value : "COMPLETED"
|
| Static CREATED |
Type : string
|
Default value : "CREATED"
|
| Static ERROR |
Type : string
|
Default value : "ERROR"
|
| Static IN_PROGRESS |
Type : string
|
Default value : "IN_PROGRESS"
|
| Static INFERRED |
Type : string
|
Default value : "INFERRED"
|
| Static QUEUED |
Type : string
|
Default value : "QUEUED"
|
| Static STARTED |
Type : string
|
Default value : "STARTED"
|