AiAppResource
- Print
- PDF
AiAppResource
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the AI app resource information.
Syntax
The syntax is as follows.
private Integer cpuCount;
private Integer gpuCount;
private String gpuModel;
private Integer memoryMb;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
cpuCount | Integer | Optional | Number of CPU allocations
|
gpuCount | Integer | Optional | Number of GPU allocations
|
gpuModel | String | Optional | GPU model to allocate
|
memoryMb | Integer | Optional | Memory to be allocated to the Docker container
|
Was this article helpful?