Interface FeatureOrBuilder

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

public interface FeatureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBytesList

      boolean hasBytesList()
      .tensorflow.BytesList bytes_list = 1;
      Returns:
      Whether the bytesList field is set.
    • getBytesList

      BytesList getBytesList()
      .tensorflow.BytesList bytes_list = 1;
      Returns:
      The bytesList.
    • getBytesListOrBuilder

      BytesListOrBuilder getBytesListOrBuilder()
      .tensorflow.BytesList bytes_list = 1;
    • hasFloatList

      boolean hasFloatList()
      .tensorflow.FloatList float_list = 2;
      Returns:
      Whether the floatList field is set.
    • getFloatList

      FloatList getFloatList()
      .tensorflow.FloatList float_list = 2;
      Returns:
      The floatList.
    • getFloatListOrBuilder

      FloatListOrBuilder getFloatListOrBuilder()
      .tensorflow.FloatList float_list = 2;
    • hasInt64List

      boolean hasInt64List()
      .tensorflow.Int64List int64_list = 3;
      Returns:
      Whether the int64List field is set.
    • getInt64List

      Int64List getInt64List()
      .tensorflow.Int64List int64_list = 3;
      Returns:
      The int64List.
    • getInt64ListOrBuilder

      Int64ListOrBuilder getInt64ListOrBuilder()
      .tensorflow.Int64List int64_list = 3;
    • getKindCase

      Feature.KindCase getKindCase()