public static final class
SessionLog.Builder
Protocol buffer used for logging session state.
tensorflow.SessionLog
Public Methods
SessionLog.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
SessionLog |
build()
|
SessionLog | |
SessionLog.Builder |
clear()
|
SessionLog.Builder |
clearCheckpointPath()
This checkpoint_path contains both the path and filename. |
SessionLog.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
SessionLog.Builder |
clearMsg()
string msg = 3;
|
SessionLog.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
SessionLog.Builder |
clearStatus()
.tensorflow.SessionLog.SessionStatus status = 1;
|
SessionLog.Builder |
clone()
|
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. |
SessionLog | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
String |
getMsg()
string msg = 3;
|
com.google.protobuf.ByteString |
getMsgBytes()
string msg = 3;
|
SessionLog.SessionStatus |
getStatus()
.tensorflow.SessionLog.SessionStatus status = 1;
|
int |
getStatusValue()
.tensorflow.SessionLog.SessionStatus status = 1;
|
final boolean | |
SessionLog.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
SessionLog.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final SessionLog.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
SessionLog.Builder |
setCheckpointPath(String value)
This checkpoint_path contains both the path and filename. |
SessionLog.Builder |
setCheckpointPathBytes(com.google.protobuf.ByteString value)
This checkpoint_path contains both the path and filename. |
SessionLog.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
SessionLog.Builder |
setMsg(String value)
string msg = 3;
|
SessionLog.Builder |
setMsgBytes(com.google.protobuf.ByteString value)
string msg = 3;
|
SessionLog.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
SessionLog.Builder | |
SessionLog.Builder |
setStatusValue(int value)
.tensorflow.SessionLog.SessionStatus status = 1;
|
final SessionLog.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public SessionLog.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SessionLog.Builder clearCheckpointPath ()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;
public String getCheckpointPath ()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;
public com.google.protobuf.ByteString getCheckpointPathBytes ()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getMsg ()
string msg = 3;
public com.google.protobuf.ByteString getMsgBytes ()
string msg = 3;
public int getStatusValue ()
.tensorflow.SessionLog.SessionStatus status = 1;
public final boolean isInitialized ()
public SessionLog.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final SessionLog.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SessionLog.Builder setCheckpointPath (String value)
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;
public SessionLog.Builder setCheckpointPathBytes (com.google.protobuf.ByteString value)
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;
public SessionLog.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SessionLog.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public SessionLog.Builder setStatus (SessionLog.SessionStatus value)
.tensorflow.SessionLog.SessionStatus status = 1;
public SessionLog.Builder setStatusValue (int value)
.tensorflow.SessionLog.SessionStatus status = 1;