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."],[[["The `UpdateInstanceMetadataItemsRequest` class, found within the `Google.Cloud.Notebooks.V1` namespace, is designed for adding or changing metadata items on an AI Platform Notebooks instance."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class provides two constructors: a default constructor and one that takes another `UpdateInstanceMetadataItemsRequest` instance for cloning purposes."],["It includes two key properties: `Items`, a `MapField` for storing metadata as key-value pairs, and `Name`, a string property that defines the instance's resource path in the format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The latest version of the documentation for the AI Platform Notebooks v1 API class `UpdateInstanceMetadataItemsRequest` is 2.5.0, though versions are available for 2.4.0 all the way down to 1.0.0-beta04."]]],[]]