Interface LabeledStepStatsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LabeledStepStats, LabeledStepStats.Builder

    public interface LabeledStepStatsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getStepId()
      int64 step_id = 1;
      StepStats getStepStats()
      .org.platanios.tensorflow.proto.StepStats step_stats = 2;
      StepStatsOrBuilder getStepStatsOrBuilder()
      .org.platanios.tensorflow.proto.StepStats step_stats = 2;
      boolean hasStepStats()
      .org.platanios.tensorflow.proto.StepStats step_stats = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.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()
        .org.platanios.tensorflow.proto.StepStats step_stats = 2;
        Returns:
        Whether the stepStats field is set.
      • getStepStats

        StepStats getStepStats()
        .org.platanios.tensorflow.proto.StepStats step_stats = 2;
        Returns:
        The stepStats.
      • getStepStatsOrBuilder

        StepStatsOrBuilder getStepStatsOrBuilder()
        .org.platanios.tensorflow.proto.StepStats step_stats = 2;