mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Add metric_names in Study type
This commit is contained in:
@@ -60,6 +60,7 @@ export type Study = {
|
||||
union_user_attrs: AttributeSpec[]
|
||||
datetime_start?: Date
|
||||
trials: Trial[]
|
||||
metric_names?: string[]
|
||||
}
|
||||
|
||||
export type Trial = {
|
||||
|
||||
Reference in New Issue
Block a user