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."],[[["This document provides reference information for the `RuntimeAcceleratorConfig` class within the AI Platform Notebooks v1 API, specifically version 2.2.0 of the .NET library."],["`RuntimeAcceleratorConfig` defines the types of hardware accelerators that can be used, including models like `nvidia-tesla-k80`, `nvidia-tesla-t4`, and `nvidia-tesla-a100`."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `RuntimeAcceleratorConfig` class has two properties, `CoreCount`, which represents the amount of cores for the accelerator, and `Type`, which is the accelerator model."],["The documentation provides access to previous versions of the `RuntimeAcceleratorConfig` class, going as far back as version `1.0.0-beta04` and as recent as `2.5.0`."]]],[]]