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"]],[["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 documentation for the `StopRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.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 for copying purposes."],["The `StopRuntimeRequest` class has two main properties: `Name`, which is a required string property specifying the runtime's resource path, and `RequestId`, which is a string for an idempotent request UUID."],["The page includes links to various versions of the same class from 2.5.0 down to 1.0.0-beta04."]]],[]]