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