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."],[[["This documentation provides details for the `SchedulerAcceleratorConfig` class within the Google Cloud AI Platform Notebooks v1 API, specifically for version 2.1.0."],["`SchedulerAcceleratorConfig` defines a hardware accelerator's configuration, including its type and the number of cores, although not all combinations are supported."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer operations."],["Constructors are available to create a new `SchedulerAcceleratorConfig` object or to create a copy of an existing one, and the class has two properties: `CoreCount` to specify the number of cores, and `Type` to set the type of accelerator."],["This class is part of the `Google.Cloud.Notebooks.V1` namespace, found within the `Google.Cloud.Notebooks.V1.dll` assembly."]]],[]]