Uses of Class
org.tensorflow.proto.SessionLog.Builder
Packages that use SessionLog.Builder
-
Uses of SessionLog.Builder in org.tensorflow.proto
Subclasses with type arguments of type SessionLog.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtocol buffer used for logging session state.Methods in org.tensorflow.proto that return SessionLog.BuilderModifier and TypeMethodDescriptionSessionLog.Builder.clear()SessionLog.Builder.clearCheckpointPath()This checkpoint_path contains both the path and filename.SessionLog.Builder.clearMsg()string msg = 3;SessionLog.Builder.clearStatus().tensorflow.SessionLog.SessionStatus status = 1;Event.Builder.getSessionLogBuilder()The state of the session which can be used for restarting after crashes.SessionLog.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SessionLog.Builder.mergeFrom(SessionLog other) static SessionLog.BuilderSessionLog.newBuilder()static SessionLog.BuilderSessionLog.newBuilder(SessionLog prototype) SessionLog.newBuilderForType()protected SessionLog.BuilderSessionLog.newBuilderForType(AbstractMessage.BuilderParent parent) SessionLog.Builder.setCheckpointPath(String value) This checkpoint_path contains both the path and filename.SessionLog.Builder.setCheckpointPathBytes(ByteString value) This checkpoint_path contains both the path and filename.string msg = 3;SessionLog.Builder.setMsgBytes(ByteString value) string msg = 3;SessionLog.Builder.setStatus(SessionLog.SessionStatus value) .tensorflow.SessionLog.SessionStatus status = 1;SessionLog.Builder.setStatusValue(int value) .tensorflow.SessionLog.SessionStatus status = 1;SessionLog.toBuilder()Methods in org.tensorflow.proto with parameters of type SessionLog.BuilderModifier and TypeMethodDescriptionEvent.Builder.setSessionLog(SessionLog.Builder builderForValue) The state of the session which can be used for restarting after crashes.