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 documentation for the `Instance.Types.AcceleratorConfig` class within the AI Platform Notebooks v1 API, specifically in version 2.4.0."],["`AcceleratorConfig` is a class that defines hardware accelerator configurations, including the type and core count, with a note that not all combinations of type and core count are valid."],["The `AcceleratorConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors, one default and another that takes an `AcceleratorConfig` object to initialize."],["The main properties of this class are `CoreCount` (a long integer representing the number of cores) and `Type` (an `AcceleratorType` enum that specifies the type of the accelerator)."]]],[]]