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

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 VMs.

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.

#install_gpu_drivers

def install_gpu_drivers() -> ::Boolean
Returns
  • (::Boolean) — When true, Batch will install the GPU drivers. This field will be ignored if specified.

#install_gpu_drivers=

def install_gpu_drivers=(value) -> ::Boolean
Parameter
  • value (::Boolean) — When true, Batch will install the GPU drivers. This field will be ignored if specified.
Returns
  • (::Boolean) — When true, Batch will install the GPU drivers. This field will be ignored if specified.

#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.