Skip to content

Commit

Permalink
fix: extract searcher metric from experiment payload (#9768)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonG authored Jul 30, 2024
1 parent b8c6773 commit 30d6e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/react/src/services/decoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ export function mapV1Experiment(
projectId: data.projectId,
projectName: data.projectName,
resourcePool: data.resourcePool || '',
searcherMetric: data.searcherMetric,
searcherMetricValue: data.bestTrialSearcherMetric,
searcherType: data.searcherType,
startTime: data.startTime as unknown as string,
Expand Down

0 comments on commit 30d6e79

Please sign in to comment.