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 Google Cloud Notebooks v1 API, specifically version 2.3.0, and is a definition of hardware accelerators that can be used in Google cloud."],["The `RuntimeAcceleratorConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["There are two constructors available for creating instances of `RuntimeAcceleratorConfig`: a default constructor and a constructor that accepts another `RuntimeAcceleratorConfig` object as a parameter."],["Key properties of the `RuntimeAcceleratorConfig` class include `CoreCount` (specifying the number of accelerator cores) and `Type` (defining the model of accelerator)."],["The document lists available versions of the `RuntimeAcceleratorConfig` class, from 1.0.0-beta04 up to the latest version, 2.5.0, alongside links to their respective documentation."]]],[]]