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."],[[["The latest version available for `Google.Cloud.Dataproc.V1.AcceleratorConfig` is 5.17.0, with multiple prior versions accessible for reference."],["`AcceleratorConfig` allows specifying the type and number of accelerator cards attached to instances, referencing Compute Engine's GPU documentation for more detail."],["`AcceleratorConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality."],["The class includes properties `AcceleratorCount` (an integer representing the number of accelerator cards) and `AcceleratorTypeUri` (a string specifying the accelerator type resource's URL, partial URI, or short name)."],["There are two constructors for `AcceleratorConfig` one that takes no arguments, and the other that takes another `AcceleratorConfig` object."]]],[]]