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."],[[["The `AcceleratorConfig` class, part of Google.Cloud.Dataproc.V1, allows users to specify the type and quantity of accelerator cards attached to instances within a Dataproc cluster."],["It is versioned from 3.1.0 all the way to the latest version 5.17.0, with links to the documentation for all available versions, including 3.3.0 to 5.17.0, as well as 3.1.0, 3.2.0, 3.4.0, and 4.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["`AcceleratorConfig` includes properties like `AcceleratorCount`, which determines the number of accelerator cards, and `AcceleratorTypeUri`, which specifies the type of accelerator using its full URL, partial URI, or short name."],["`AcceleratorConfig` can be constructed with or without parameters as you can see with the two constructors provided."]]],[]]