VPC環境で利用できます。
AIアプリのリソース情報です。
構文
構文は次の通りです。
private Integer cpuCount;
private Integer gpuCount;
private String gpuModel;
private Integer memoryMb;
フィールド
フィールドの詳細は次の通りです。
| フィールド | タイプ | 必須の有無 | 説明 |
|---|---|---|---|
cpuCount |
Integer | Optional | CPUの割り当て数
|
gpuCount |
Integer | Optional | GPUの割り当て数
|
gpuModel |
String | Optional | 割り当てる GPUモデル
|
memoryMb |
Integer | Optional | Dockerコンテナの割り当てメモリ
|