All Superinterfaces:
Buildable, CopyableBuilder<Gpu.Builder,Gpu>, SdkBuilder<Gpu.Builder,Gpu>, SdkPojo
Enclosing class:
Gpu

public static interface Gpu.Builder extends SdkPojo, CopyableBuilder<Gpu.Builder,Gpu>
  • Method Details

    • gpuCount

      Gpu.Builder gpuCount(Integer gpuCount)

      The number of GPUs for the instance type.

      Parameters:
      gpuCount - The number of GPUs for the instance type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gpuMemorySizeInMiB

      Gpu.Builder gpuMemorySizeInMiB(Integer gpuMemorySizeInMiB)

      The total size of the memory for the GPU accelerators for the instance type, in MiB.

      Parameters:
      gpuMemorySizeInMiB - The total size of the memory for the GPU accelerators for the instance type, in MiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.