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"]],[["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 in the Google.Cloud.Notebooks.V1 API defines the configuration for hardware accelerators used in AI Platform Notebooks, with version 2.5.0 being the latest release."],["This class allows users to specify the type and core count of hardware accelerators, such as `nvidia-tesla-k80`, `nvidia-tesla-t4`, and more, as outlined in the Compute Engine AcceleratorTypes documentation."],["The `RuntimeAcceleratorConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["It contains properties that you can access and modify the `Type` of accelerator as well as the `CoreCount`."],["The class has two constructors: A default one `RuntimeAcceleratorConfig()` and one that accepts another instance of `RuntimeAcceleratorConfig` as a parameter."]]],[]]