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 document provides reference documentation for the `StopRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.3.0."],["`StopRuntimeRequest` is used to initiate a request to stop a Managed Notebook Runtime, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class has two constructors, a default one and one that takes another `StopRuntimeRequest` as an argument, with each constructor described."],["The `StopRuntimeRequest` class contains properties `Name`, which is a required string field in the format of a runtime resource path, and `RequestId`, which is a string field for idempotent request UUID."],["The page includes links to prior versions of this class between versions 2.0.0 and 2.5.0, and includes a link to a beta version 1.0.0."]]],[]]