public sealed class 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."],[[["The `SchedulerAcceleratorConfig` class defines the hardware accelerator configuration for AI Platform Notebooks v1 API, specifically within the `ExecutionTemplate` context."],["This class allows setting the `Type` and `CoreCount` of the hardware accelerator, but it's important to verify the validity of these combinations with the Compute Engine GPU documentation."],["The `SchedulerAcceleratorConfig` class is available in multiple versions, from 1.0.0-beta04 to 2.5.0, with version 2.5.0 being the most recent, offering updated documentation and features."],["The `SchedulerAcceleratorConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from Object, allowing for functionality like deep cloning and message handling."],["TPUs are explicitly not supported by the `SchedulerAcceleratorConfig`, meaning that the use of this particular hardware accelerator is not available within this configuration."]]],[]]