public sealed class Instance.Types.AcceleratorConfig : IMessage<Instance.Types.AcceleratorConfig>, IEquatable<Instance.Types.AcceleratorConfig>, IDeepCloneable<Instance.Types.AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class Instance.Types.AcceleratorConfig.
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 provides reference documentation for the `Instance.Types.AcceleratorConfig` class within the AI Platform Notebooks v1beta1 API, part of the `Google.Cloud.Notebooks.V1Beta1` namespace."],["`Instance.Types.AcceleratorConfig` defines the configuration for a hardware accelerator, specifying both its `Type` and `CoreCount`, and notes that TPUs are not supported."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for object manipulation and comparison."],["The `AcceleratorConfig` class has two constructors, one default and one that takes another `AcceleratorConfig` instance for cloning purposes, allowing for the creation of new Accelerator configurations."],["There are two main properties within `AcceleratorConfig`, `CoreCount`, and `Type`, respectively defining the number of cores of an accelerator, and the type of accelerator."]]],[]]