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"]],[["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 `UpdateInstanceMetadataItemsRequest` class within the AI Platform Notebooks v1 API."],["The `UpdateInstanceMetadataItemsRequest` class is used to modify the metadata items of an instance, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and a constructor that takes another `UpdateInstanceMetadataItemsRequest` object as a parameter for cloning."],["Key properties include `Items`, a `MapField` for storing the metadata key-value pairs, and `Name`, a string representing the instance identifier in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["This documentation covers multiple versions of the API class, ranging from version 1.0.0-beta04 to the latest 2.5.0, and outlines inherited members from the `object` class."]]],[]]