public sealed class StopRuntimeRequest : IMessage<StopRuntimeRequest>, IEquatable<StopRuntimeRequest>, IDeepCloneable<StopRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class StopRuntimeRequest.
[[["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 documentation covers the `StopRuntimeRequest` class, which is part of the Google Cloud AI Platform Notebooks v1 API, specifically for managing notebook runtimes."],["The `StopRuntimeRequest` class, designed for stopping a Managed Notebook Runtime, is implemented across several versions of the API, ranging from version 1.0.0-beta04 to the latest 2.5.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffering."],["Key properties of the `StopRuntimeRequest` class include `Name` (required for identifying the runtime) and `RequestId` (for idempotent request handling)."],["This class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it can be constructed with default or copy constructors."]]],[]]