Skip to content

Commit

Permalink
fix: change external_run_id to string type in FlatRun proto
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanuelAaron committed Jul 29, 2024
1 parent 0df7ad3 commit df64e9e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions harness/determined/common/api/bindings.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions proto/pkg/runv1/run.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/src/determined/run/v1/run.proto
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ message FlatRun {
// Signed searcher metrics value.
optional double searcher_metric_value = 8;
// The id of external run
optional int32 external_run_id = 9;
optional string external_run_id = 9;
// Trial hyperparameters.
optional google.protobuf.Struct hyperparameters = 10;
// summary metrics.
Expand Down
4 changes: 2 additions & 2 deletions webui/react/src/services/api-ts-sdk/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df64e9e

Please sign in to comment.