GetAiAppDetailResponse
- Print
- PDF
GetAiAppDetailResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
These are AI app details.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private String accountName;
private String id;
private String appId;
private String name;
private String queueName;
private String startedAt;
private String finishedAt;
private Integer elapesdMillis;
private String state;
private String finalStatus;
private AiAppContainer containers;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the AI app details query was successful
|
message | String | Optional | Result message after querying the AI app details |
id | String | Required | AI app identifier UUID (base62) |
appId | String | Optional | YARN application identifier |
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 value of the AI app submitted |
containers | AiAppContainer | Optional | AiAppContainer data type |
Was this article helpful?