public sealed class UpgradeInstanceRequest : IMessage<UpgradeInstanceRequest>, IEquatable<UpgradeInstanceRequest>, IDeepCloneable<UpgradeInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpgradeInstanceRequest.
[[["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."],[[["This page provides documentation for the `UpgradeInstanceRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.4.0."],["The `UpgradeInstanceRequest` class is used to request the upgrade of a notebook instance and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default constructor and one that accepts another `UpgradeInstanceRequest` object as a parameter."],["The class includes two key properties: `Name`, a required string representing the instance's resource path, and `Type`, an optional `UpgradeType` to specify the upgrade type."],["The latest version available for upgrade is 2.5.0, while other previous versions are available as far back as 1.0.0-beta04."]]],[]]