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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]