org.tensorflow.example.BytesListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: feature.proto
package org.tensorflow.example;
public interface BytesListOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.BytesList)
com.google.protobuf.MessageOrBuilder {
/**
* repeated bytes value = 1;
*/
java.util.List getValueList();
/**
* repeated bytes value = 1;
*/
int getValueCount();
/**
* repeated bytes value = 1;
*/
com.google.protobuf.ByteString getValue(int index);
}