public static interface Gpu.Builder extends SdkPojo, CopyableBuilder<Gpu.Builder,Gpu>
| Modifier and Type | Method and Description |
|---|---|
Gpu.Builder |
gpuCount(Integer gpuCount)
The number of GPUs for the instance type.
|
Gpu.Builder |
gpuMemorySizeInMiB(Integer gpuMemorySizeInMiB)
The total size of the memory for the GPU accelerators for the instance type, in MiB.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGpu.Builder gpuCount(Integer gpuCount)
The number of GPUs for the instance type.
gpuCount - The number of GPUs for the instance type.Gpu.Builder gpuMemorySizeInMiB(Integer gpuMemorySizeInMiB)
The total size of the memory for the GPU accelerators for the instance type, in MiB.
gpuMemorySizeInMiB - The total size of the memory for the GPU accelerators for the instance type, in MiB.Copyright © 2023. All rights reserved.