Interface CollectionDefOrBuilder

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

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

    • hasNodeList

      boolean hasNodeList()
      .tensorflow.CollectionDef.NodeList node_list = 1;
      Returns:
      Whether the nodeList field is set.
    • getNodeList

      CollectionDef.NodeList getNodeList()
      .tensorflow.CollectionDef.NodeList node_list = 1;
      Returns:
      The nodeList.
    • getNodeListOrBuilder

      CollectionDef.NodeListOrBuilder getNodeListOrBuilder()
      .tensorflow.CollectionDef.NodeList node_list = 1;
    • hasBytesList

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

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

      CollectionDef.BytesListOrBuilder getBytesListOrBuilder()
      .tensorflow.CollectionDef.BytesList bytes_list = 2;
    • hasInt64List

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

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

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

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

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

      CollectionDef.FloatListOrBuilder getFloatListOrBuilder()
      .tensorflow.CollectionDef.FloatList float_list = 4;
    • hasAnyList

      boolean hasAnyList()
      .tensorflow.CollectionDef.AnyList any_list = 5;
      Returns:
      Whether the anyList field is set.
    • getAnyList

      CollectionDef.AnyList getAnyList()
      .tensorflow.CollectionDef.AnyList any_list = 5;
      Returns:
      The anyList.
    • getAnyListOrBuilder

      CollectionDef.AnyListOrBuilder getAnyListOrBuilder()
      .tensorflow.CollectionDef.AnyList any_list = 5;
    • getKindCase

      CollectionDef.KindCase getKindCase()