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"]],[["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 `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."]]],[]]