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."],[[["The `AcceleratorConfig` class in the Google Cloud Dataproc v1 API specifies the type and number of accelerator cards attached to instances, allowing for GPU configurations."],["This page provides documentation for `AcceleratorConfig` and all its members, including constructors and properties like `AcceleratorCount` and `AcceleratorTypeUri`, across different versions, with version 5.17.0 being the most current."],["The `AcceleratorTypeUri` property allows you to define the accelerator type by using either the full URL, partial URI, or short name, and there is a special requirement to use the short name when using the Dataproc Auto Zone Placement feature."],["`AcceleratorConfig` implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the object class, with an example of inherited members being `object.GetHashCode()`."],["The namespace of `AcceleratorConfig` is `Google.Cloud.Dataproc.V1`, contained in the `Google.Cloud.Dataproc.V1.dll` assembly, which is used for creating and defining the accelerator configuration for instances."]]],[]]