public sealed class RuntimeAcceleratorConfig : IMessage<RuntimeAcceleratorConfig>, IEquatable<RuntimeAcceleratorConfig>, IDeepCloneable<RuntimeAcceleratorConfig>, IBufferMessage, IMessage
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 hardware accelerators that can be used within Google Cloud Notebooks."],["This class is available in multiple versions, with the latest being 2.5.0 and version 1.0.0-beta04 being displayed on this documentation page."],["The `RuntimeAcceleratorConfig` class includes properties for `CoreCount` (an `Int64` value) and `Type` (an `AcceleratorType` enum), used to specify the configuration of the accelerator."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for deep cloning and efficient data handling."],["Several examples of supported accelerators are given, including various NVIDIA Tesla models like K80, P100, V100, P4, T4 and A100."]]],[]]