public enum NearestNeighborQuery.Types.NumericFilter.Types.OperatorReference documentation and code samples for the Vertex AI v1beta1 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.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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. |