Interface PlatformDevice.Builder

  • Method Details

    • id

      The ID for the GPUs on the container instance. The available GPU IDs can also be obtained on the container instance in the /var/lib/ecs/gpu/nvidia_gpu_info.json file.

      Parameters:
      id - The ID for the GPUs on the container instance. The available GPU IDs can also be obtained on the container instance in the /var/lib/ecs/gpu/nvidia_gpu_info.json file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of device that's available on the container instance. The only supported value is GPU.

      Parameters:
      type - The type of device that's available on the container instance. The only supported value is GPU.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of device that's available on the container instance. The only supported value is GPU.

      Parameters:
      type - The type of device that's available on the container instance. The only supported value is GPU.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: