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 and code samples for the Google Cloud Dataproc v1 API class `AcceleratorConfig`, which details the configuration of accelerator cards for instance usage."],["The `AcceleratorConfig` class is implemented through several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `Object` class."],["The class provides properties `AcceleratorCount`, indicating the number of accelerator cards, and `AcceleratorTypeUri`, specifying the type of accelerator, with examples and requirements for usage with Dataproc's Auto Zone Placement feature."],["Multiple versions of the `AcceleratorConfig` documentation are available, ranging from the latest version (5.17.0) down to version 3.1.0, allowing developers to reference different API iterations."],["Constructors for `AcceleratorConfig` include a default constructor and a copy constructor, where the latter can take another `AcceleratorConfig` object as a parameter, and methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` are inherited from the object class."]]],[]]