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