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 information for the `UpdateInstanceMetadataItemsResponse` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0 and other versions listed."],["The `UpdateInstanceMetadataItemsResponse` class is used to represent the response received when adding or modifying metadata items for a specific notebook instance."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a constructor for creating instances, and it also contains a property called `Items`, which is of type MapField and is used to store a map of strings representing added or updated metadata."],["There is a list of versions from 2.5.0 to 1.0.0-beta04, with 2.5.0 being the latest version."]]],[]]