AiAppContainer
- Print
- PDF
AiAppContainer
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is an AI app container.
Syntax
The syntax is as follows.
private String containerId;
private String conponent;
private String createdAt;
private String logUrl;
private Integer cpuCount;
private String dockerImage;
private Integer memoryMb;
private String status;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
containerId | String | Optional | AI app container ID |
component | String | Optional | AI app component |
createdAt | String | Optional | AI app execution date and time |
logurl | String | Optional | AI app log URL |
cpuCount | Integer | Optional | Number of CPU allocations to be used by the AI app |
dockerImage | String | Optional | Docker image and version |
memoryMb | Integer | Optional | Memory to be allocated to the Docker container |
Status | String | Optional | Final status of the AI app submitted |
Was this article helpful?