Show / Hide Table of Contents

Class Accelerator

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

Inheritance
object
Accelerator
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class Accelerator : IDirectResponseSchema

Properties

Count

The number of accelerators of this type.

Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type Description
long?

DriverVersion

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.

Declaration
[JsonProperty("driverVersion")]
public virtual string DriverVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstallGpuDrivers

Deprecated: please use instances[0].install_gpu_drivers instead.

Declaration
[JsonProperty("installGpuDrivers")]
public virtual bool? InstallGpuDrivers { get; set; }
Property Value
Type Description
bool?

Type

The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX