Batch V1 API - Class Google::Cloud::Batch::V1::AllocationPolicy::Accelerator (v0.17.2)

Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::AllocationPolicy::Accelerator.

Accelerator describes Compute Engine accelerators to be attached to the VM.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#count

def count() -> ::Integer
Returns
  • (::Integer) — The number of accelerators of this type.

#count=

def count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of accelerators of this type.
Returns
  • (::Integer) — The number of accelerators of this type.

#driver_version

def driver_version() -> ::String
Returns
  • (::String) — Optional. The NVIDIA GPU driver version that should be installed for this type.

    You can define the specific driver version such as "470.103.01", following the driver version requirements in https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#minimum-driver. Batch will install the specific accelerator driver if qualified.

#driver_version=

def driver_version=(value) -> ::String
Parameter
  • value (::String) — Optional. The NVIDIA GPU driver version that should be installed for this type.

    You can define the specific driver version such as "470.103.01", following the driver version requirements in https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#minimum-driver. Batch will install the specific accelerator driver if qualified.

Returns
  • (::String) — Optional. The NVIDIA GPU driver version that should be installed for this type.

    You can define the specific driver version such as "470.103.01", following the driver version requirements in https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#minimum-driver. Batch will install the specific accelerator driver if qualified.

#install_gpu_drivers

def install_gpu_drivers() -> ::Boolean
Returns
  • (::Boolean) — Deprecated: please use instances[0].install_gpu_drivers instead.

#install_gpu_drivers=

def install_gpu_drivers=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Deprecated: please use instances[0].install_gpu_drivers instead.
Returns
  • (::Boolean) — Deprecated: please use instances[0].install_gpu_drivers instead.

#type

def type() -> ::String
Returns
  • (::String) — The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.
Returns
  • (::String) — The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.