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 provides documentation for the `AcceleratorConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically detailing its properties and usage in specifying accelerator cards for instances."],["The `AcceleratorConfig` class, which is part of version 4.0.0, allows users to define the number and type of accelerator cards attached to instances and supports multiple version references from 3.1.0 to the latest 5.17.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class, inheriting its core members."],["The properties, `AcceleratorCount` and `AcceleratorTypeUri`, configure the number of accelerator cards, and the accelerator type, respectively, with the `AcceleratorTypeUri` property accepting full URLs, partial URIs, or short names."],["The `AcceleratorConfig` has two constructors, one for a default instance, and another to duplicate from an existing instance, and it can be found within the Google.Cloud.Dataproc.V1.dll assembly."]]],[]]