SubmitAiAppResponse
- Print
- PDF
SubmitAiAppResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Description
This is a data type used when running the AI app.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private String id;
private String accountName;
private String name;
private String queueName;
private String startedAt;
private String finishedAt;
private Integer elapesdMillis;
private String state;
private String finalStatus;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the AI app list query was successful
|
message | String | Optional | Result message after querying the AI app list |
id | String | Required | AI app identifier UUID (base62) |
accountName | String | Optional | Account name |
name | String | Optional | AI app name |
queueName | String | Required | YARN queue name
|
startedAt | String | Optional | AI app start date and time |
finishedAt | String | Optional | AI app end date and time |
elapsedMillis | Integer | Optional | Time elapsed after launching the AI app (milliseconds) |
state | String | Optional | Status after running the AI app |
finalStatus | String | Optional | Final status of the AI app submitted |
Was this article helpful?