Class Accelerator
Carries information about an accelerator that can be attached to a VM.
Implements
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.dll
Syntax
public class Accelerator : IDirectResponseSchema
Properties
Count
How many accelerators of this type to attach.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The accelerator type string (for example, "nvidia-tesla-t4"). Only NVIDIA GPU accelerators are currently
supported. If an NVIDIA GPU is attached, the required runtime libraries will be made available to all
containers under /usr/local/nvidia
. The driver version to install must be specified using the NVIDIA
driver version parameter on the virtual machine specification. Note that attaching a GPU increases the
worker VM startup time by a few minutes.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |