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."],[[["The `UpgradeInstanceRequest` class is used to request the upgrade of a notebook instance within the AI Platform Notebooks v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling, equality checks, and cloning."],["The `UpgradeInstanceRequest` class includes two constructors and two properties: `Name`, which specifies the instance to be upgraded, and `Type`, which defines the type of upgrade."],["There are various versions of the API available, ranging from version 1.0.0-beta04 to the latest 2.5.0, each with corresponding links for `UpgradeInstanceRequest`."],["The `UpgradeInstanceRequest` class inherits from the `Object` class and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]