Interface SessionLogOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SessionLog, SessionLog.Builder

public interface SessionLogOrBuilder extends MessageOrBuilder
  • Method Details

    • getStatusValue

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

      .tensorflow.SessionLog.SessionStatus status = 1;
      Returns:
      The status.
    • getCheckpointPath

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

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

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

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