public sealed class UpdateInstanceMetadataItemsRequest : IMessage<UpdateInstanceMetadataItemsRequest>, IEquatable<UpdateInstanceMetadataItemsRequest>, IDeepCloneable<UpdateInstanceMetadataItemsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpdateInstanceMetadataItemsRequest.
Request 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 `UpdateInstanceMetadataItemsRequest` class in the AI Platform Notebooks v1 API allows for adding or changing metadata items for a notebook instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["It has two constructors: a default constructor and one that accepts another `UpdateInstanceMetadataItemsRequest` object for cloning."],["The `Items` property, a `MapField`, is used to store and manage the metadata items, which are key-value pairs of strings."],["The `Name` property is a required string that specifies the format for identifying the instance to update with metadata, including the project, location, and instance ID."]]],[]]