{% include "header.html" %}
| Attribute | Value |
|---|---|
| Id | {{ trial.id }} |
| Study Id | {{ trial.study_id }} |
| Name | {{ trial.name }} |
| Parameter Values | {{ trial.parameter_values }} |
| Objective Value | {{ trial.objective_value }} |
| Status | {{ trial.status }} |
| Created Time | {{ trial.updated_time }} |
| Updated Time | {{ trial.updated_time }} |
| Id | Training Step | Objective Value | Created Time | Updated Time | Operation | {% for trial_metric in trial_metrics %}
|---|---|---|---|---|---|
| {{ trial_metric.id }} | {{ trial_metric.training_step }} | {{ trial_metric.objective_value }} | {{ trial.created_time }} | {{ trial.updated_time }} |