public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
Specifies the type and number of accelerator cards attached to the instances
of an instance. See GPUs on Compute
Engine.
Auto Zone Exception: If you are using the Dataproc
Auto Zone
Placement
feature, you must use the short name of the accelerator type
resource, for example, nvidia-tesla-k80.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `AcceleratorConfig` class within the `Google.Cloud.Dataproc.V1` namespace, used to define the type and quantity of accelerator cards for instances in Google Cloud Dataproc clusters."],["The `AcceleratorConfig` class provides properties such as `AcceleratorCount` (an integer) and `AcceleratorTypeUri` (a string) to specify the number and type of accelerators, respectively."],["It also provides information for various version of the software, with `5.17.0` being the most recent and various versions between 5.0.0 and 5.16.0, in addition to older versions such as 4.0.0, and versions as far back as 3.1.0."],["`AcceleratorTypeUri` can take a full URL, partial URI, or short name for the accelerator type, but the short name is mandatory when using Dataproc's Auto Zone Placement."]]],[]]