Package org.tensorflow.framework
Interface ReaderBaseStateOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReaderBaseState,ReaderBaseState.Builder
public interface ReaderBaseStateOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.nd4j.shade.protobuf.ByteStringgetCurrentWork()bytes current_work = 4;longgetNumRecordsProduced()int64 num_records_produced = 3;longgetWorkFinished()int64 work_finished = 2;longgetWorkStarted()int64 work_started = 1;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWorkStarted
long getWorkStarted()
int64 work_started = 1;- Returns:
- The workStarted.
-
getWorkFinished
long getWorkFinished()
int64 work_finished = 2;- Returns:
- The workFinished.
-
getNumRecordsProduced
long getNumRecordsProduced()
int64 num_records_produced = 3;- Returns:
- The numRecordsProduced.
-
getCurrentWork
org.nd4j.shade.protobuf.ByteString getCurrentWork()
bytes current_work = 4;- Returns:
- The currentWork.
-
-