Package org.tensorflow.distruntime
Interface LabeledStepStatsOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabeledStepStats,LabeledStepStats.Builder
public interface LabeledStepStatsOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetStepId()int64 step_id = 1;StepStatsgetStepStats().tensorflow.StepStats step_stats = 2;StepStatsOrBuildergetStepStatsOrBuilder().tensorflow.StepStats step_stats = 2;booleanhasStepStats().tensorflow.StepStats step_stats = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStepId
long getStepId()
int64 step_id = 1;- Returns:
- The stepId.
-
hasStepStats
boolean hasStepStats()
.tensorflow.StepStats step_stats = 2;- Returns:
- Whether the stepStats field is set.
-
getStepStats
StepStats getStepStats()
.tensorflow.StepStats step_stats = 2;- Returns:
- The stepStats.
-
getStepStatsOrBuilder
StepStatsOrBuilder getStepStatsOrBuilder()
.tensorflow.StepStats step_stats = 2;
-
-