public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class AcceleratorConfig.
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 document provides reference documentation for the `AcceleratorConfig` class within the Google Cloud Dataproc v1 API, detailing its properties and functionality across multiple versions, from 3.1.0 to the latest 5.17.0."],["The `AcceleratorConfig` class is used to specify the type and quantity of accelerator cards, such as GPUs, that are attached to instances in a Dataproc cluster."],["The class has two properties, `AcceleratorCount` which is an integer value representing the number of accelerators, and `AcceleratorTypeUri`, a string that is the identifier for the type of accelerator being used, and its potential values are examples in the document."],["`AcceleratorConfig` inherits from the .NET `object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The latest version available for `AcceleratorConfig` is 5.17.0, with various other versions available for use, from 5.16.0 down to 3.1.0, each with its specific documentation."]]],[]]