org.tensorflow.util.SessionLogOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/util/event.proto
package org.tensorflow.util;
public interface SessionLogOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.SessionLog)
com.google.protobuf.MessageOrBuilder {
/**
* .tensorflow.SessionLog.SessionStatus status = 1;
*/
int getStatusValue();
/**
* .tensorflow.SessionLog.SessionStatus status = 1;
*/
org.tensorflow.util.SessionLog.SessionStatus getStatus();
/**
*
* This checkpoint_path contains both the path and filename.
*
*
* string checkpoint_path = 2;
*/
java.lang.String getCheckpointPath();
/**
*
* This checkpoint_path contains both the path and filename.
*
*
* string checkpoint_path = 2;
*/
com.google.protobuf.ByteString
getCheckpointPathBytes();
/**
* string msg = 3;
*/
java.lang.String getMsg();
/**
* string msg = 3;
*/
com.google.protobuf.ByteString
getMsgBytes();
}