Interface SessionLogOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCheckpointPath()
      This checkpoint_path contains both the path and filename.
      com.google.protobuf.ByteString getCheckpointPathBytes()
      This checkpoint_path contains both the path and filename.
      java.lang.String getMsg()
      string msg = 3;
      com.google.protobuf.ByteString getMsgBytes()
      string msg = 3;
      SessionLog.SessionStatus getStatus()
      .org.platanios.tensorflow.proto.SessionLog.SessionStatus status = 1;
      int getStatusValue()
      .org.platanios.tensorflow.proto.SessionLog.SessionStatus status = 1;
      • 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

      • getStatusValue

        int getStatusValue()
        .org.platanios.tensorflow.proto.SessionLog.SessionStatus status = 1;
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        SessionLog.SessionStatus getStatus()
        .org.platanios.tensorflow.proto.SessionLog.SessionStatus status = 1;
        Returns:
        The status.
      • getCheckpointPath

        java.lang.String getCheckpointPath()
         This checkpoint_path contains both the path and filename.
         
        string checkpoint_path = 2;
        Returns:
        The checkpointPath.
      • getCheckpointPathBytes

        com.google.protobuf.ByteString getCheckpointPathBytes()
         This checkpoint_path contains both the path and filename.
         
        string checkpoint_path = 2;
        Returns:
        The bytes for checkpointPath.
      • getMsg

        java.lang.String getMsg()
        string msg = 3;
        Returns:
        The msg.
      • getMsgBytes

        com.google.protobuf.ByteString getMsgBytes()
        string msg = 3;
        Returns:
        The bytes for msg.