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 page provides documentation for the `IsInstanceUpgradeableResponse` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.2.0."],["The `IsInstanceUpgradeableResponse` class is used to determine if a notebook instance can be upgraded and includes information regarding the upgrade, such as the `Upgradeable`, `UpgradeImage`, `UpgradeInfo`, and `UpgradeVersion` properties."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The documentation details the constructors for creating instances of `IsInstanceUpgradeableResponse`, along with the properties and their types, along with their respective descriptions."],["The documentation makes available various versions of the API including the latest, `2.5.0` as well as versions dating back to `1.0.0-beta04`."]]],[]]