public sealed class SetInstanceLabelsRequest : IMessage<SetInstanceLabelsRequest>, IEquatable<SetInstanceLabelsRequest>, IDeepCloneable<SetInstanceLabelsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class SetInstanceLabelsRequest.
[[["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 document provides reference information for the `SetInstanceLabelsRequest` class within the Google Cloud Notebooks v1 API, specifically for version 2.4.0."],["`SetInstanceLabelsRequest` is used to request the setting of labels on an AI Platform Notebooks instance, which can be modified later using the setLabels method."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class contains the `Labels` property, which is a `MapField` of strings, representing the labels to be applied, and the `Name` property, a string specifying the instance location."],["The available versions for the `SetInstanceLabelsRequest` class are listed, ranging from 1.0.0-beta04 up to the latest version 2.5.0."]]],[]]