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 Detail

      • hasNodeList

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

        CollectionDef.NodeList getNodeList()
        .org.platanios.tensorflow.proto.CollectionDef.NodeList node_list = 1;
        Returns:
        The nodeList.
      • hasBytesList

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

        CollectionDef.BytesList getBytesList()
        .org.platanios.tensorflow.proto.CollectionDef.BytesList bytes_list = 2;
        Returns:
        The bytesList.
      • hasInt64List

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

        CollectionDef.Int64List getInt64List()
        .org.platanios.tensorflow.proto.CollectionDef.Int64List int64_list = 3;
        Returns:
        The int64List.
      • hasFloatList

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

        CollectionDef.FloatList getFloatList()
        .org.platanios.tensorflow.proto.CollectionDef.FloatList float_list = 4;
        Returns:
        The floatList.
      • hasAnyList

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

        CollectionDef.AnyList getAnyList()
        .org.platanios.tensorflow.proto.CollectionDef.AnyList any_list = 5;
        Returns:
        The anyList.