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."],[[["The latest version of the `ResetInstanceRequest` class is 2.5.0, within the AI Platform Notebooks v1 API."],["`ResetInstanceRequest` is a class used to request the resetting of a notebook instance, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits members from the base `object` class, including methods like `GetHashCode`, `GetType`, and `ToString`."],["There are two constructors for `ResetInstanceRequest`, one default constructor and another that takes another `ResetInstanceRequest` object as a parameter."],["The `Name` property, a string, is a required field representing the full resource name of the instance, using the following format `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]