Enum NearestNeighborQuery.NumericFilter.Operator (3.59.0)

public enum NearestNeighborQuery.NumericFilter.Operator extends Enum<NearestNeighborQuery.NumericFilter.Operator> implements ProtocolMessageEnum

Datapoints 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

ProtocolMessageEnum

Static Fields

Name Description
EQUAL

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

EQUAL = 3;

EQUAL_VALUE

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

EQUAL = 3;

GREATER

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

GREATER = 5;

GREATER_EQUAL

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

GREATER_EQUAL = 4;

GREATER_EQUAL_VALUE

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

GREATER_EQUAL = 4;

GREATER_VALUE

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

GREATER = 5;

LESS

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

LESS = 1;

LESS_EQUAL

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

LESS_EQUAL = 2;

LESS_EQUAL_VALUE

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

LESS_EQUAL = 2;

LESS_VALUE

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

LESS = 1;

NOT_EQUAL

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

NOT_EQUAL = 6;

NOT_EQUAL_VALUE

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

NOT_EQUAL = 6;

OPERATOR_UNSPECIFIED

Unspecified operator.

OPERATOR_UNSPECIFIED = 0;

OPERATOR_UNSPECIFIED_VALUE

Unspecified operator.

OPERATOR_UNSPECIFIED = 0;

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()