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-04-02 UTC."],[[["This webpage provides reference documentation for the `StopInstanceRequest` class within the AI Platform Notebooks v1 API, specifically under version 2.0.0."],["The `StopInstanceRequest` class is used to request the stopping of a notebook instance and inherits from `Object` while implementing several interfaces like `IMessage` and `IEquatable`."],["It contains two constructors: a default constructor and one that takes another `StopInstanceRequest` object as an argument for object copying."],["The class includes a `Name` property, which is a string that represents the required format for the notebook instance identifier."],["The webpage also lists links to previous versions of the API, including the latest 2.5.0 version, all the way down to 1.0.0-beta04."]]],[]]