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"]],[["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 `ResetInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0."],["The `ResetInstanceRequest` class is used to request the resetting of a notebook instance and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It includes a `Name` property, which is a required string that specifies the instance to be reset, formatted as `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["There are multiple available versions for the `ResetInstanceRequest` class, ranging from 1.0.0-beta04 to 2.5.0, with 2.5.0 being the most recent version."]]],[]]