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