org.tensorflow.util.SessionLogOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorboard/src/event.proto
package org.tensorflow.util;
public interface SessionLogOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorboard.SessionLog)
com.google.protobuf.MessageOrBuilder {
/**
* optional .tensorboard.SessionLog.SessionStatus status = 1;
*/
int getStatusValue();
/**
* optional .tensorboard.SessionLog.SessionStatus status = 1;
*/
org.tensorflow.util.SessionLog.SessionStatus getStatus();
/**
*
* This checkpoint_path contains both the path and filename.
*
*
* optional string checkpoint_path = 2;
*/
java.lang.String getCheckpointPath();
/**
*
* This checkpoint_path contains both the path and filename.
*
*
* optional string checkpoint_path = 2;
*/
com.google.protobuf.ByteString
getCheckpointPathBytes();
/**
* optional string msg = 3;
*/
java.lang.String getMsg();
/**
* optional string msg = 3;
*/
com.google.protobuf.ByteString
getMsgBytes();
}