public sealed class RollbackInstanceRequest : IMessage<RollbackInstanceRequest>, IEquatable<RollbackInstanceRequest>, IDeepCloneable<RollbackInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class RollbackInstanceRequest.
[[["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 information for the `RollbackInstanceRequest` class within the AI Platform Notebooks v1 API, specifically version 2.3.0."],["The `RollbackInstanceRequest` class is used to request the rollback of a notebook instance, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties such as `Name` to specify the instance path and `TargetSnapshot` for the snapshot to be rolled back to, both required fields."],["There are several previous versions of this class available, ranging from version 2.4.0 down to a beta version, with the most recent being version 2.5.0."],["The class inherits certain methods from the object class like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]