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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `IsInstanceUpgradeableRequest` class is part of the AI Platform Notebooks v1 API and is used to check if a notebook instance is eligible for an upgrade."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class provides a constructor with no parameters and a constructor that accepts another `IsInstanceUpgradeableRequest` object as a parameter."],["It contains two properties, `NotebookInstance`, which specifies the notebook instance to check, and `Type`, which allows specifying an `UpgradeType` to search for additional compute images."],["Multiple versions of this API are available, ranging from version 1.0.0-beta04 to 2.5.0, with 2.5.0 being the latest."]]],[]]