Skip to content

Commit

Permalink
Merge pull request kubeflow#10 from HumairAK/model_name
Browse files Browse the repository at this point in the history
UPSTREAM: <carry>: correct typo in experiment model
  • Loading branch information
openshift-merge-bot[bot] authored Jan 23, 2024
2 parents d76c6b7 + a11816b commit 763dd96
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 763dd96

Please sign in to comment.