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."],[[["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}`."]]],[]]