Skip to content

Commit

Permalink
UPSTREAM: <carry>: correct typo in experiment model
Browse files Browse the repository at this point in the history
the model name for epxeriment is ExperimentUUID, not ExperimentID

Signed-off-by: Humair Khan <[email protected]>
  • Loading branch information
HumairAK committed Jan 23, 2024
1 parent d76c6b7 commit a11816b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/apiserver/model/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ var runAPIToModelFieldMap = map[string]string{
"storage_state": "StorageState",
"status": "Conditions",
"namespace": "Namespace", // v2beta1 API
"experiment_id": "ExperimentId", // v2beta1 API
"experiment_id": "ExperimentUUID", // v2beta1 API
"state": "State", // v2beta1 API
"state_history": "StateHistory", // v2beta1 API
"runtime_details": "PipelineRuntimeManifest", // v2beta1 API
Expand Down

0 comments on commit a11816b

Please sign in to comment.