public sealed class IndexDatapoint.Types.Restriction : IMessage<IndexDatapoint.Types.Restriction>, IEquatable<IndexDatapoint.Types.Restriction>, IDeepCloneable<IndexDatapoint.Types.Restriction>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class IndexDatapoint.Types.Restriction.
Restriction of a datapoint which describe its attributes(tokens) from each
of several attribute categories(namespaces).
[[["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 information for the `IndexDatapoint.Types.Restriction` class within the Vertex AI v1beta1 API."],["`IndexDatapoint.Types.Restriction` is a class that represents the restriction of a datapoint, describing its attributes from different attribute categories."],["The class includes constructors `Restriction()` and `Restriction(Restriction)`, with the latter taking another `IndexDatapoint.Types.Restriction` object as a parameter for copying."],["Key properties of the `IndexDatapoint.Types.Restriction` class are `AllowList`, `DenyList`, and `Namespace`, which define the allowed and denied attributes, as well as the namespace for the restriction, respectively."],["`IndexDatapoint.Types.Restriction` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, showcasing the classes structure and functionality."]]],[]]