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-04-17 UTC."],[[["The `AcceleratorConfig` class in the Google Cloud Dataproc v1 API specifies the type and number of accelerator cards attached to instances, referencing Compute Engine's GPU documentation."],["This documentation covers the `AcceleratorConfig` class and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is 5.17.0, but this specific page is displaying information for version 5.10.0 of the Google Cloud Dataproc v1 API."],["The `AcceleratorConfig` class includes properties such as `AcceleratorCount`, which specifies the number of accelerator cards, and `AcceleratorTypeUri`, which defines the type of accelerator, whether it's the full URL, partial URI, or short name."],["The `AcceleratorConfig` class is accessible through multiple versions of the API ranging from version 3.1.0 to 5.17.0, as shown in the provided list of available versions."]]],[]]