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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]