public sealed class SetInstanceLabelsRequest : IMessage<SetInstanceLabelsRequest>, IEquatable<SetInstanceLabelsRequest>, IDeepCloneable<SetInstanceLabelsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 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 part of the AI Platform Notebooks v1beta1 API and is used to request the setting of labels on a notebook instance."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `SetInstanceLabelsRequest` has two constructors: a default constructor and one that accepts another `SetInstanceLabelsRequest` object."],["The class includes properties for `Labels`, which is a `MapField` for storing key-value pairs, and `Name`, which specifies the instance's resource name."],["The documentation covers version 2.0.0-beta04 of the API, with links also provided to the latest beta version 2.0.0-beta05 and version 1.0.0-beta04."]]],[]]