public sealed class RuntimeAcceleratorConfig : IMessage<RuntimeAcceleratorConfig>, IEquatable<RuntimeAcceleratorConfig>, IDeepCloneable<RuntimeAcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class RuntimeAcceleratorConfig.
Definition of the types of hardware accelerators that can be used.
Definition of the types of hardware accelerators that can be used.
See Compute Engine
AcceleratorTypes.
Examples:
[[["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 `RuntimeAcceleratorConfig` class defines the types of hardware accelerators that can be utilized within the AI Platform Notebooks v1 API."],["This class is part of the `Google.Cloud.Notebooks.V1` namespace in the `Google.Cloud.Notebooks.V1.dll` assembly."],["The `RuntimeAcceleratorConfig` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties such as `CoreCount` (of type `Int64`) and `Type` (of type `RuntimeAcceleratorConfig.Types.AcceleratorType`) to specify the configuration of the accelerator."],["There is documentation of multiple different versions of the code, ranging from 1.0.0-beta04 up to 2.5.0 as the latest."]]],[]]