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"]],[["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 `SetInstanceLabelsRequest` class is used to request the setting of labels on a notebook instance within the AI Platform Notebooks v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The latest version of this class is 2.5.0, with several previous versions also available, ranging back to version 1.0.0-beta04."],["The class contains a `Labels` property, which is a `MapField` used for storing key-value pairs of labels, and a `Name` property, a string used for identifying the notebook instance."],["There are two constructors available: a parameterless constructor, and one that takes another `SetInstanceLabelsRequest` object as a parameter for cloning."]]],[]]