Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::NearestNeighborQuery::NumericFilter::Operator (v1.30.1)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::NearestNeighborQuery::NumericFilter::Operator.

Datapoints for which Operator is true relative to the query's Value field will be allowlisted.

Constants

OPERATOR_UNSPECIFIED

value: 0
Unspecified operator.

LESS

value: 1
Entities are eligible if their value is < the query's.

LESS_EQUAL

value: 2
Entities are eligible if their value is <= the query's.

EQUAL

value: 3
Entities are eligible if their value is == the query's.

GREATER_EQUAL

value: 4
Entities are eligible if their value is >= the query's.

GREATER

value: 5
Entities are eligible if their value is > the query's.

NOT_EQUAL

value: 6
Entities are eligible if their value is != the query's.