Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::IndexDatapoint::NumericRestriction::Operator (v0.39.0)

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.