public enum ExamplesArrayFilter.ArrayOperator extends Enum<ExamplesArrayFilter.ArrayOperator> implements ProtocolMessageEnumThe logic to use for filtering.
Protobuf enum google.cloud.aiplatform.v1beta1.ExamplesArrayFilter.ArrayOperator
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ARRAY_OPERATOR_UNSPECIFIED |
Not specified. This value should not be used. |
ARRAY_OPERATOR_UNSPECIFIED_VALUE |
Not specified. This value should not be used. |
CONTAINS_ALL |
The metadata array field in the example must contain all of the values. |
CONTAINS_ALL_VALUE |
The metadata array field in the example must contain all of the values. |
CONTAINS_ANY |
The metadata array field in the example must contain at least one of the values. |
CONTAINS_ANY_VALUE |
The metadata array field in the example must contain at least one of the values. |
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() |
|