public sealed class IsInstanceUpgradeableRequest : IMessage<IsInstanceUpgradeableRequest>, IEquatable<IsInstanceUpgradeableRequest>, IDeepCloneable<IsInstanceUpgradeableRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class IsInstanceUpgradeableRequest.
Request for checking if a notebook instance is upgradeable.
[[["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 page provides documentation for the `IsInstanceUpgradeableRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.4.0, which is part of the .NET library."],["The `IsInstanceUpgradeableRequest` class is used to determine if a notebook instance is eligible for an upgrade, as it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor and one that takes another `IsInstanceUpgradeableRequest` object as a parameter."],["The `IsInstanceUpgradeableRequest` class has properties for specifying the `NotebookInstance` (required) and the `Type` of upgrade (optional), to verify instance upgrade eligibility."],["The page also lists all the available versions of this class, with 2.5.0 as the latest, and down to 1.0.0-beta04."]]],[]]