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"]],[["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 `ExecutionTemplate.Types.SchedulerAcceleratorConfig` class within the AI Platform Notebooks v1 API."],["`SchedulerAcceleratorConfig` defines a hardware accelerator, specifying its `Type` and `CoreCount`, with a note that not all combinations are valid according to Compute Engine's guidelines on GPUs."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, deep cloning, and buffered operations."],["There are multiple versions of the `SchedulerAcceleratorConfig`, with version 2.5.0 being the latest one."],["The class offers a default constructor, along with a constructor that takes another `SchedulerAcceleratorConfig` instance as a parameter for creating new instances."]]],[]]