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 webpage provides documentation for the `AcceleratorConfig` class within the Google Cloud Dataproc v1 API, detailing its structure and usage for specifying accelerator cards in instances."],["The `AcceleratorConfig` class, found in the `Google.Cloud.Dataproc.V1` namespace, allows users to define the `AcceleratorTypeUri` and `AcceleratorCount` to attach to their instance, including support for the auto zone placement feature."],["It lists various versions of the Google Cloud Dataproc v1 API, from 3.1.0 to 5.17.0 (latest), all related to `AcceleratorConfig`, with the current version being 5.11.0."],["The page highlights that `AcceleratorConfig` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in conjunction with other Protobuf functionalities."],["The documentation includes information about the `AcceleratorConfig` constructor, properties (`AcceleratorCount`, `AcceleratorTypeUri`), and inherited members."]]],[]]