AiAppResource

Prev Next

VPC環境で利用できます。

AIアプリのリソース情報です。

構文

構文は次の通りです。

private Integer cpuCount;
private Integer gpuCount;
private String gpuModel;
private Integer memoryMb;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
cpuCount Integer Optional CPUの割り当て数
  • 1(デフォルト)
gpuCount Integer Optional GPUの割り当て数
  • 1~8
gpuModel String Optional 割り当てる GPUモデル
  • V100(デフォルト)
memoryMb Integer Optional Dockerコンテナの割り当てメモリ
  • 15GB(デフォルト)