Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::IndexDatapoint::NumericRestriction::Operator (v1.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::IndexDatapoint::NumericRestriction::Operator.
Which comparison operator to use. Should be specified for queries only;
specifying this for a datapoint is an error.
Datapoints for which Operator is true relative to the query's Value
field will be allowlisted.
Constants
OPERATOR_UNSPECIFIED
value: 0 Default value of the enum.
LESS
value: 1 Datapoints are eligible iff their value is < the query's.
LESS_EQUAL
value: 2 Datapoints are eligible iff their value is <= the query's.
EQUAL
value: 3 Datapoints are eligible iff their value is == the query's.
GREATER_EQUAL
value: 4 Datapoints are eligible iff their value is >= the query's.
GREATER
value: 5 Datapoints are eligible iff their value is > the query's.
NOT_EQUAL
value: 6 Datapoints are eligible iff their value is != the query's.
[[["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 2026-04-03 UTC."],[],[]]