Enum ExamplesArrayFilter.ArrayOperator (3.89.0)

public enum ExamplesArrayFilter.ArrayOperator extends Enum<ExamplesArrayFilter.ArrayOperator> implements ProtocolMessageEnum

The logic to use for filtering.

Protobuf enum google.cloud.aiplatform.v1beta1.ExamplesArrayFilter.ArrayOperator

Implements

ProtocolMessageEnum

Static Fields

Name Description
ARRAY_OPERATOR_UNSPECIFIED

Not specified. This value should not be used.

ARRAY_OPERATOR_UNSPECIFIED = 0;

ARRAY_OPERATOR_UNSPECIFIED_VALUE

Not specified. This value should not be used.

ARRAY_OPERATOR_UNSPECIFIED = 0;

CONTAINS_ALL

The metadata array field in the example must contain all of the values.

CONTAINS_ALL = 2;

CONTAINS_ALL_VALUE

The metadata array field in the example must contain all of the values.

CONTAINS_ALL = 2;

CONTAINS_ANY

The metadata array field in the example must contain at least one of the values.

CONTAINS_ANY = 1;

CONTAINS_ANY_VALUE

The metadata array field in the example must contain at least one of the values.

CONTAINS_ANY = 1;

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