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"]],[["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 `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."]]],[]]