Experiment No | 42 |Run ID | 43 |Deployment No | 44 |Deployment URL | 45 |Status | 46 |Actions | 47 |
---|---|---|---|---|---|
{{details["experiment_id"]}} | 54 |{{details["run_id"]}} | 55 |{{details["model_deployment_number"]}} | 56 | 57 |58 | {%if details["status"]=='running'%} 59 | {{details["model_url"]}} 60 | {%endif%} 61 | | 62 |{{details["status"]}} | 63 |64 | {%if details["status"]=='running'%} 65 | 66 | {%elif details["status"]=='stopped'%} 67 | 68 | {%endif%} 69 | 70 | | 71 | 72 | 73 |
359 | | Run ID | 360 |Date | 361 |Model | 362 |version | 363 |tags | 364 | 365 | {%for metric in exp_wise_metrics[experiment]%} 366 |
367 |
368 |
369 |
370 |
371 | {{metric}}
372 |
373 |
374 | |
375 |
376 | {%endfor%}
377 |
---|---|---|---|---|---|---|
385 | | {{run[:13]}}... | 386 |{{run_details[run].execution_time}} | 387 |{{run_details[run].model.model_name}} | 388 |{{run_details[run].version}} | 389 |390 | {%for tag in run_details[run].tags%} 391 | {{tag}} 392 | {%endfor%} 393 | | 394 | {%for metric in exp_wise_metrics[experiment]%} 395 |{{run_details[run]["metrics"][metric]|string}} | 396 | {%endfor%} 397 |
Pipeline Name | 17 |Created On | 18 |Start Time | 19 |Status | 20 |Actions | 21 ||
27 | {{pipe["pipelinename"]}} 28 | | 29 |30 | {{pipe["created_at"]}} 31 | | 32 |33 | {{pipe["jobtime"]}} 34 | | 35 |36 | {{pipe["status"]}} 37 | | 38 | {%if pipe["status"]=="Queued" or pipe["status"]=="Started"%} 39 |40 | Stop 41 | view 42 | | 43 | {%else%} 44 |45 | Start 46 | view 47 | | 48 | 49 | {%endif%} 50 |