public enum NearestNeighborQuery.NumericFilter.Operator extends Enum<NearestNeighborQuery.NumericFilter.Operator> implements ProtocolMessageEnumDatapoints for which Operator is true relative to the query’s Value field will be allowlisted.
Protobuf enum
google.cloud.aiplatform.v1beta1.NearestNeighborQuery.NumericFilter.Operator
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EQUAL |
Entities are eligible if their value is == the query's. |
EQUAL_VALUE |
Entities are eligible if their value is == the query's. |
GREATER |
Entities are eligible if their value is > the query's. |
GREATER_EQUAL |
Entities are eligible if their value is >= the query's. |
GREATER_EQUAL_VALUE |
Entities are eligible if their value is >= the query's. |
GREATER_VALUE |
Entities are eligible if their value is > the query's. |
LESS |
Entities are eligible if their value is < the query's. |
LESS_EQUAL |
Entities are eligible if their value is <= the query's. |
LESS_EQUAL_VALUE |
Entities are eligible if their value is <= the query's. |
LESS_VALUE |
Entities are eligible if their value is < the query's. |
NOT_EQUAL |
Entities are eligible if their value is != the query's. |
NOT_EQUAL_VALUE |
Entities are eligible if their value is != the query's. |
OPERATOR_UNSPECIFIED |
Unspecified operator. |
OPERATOR_UNSPECIFIED_VALUE |
Unspecified operator. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|