public sealed class ResetInstanceRequest : IMessage<ResetInstanceRequest>, IEquatable<ResetInstanceRequest>, IDeepCloneable<ResetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ResetInstanceRequest.
[[["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 `ResetInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.1.0."],["The `ResetInstanceRequest` class is used to request the resetting of a notebook instance and inherits from `Object` while implementing several interfaces like `IMessage` and `IEquatable`."],["There are two constructors for the `ResetInstanceRequest` class: a default constructor and one that accepts another `ResetInstanceRequest` object as a parameter."],["The `Name` property, a string type, is required and should follow the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The documentation provided includes the current version 2.1.0, along with previous versions and a latest version to find the proper documentation."]]],[]]