Skip to content

Commit

Permalink
update flatrun type
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanuelAaron committed Jul 29, 2024
1 parent df64e9e commit c9e0d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/react/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ export interface FlatRun {
checkpointSize: number;
checkpointCount: number;
searcherMetricValue?: number;
externalRunId?: number;
externalRunId?: string;
hyperparameters?: TrialHyperparameters;
summaryMetrics?: SummaryMetrics;
userId?: number;
Expand Down

0 comments on commit c9e0d2b

Please sign in to comment.