public sealed class AcceleratorConfig : IMessage<Instance.Types.AcceleratorConfig>, IEquatable<Instance.Types.AcceleratorConfig>, IDeepCloneable<Instance.Types.AcceleratorConfig>, IBufferMessage, IMessage
Definition of a hardware accelerator. Note that not all combinations
of type and core_count are valid. Check GPUs on
Compute Engine to find a valid
combination. TPUs are not supported.
[[["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."],[[["This document describes the `AcceleratorConfig` class within the `Google.Cloud.Notebooks.V1` namespace, defining the configuration for hardware accelerators used with notebook instances."],["The `AcceleratorConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors: a default constructor and one that takes an `Instance.Types.AcceleratorConfig` object as a parameter for creating a new instance based on another."],["It includes two properties: `CoreCount` (of type `Int64`) which specifies the number of cores for the accelerator, and `Type` (of type `Instance.Types.AcceleratorType`) which specifies the type of accelerator."],["The document also lists available versions of this class, with version 2.5.0 as the latest, and links to each version's specific documentation, including the version `1.0.0-beta04` in context."]]],[]]