public interface ExamplesArrayFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArrayOperator()
public abstract ExamplesArrayFilter.ArrayOperator getArrayOperator()Required. The operator logic to use for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter.ArrayOperator array_operator = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExamplesArrayFilter.ArrayOperator |
The arrayOperator. |
getArrayOperatorValue()
public abstract int getArrayOperatorValue()Required. The operator logic to use for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter.ArrayOperator array_operator = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for arrayOperator. |
getValues(int index)
public abstract String getValues(int index)Required. The values by which to filter examples.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The values at the given index. |
getValuesBytes(int index)
public abstract ByteString getValuesBytes(int index)Required. The values by which to filter examples.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the values at the given index. |
getValuesCount()
public abstract int getValuesCount()Required. The values by which to filter examples.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of values. |
getValuesList()
public abstract List<String> getValuesList()Required. The values by which to filter examples.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the values. |