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."],[[["The latest version of the `UpdateInstanceMetadataItemsResponse` class is 2.5.0, and it is part of the AI Platform Notebooks v1 API."],["This class is used to represent the response for adding or changing metadata items for an instance, as documented in the API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities within the .NET framework."],["The `UpdateInstanceMetadataItemsResponse` class contains a property named `Items`, which is a `MapField` used to hold the metadata items that were added or updated, consisting of key-value pairs as string."],["There are two constructors available for this class, the default one, and another which accepts a `UpdateInstanceMetadataItemsResponse` for creating a new object based on an existing one."]]],[]]