Cloud AI Platform v1 API - Enum NearestNeighborQuery.Types.NumericFilter.Types.Operator (3.5.0)

public enum NearestNeighborQuery.Types.NumericFilter.Types.Operator

Reference documentation and code samples for the Cloud AI Platform v1 API enum NearestNeighborQuery.Types.NumericFilter.Types.Operator.

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

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

Name Description
Equal

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

Greater

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

GreaterEqual

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

Less

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

LessEqual

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

NotEqual

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

Unspecified

Unspecified operator.