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.3.0."],["The `ResetInstanceRequest` class is used to request the resetting of a notebook instance and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class is located within the `Google.Cloud.Notebooks.V1` namespace and is found in the `Google.Cloud.Notebooks.V1.dll` assembly."],["The class has two constructors, a default constructor and one that takes another `ResetInstanceRequest` object as a parameter."],["It contains one key property named `Name`, which is a required string representing the instance identifier in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]