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.4.0."],["`ResetInstanceRequest` is used to reset a notebook instance and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResetInstanceRequest` class has two constructors: a default constructor and one that accepts another `ResetInstanceRequest` object as a parameter."],["It contains a `Name` property, which is a required string representing the notebook instance's full resource path in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The class is contained in the `Google.Cloud.Notebooks.V1` namespace and is part of the `Google.Cloud.Notebooks.V1.dll` assembly, showing its location in the codebase."]]],[]]