public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class AcceleratorConfig.
An accelerator configuration for a VM instance
Definition of a hardware accelerator. Note that there is no check on type
and core_count combinations. TPUs are not supported.
See GPUs on Compute
Engine to find a
valid combination.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `AcceleratorConfig` class in the Notebooks v2 API defines the hardware accelerator configuration for a VM instance."],["This class, part of the `Google.Cloud.Notebooks.V2` namespace, provides properties to configure the accelerator's `CoreCount` and `Type`."],["`AcceleratorConfig` is a sealed class that implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes constructors for creating instances."],["The `Type` property, within the `AcceleratorConfig` class, allows selection from predefined accelerator types found in the `AcceleratorConfig.Types.AcceleratorType` enum."],["The documentation emphasizes the importance of referring to the \"GPUs on Compute Engine\" documentation for compatible `type` and `core_count` combinations, as TPUs are not supported."]]],[]]