Interface ExamplesArrayFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExamplesArrayFilter, ExamplesArrayFilter.Builder

@Generated public interface ExamplesArrayFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    int
    Required.
    getValues(int index)
    Required.
    com.google.protobuf.ByteString
    getValuesBytes(int index)
    Required.
    int
    Required.
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getValuesList

      List<String> getValuesList()
       Required. The values by which to filter examples.
       
      repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
       Required. The values by which to filter examples.
       
      repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The count of values.
    • getValues

      String getValues(int index)
       Required. The values by which to filter examples.
       
      repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.
    • getValuesBytes

      com.google.protobuf.ByteString getValuesBytes(int index)
       Required. The values by which to filter examples.
       
      repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the values at the given index.
    • getArrayOperatorValue

      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:
      The enum numeric value on the wire for 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:
      The arrayOperator.