public sealed class ResetRuntimeRequest : IMessage<ResetRuntimeRequest>, IEquatable<ResetRuntimeRequest>, IDeepCloneable<ResetRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ResetRuntimeRequest.
[[["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."],[[["This document provides reference information for the `ResetRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0."],["`ResetRuntimeRequest` is used to reset a Managed Notebook Runtime, and it inherits from the base `Object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResetRuntimeRequest` class includes two constructors, a default constructor and one that accepts another `ResetRuntimeRequest` object."],["It has two properties: `Name`, which is required and represents the runtime's resource name, and `RequestId`, which is an optional unique identifier for the request."],["This documentation provides access to multiple different versions, with 2.5.0 being the latest, and you can view and reference version specific information."]]],[]]