public sealed class UpgradeInstanceInternalRequest : IMessage<UpgradeInstanceInternalRequest>, IEquatable<UpgradeInstanceInternalRequest>, IDeepCloneable<UpgradeInstanceInternalRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class UpgradeInstanceInternalRequest.
Request for upgrading a notebook instance from within the VM
[[["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 `UpgradeInstanceInternalRequest` class is used to request the upgrade of a notebook instance from within the VM in the AI Platform Notebooks v1beta1 API."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities like deep cloning and message handling."],["It has two constructors: a default constructor and one that accepts another `UpgradeInstanceInternalRequest` object for copying."],["The class includes properties `Name`, which represents the instance's resource path, and `VmId`, which holds the VM's hardware token for authentication."],["The latest version available for reference documentation is `2.0.0-beta05`, with older versions like `2.0.0-beta04` and `1.0.0-beta04` also documented."]]],[]]