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 holds the path of the notebook instance to upgrade and `Type` which is used to specify an optional upgrade type."],["The documentation provides different versions of the class, with the most recent version being 2.5.0, along with several previous versions, allowing access to different builds."]]],[]]