{% extends "layout.html" %} {% block body %} {{ super() }}
Deploy, analyze and monitor scenarios
The federation has reached the maximum number of rounds
The federation is currently running
Scenarios queue {{ scenarios_finished }}/{{ scenarios_list_length }}
{% if scenarios_finished != scenarios_list_length %} Stop scenario queue {% endif %}Scenarios queue {{ scenarios_finished }}/{{ scenarios_list_length }}
{% if scenarios_finished != scenarios_list_length %} Stop scenario queue {% endif %}Name | Start time | Model | Dataset | Rounds | Status | Action | ||
---|---|---|---|---|---|---|---|---|
{{ name }} | {{ start_time }} | {{ model }} | {{ dataset }} | {{ rounds }} | {% if status == "running" %}Running | {% elif status == "completed" %}Completed | {% else %}Finished | {% endif %}Monitor Real-time metrics {% if status == "running" %} Stop scenario {% elif status == "completed" %} Stop scenario Stop scenario queue {% else %} {% endif %} |