org.tensorflow.util.SessionLogOrBuilder Maven / Gradle / Ivy
// 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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy