AiAppResponse
- Print
- PDF
AiAppResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a data type required for querying all lists in the AI app.
Syntax
The syntax is as follows.
private String id;
private String appId;
private String name;
private String accountName;
private String queueName;
private String workspaceName;
private String state;
private String finalStatus;
private String startedAt;
private String finishedAt;
private String modifiedAt;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | String | Required | AI app identifier UUID (base62) |
appId | String | Optional | YARN application identifier
|
name | String | Optional | AI app name |
accountName | String | Optional | Data Forest account name |
queueName | String | Required | YARN queue name
|
workspaceName | String | Optional | AI workspace name |
state | String | Optional | Status after running the AI app |
finalStatus | String | Optional | Final status of the AI app submitted |
startedAt | String | Optional | AI app submission date and time |
finishedAt | String | Optional | AI app end date and time |
modifiedAt | String | Optional | Date and time AI app settings have been changed last |
Was this article helpful?