Skip to content

Commit

Permalink
fix: extract searcher metric from experiment payload (#9768)
Browse files Browse the repository at this point in the history
(cherry picked from commit 30d6e79)
  • Loading branch information
ashtonG authored and determined-ci committed Jul 30, 2024
1 parent 461434e commit b750c30
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 b750c30

Please sign in to comment.