The accelerator type string (for example, "nvidia-tesla-k80").
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAccelerator\u003c/code\u003e class in the Google Cloud Life Sciences v2beta API represents an accelerator that can be attached to a virtual machine (VM).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eAccelerator\u003c/code\u003e class is 2.0.0-beta06, with previous versions including 2.0.0-beta05 and 1.0.0-beta02 also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAccelerator\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to interact with other protobuf messages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAccelerator\u003c/code\u003e class has two primary properties: \u003ccode\u003eCount\u003c/code\u003e, which specifies the number of accelerators to attach, and \u003ccode\u003eType\u003c/code\u003e, which defines the type of accelerator, such as NVIDIA GPUs, which are currently the only supported type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAccelerator\u003c/code\u003e class is within the namespace \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta\u003c/code\u003e, located in the assembly \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class Accelerator (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Accelerator)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.Accelerator)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.Accelerator) \n\n public sealed class Accelerator : IMessage\u003cAccelerator\u003e, IEquatable\u003cAccelerator\u003e, IDeepCloneable\u003cAccelerator\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class Accelerator.\n\nCarries information about an accelerator that can be attached to a VM. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Accelerator \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Accelerator](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Accelerator), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Accelerator](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Accelerator), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Accelerator](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Accelerator), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.LifeSciences.V2Beta](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.LifeSciences.V2Beta.dll\n\nConstructors\n------------\n\n### Accelerator()\n\n public Accelerator()\n\n### Accelerator(Accelerator)\n\n public Accelerator(Accelerator other)\n\nProperties\n----------\n\n### Count\n\n public long Count { get; set; }\n\nHow many accelerators of this type to attach.\n\n### Type\n\n public string Type { get; set; }\n\nThe accelerator type string (for example, \"nvidia-tesla-k80\").\n\nOnly NVIDIA GPU accelerators are currently supported. If an NVIDIA GPU is\nattached, the required runtime libraries will be made available to all\ncontainers under `/usr/local/nvidia`. The driver version to install must\nbe specified using the NVIDIA driver version parameter on the virtual\nmachine specification. Note that attaching a GPU increases the worker VM\nstartup time by a few minutes."]]