File size: 273 Bytes
a2d6347 |
1 2 3 4 5 6 7 8 9 10 11 12 |
class LogLiterals:
# static variables
INPUTS = "inputs"
OUTPUTS = "outputs"
META = "meta"
ID = "id"
TIMESTAMP = "timestamp"
EXEC_SEC = "execution_time_sec"
EVAL_RESULT = "eval_result"
METHOD_NAME = "method_name"
DIR_NAME = "io_logs"
|