{% extends "template.html" %} {% block content %} {%for details in ALL_DEPLOYED_MODELS%} {%endfor%}
Experiment No Run ID Deployment No Deployment URL Status Actions
{{details["experiment_id"]}} {{details["run_id"]}} {{details["model_deployment_number"]}} {%if details["status"]=='running'%} {{details["model_url"]}} {%endif%} {{details["status"]}} {%if details["status"]=='running'%} {%elif details["status"]=='stopped'%} {%endif%}
{% endblock %}