public sealed class UpdateInstanceConfigRequest : IMessage<UpdateInstanceConfigRequest>, IEquatable<UpdateInstanceConfigRequest>, IDeepCloneable<UpdateInstanceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpdateInstanceConfigRequest.
[[["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."],[[["This document provides reference documentation for the `UpdateInstanceConfigRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.4.0."],["The `UpdateInstanceConfigRequest` class is used to request updates to instance configurations and inherits from the `object` class, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one being the standard constructor and the other taking an existing `UpdateInstanceConfigRequest` as a parameter to use its data."],["The `UpdateInstanceConfigRequest` class has properties for setting the `Config` (of type `InstanceConfig`) and the `Name`, with the latter requiring a specific format for its value."],["There are several prior versions available of the class, ranging from 2.0.0 up to 2.5.0 (the latest version)."]]],[]]