MVP with Tensorboard
This commit is contained in:
parent
5b9b51ad59
commit
a0d089d5bb
549 changed files with 39977 additions and 31449 deletions
14
server/src/features/runtime/model/command.ts
Normal file
14
server/src/features/runtime/model/command.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
export interface Command {
|
||||
tensorBoard: ExecProcess;
|
||||
simulationProcess: ExecProcess;
|
||||
btBuilderProcess: ExecProcess;
|
||||
}
|
||||
|
||||
export interface ExecProcess {
|
||||
execCommand: string;
|
||||
date: null;
|
||||
status: null | string;
|
||||
delay: number;
|
||||
checkCommand: null;
|
||||
filter: null;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue