public sealed class UpdateInstanceMetadataItemsResponse : IMessage<UpdateInstanceMetadataItemsResponse>, IEquatable<UpdateInstanceMetadataItemsResponse>, IDeepCloneable<UpdateInstanceMetadataItemsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpdateInstanceMetadataItemsResponse.
Response for adding/changing metadata items for an instance.
[[["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 `UpdateInstanceMetadataItemsResponse` class within the AI Platform Notebooks v1 API, specifically for .NET development."],["The `UpdateInstanceMetadataItemsResponse` class represents the response received after modifying metadata items for a notebook instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes a property `Items` of type `MapField\u003cstring, string\u003e` that stores the items that were added or updated in the instance metadata."],["There are multiple versions available for the library, ranging from version 1.0.0-beta04 up to the latest version 2.5.0, with version 2.4.0 being the context of the documentation provided."]]],[]]