Skip to content

Commit

Permalink
Fix TrainingRuntime field
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Aug 2, 2024
1 parent 78a4abd commit 1f336d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/2170-kubeflow-training-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ type TrainJob struct {

type TrainJobSpec struct {
// Reference to the Training Runtime.
TrainingRuntimeRef *TrainingRuntimeRef `json:"trainingRuntimeRef"`
TrainingRuntimeRef TrainingRuntimeRef `json:"trainingRuntimeRef"`

// Parameters that data scientists can override
Trainer *Trainer `json:"trainer,omitempty"`
Expand Down

0 comments on commit 1f336d0

Please sign in to comment.