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 document provides reference information for the `UpgradeInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0."],["The `UpgradeInstanceRequest` class is used to request the upgrade of a notebook instance and inherits from `Object` while implementing several interfaces like `IMessage` and `IEquatable`."],["There are multiple versions available for the `UpgradeInstanceRequest` class, including the latest version 2.5.0 and older versions like 2.0.0 and 1.0.0-beta04."],["The class has properties such as `Name` (a string specifying the instance's resource path) and `Type` (an `UpgradeType` enum for optional upgrade selection)."],["The class has 2 constructors available, one default and one that accepts another `UpgradeInstanceRequest` as a parameter."]]],[]]