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 v1 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 information for the `Instance.Types.AcceleratorConfig` class within the Google Cloud Notebooks v1 API, specifically version 2.3.0."],["`Instance.Types.AcceleratorConfig` defines the configuration for hardware accelerators used in AI Platform Notebooks, including the type and core count."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling and object management."],["It includes properties such as `CoreCount` to specify the number of accelerator cores and `Type` to define the type of accelerator."],["The documentation also links to other versions of this class from version 1.0.0-beta04 up to the latest version, 2.5.0."]]],[]]