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 in the AI Platform Notebooks v1 API allows for requesting the upgrade of a notebook instance."],["This class is part of the `Google.Cloud.Notebooks.V1` namespace and is implemented in the `Google.Cloud.Notebooks.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes properties like `Name`, which is required and specifies the instance to be upgraded, and `Type`, which is optional and allows for searching for additional compute images for the upgrade."],["The API documentation includes several versions of the `UpgradeInstanceRequest` documentation, ranging from version `1.0.0-beta04` to the latest version, `2.5.0`."]]],[]]