public sealed class StopInstanceRequest : IMessage<StopInstanceRequest>, IEquatable<StopInstanceRequest>, IDeepCloneable<StopInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class StopInstanceRequest.
[[["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 `StopInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0."],["The `StopInstanceRequest` class is used to request the stopping of a notebook instance and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has methods to interact with data such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, alongside having a constructor and copy constructor."],["The `StopInstanceRequest` has a `Name` property, which is a required string representing the full path to a specific notebook instance using the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The documentation shows that earlier versions are also available, including 2.4.0, 2.3.0, 2.1.0, 2.0.0, and the beta version 1.0.0-beta04, alongside the current latest 2.5.0."]]],[]]