public sealed class IsInstanceUpgradeableResponse : IMessage<IsInstanceUpgradeableResponse>, IEquatable<IsInstanceUpgradeableResponse>, IDeepCloneable<IsInstanceUpgradeableResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class IsInstanceUpgradeableResponse.
Response for checking if a notebook instance is upgradeable.
The new image self link this instance will be upgraded to if calling the
upgrade endpoint. This field will only be populated if field upgradeable
is true.
[[["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 `IsInstanceUpgradeableResponse` class within the AI Platform Notebooks v1 API, specifically for version 2.1.0."],["The `IsInstanceUpgradeableResponse` class is used to determine if a notebook instance can be upgraded and includes details related to the upgrade."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from the base `Object` class."],["The class has four main properties: `Upgradeable`, `UpgradeImage`, `UpgradeInfo`, and `UpgradeVersion`, which provide details about the upgrade status, the new image, additional information, and the new version, respectively."],["The documentation lists various previous versions, including the most recent 2.5.0, and shows version 2.1.0 as the current document version."]]],[]]