public sealed class ExecutionTemplate.Types.SchedulerAcceleratorConfig : IMessage<ExecutionTemplate.Types.SchedulerAcceleratorConfig>, IEquatable<ExecutionTemplate.Types.SchedulerAcceleratorConfig>, IDeepCloneable<ExecutionTemplate.Types.SchedulerAcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ExecutionTemplate.Types.SchedulerAcceleratorConfig.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `ExecutionTemplate.Types.SchedulerAcceleratorConfig` class within the AI Platform Notebooks v1 API, specifically for version 2.3.0 of the Google.Cloud.Notebooks.V1 namespace."],["The `SchedulerAcceleratorConfig` class defines the hardware accelerator specifications, allowing users to configure the type and core count of GPUs for their notebook execution environments, with the exclusion of TPUs."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer-based operations."],["The class includes properties `CoreCount`, representing the number of accelerator cores, and `Type`, defining the specific type of accelerator being utilized."],["The document also lists the different versions of this class that have been released, ranging from version 1.0.0-beta04 to 2.5.0 (latest)."]]],[]]