Package org.tensorflow.example
Interface BytesListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BytesList,BytesList.Builder
public interface BytesListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValueList
List<com.google.protobuf.ByteString> getValueList()repeated bytes value = 1;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()repeated bytes value = 1;- Returns:
- The count of value.
-
getValue
com.google.protobuf.ByteString getValue(int index) repeated bytes value = 1;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-