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.1.0."],["`UpdateInstanceConfigRequest` is used to request updates to instance configurations, and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Config` of type `InstanceConfig` which represents the configurations to be updated, and `Name` of type `string` which represents the project, location, and instance ID."],["The document also details the constructors of `UpdateInstanceConfigRequest`, which include a default constructor and one that accepts another `UpdateInstanceConfigRequest` object."],["Several previous versions of the `UpdateInstanceConfigRequest` class are listed, with the latest being 2.5.0."]]],[]]