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 page provides documentation for the `StopRuntimeRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.4.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 deep cloning."],["The `StopRuntimeRequest` class contains two main properties: `Name`, which is a required string property specifying the runtime's resource path, and `RequestId`, an optional string property used for request idempotency."],["The current page is for version 2.4.0, however, the most current version of the API is 2.5.0, and the page also contains links to version history going as far back as version 1.0.0-beta04."]]],[]]