Interface FeatureValueOrBuilder

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

@Generated public interface FeatureValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBoolValue

      boolean hasBoolValue()
       Bool type feature value.
       
      bool bool_value = 1;
      Returns:
      Whether the boolValue field is set.
    • getBoolValue

      boolean getBoolValue()
       Bool type feature value.
       
      bool bool_value = 1;
      Returns:
      The boolValue.
    • hasDoubleValue

      boolean hasDoubleValue()
       Double type feature value.
       
      double double_value = 2;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
       Double type feature value.
       
      double double_value = 2;
      Returns:
      The doubleValue.
    • hasInt64Value

      boolean hasInt64Value()
       Int64 feature value.
       
      int64 int64_value = 5;
      Returns:
      Whether the int64Value field is set.
    • getInt64Value

      long getInt64Value()
       Int64 feature value.
       
      int64 int64_value = 5;
      Returns:
      The int64Value.
    • hasStringValue

      boolean hasStringValue()
       String feature value.
       
      string string_value = 6;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      String getStringValue()
       String feature value.
       
      string string_value = 6;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
       String feature value.
       
      string string_value = 6;
      Returns:
      The bytes for stringValue.
    • hasBoolArrayValue

      boolean hasBoolArrayValue()
       A list of bool type feature value.
       
      .google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
      Returns:
      Whether the boolArrayValue field is set.
    • getBoolArrayValue

      BoolArray getBoolArrayValue()
       A list of bool type feature value.
       
      .google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
      Returns:
      The boolArrayValue.
    • getBoolArrayValueOrBuilder

      BoolArrayOrBuilder getBoolArrayValueOrBuilder()
       A list of bool type feature value.
       
      .google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
    • hasDoubleArrayValue

      boolean hasDoubleArrayValue()
       A list of double type feature value.
       
      .google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
      Returns:
      Whether the doubleArrayValue field is set.
    • getDoubleArrayValue

      DoubleArray getDoubleArrayValue()
       A list of double type feature value.
       
      .google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
      Returns:
      The doubleArrayValue.
    • getDoubleArrayValueOrBuilder

      DoubleArrayOrBuilder getDoubleArrayValueOrBuilder()
       A list of double type feature value.
       
      .google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
    • hasInt64ArrayValue

      boolean hasInt64ArrayValue()
       A list of int64 type feature value.
       
      .google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
      Returns:
      Whether the int64ArrayValue field is set.
    • getInt64ArrayValue

      Int64Array getInt64ArrayValue()
       A list of int64 type feature value.
       
      .google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
      Returns:
      The int64ArrayValue.
    • getInt64ArrayValueOrBuilder

      Int64ArrayOrBuilder getInt64ArrayValueOrBuilder()
       A list of int64 type feature value.
       
      .google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
    • hasStringArrayValue

      boolean hasStringArrayValue()
       A list of string type feature value.
       
      .google.cloud.aiplatform.v1.StringArray string_array_value = 12;
      Returns:
      Whether the stringArrayValue field is set.
    • getStringArrayValue

      StringArray getStringArrayValue()
       A list of string type feature value.
       
      .google.cloud.aiplatform.v1.StringArray string_array_value = 12;
      Returns:
      The stringArrayValue.
    • getStringArrayValueOrBuilder

      StringArrayOrBuilder getStringArrayValueOrBuilder()
       A list of string type feature value.
       
      .google.cloud.aiplatform.v1.StringArray string_array_value = 12;
    • hasBytesValue

      boolean hasBytesValue()
       Bytes feature value.
       
      bytes bytes_value = 13;
      Returns:
      Whether the bytesValue field is set.
    • getBytesValue

      com.google.protobuf.ByteString getBytesValue()
       Bytes feature value.
       
      bytes bytes_value = 13;
      Returns:
      The bytesValue.
    • hasStructValue

      boolean hasStructValue()
       A struct type feature value.
       
      .google.cloud.aiplatform.v1.StructValue struct_value = 15;
      Returns:
      Whether the structValue field is set.
    • getStructValue

      StructValue getStructValue()
       A struct type feature value.
       
      .google.cloud.aiplatform.v1.StructValue struct_value = 15;
      Returns:
      The structValue.
    • getStructValueOrBuilder

      StructValueOrBuilder getStructValueOrBuilder()
       A struct type feature value.
       
      .google.cloud.aiplatform.v1.StructValue struct_value = 15;
    • hasMetadata

      boolean hasMetadata()
       Metadata of feature value.
       
      .google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      FeatureValue.Metadata getMetadata()
       Metadata of feature value.
       
      .google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      FeatureValue.MetadataOrBuilder getMetadataOrBuilder()
       Metadata of feature value.
       
      .google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
    • getValueCase

      FeatureValue.ValueCase getValueCase()