Skip to content

Commit

Permalink
Update docs/proposals/2170-kubeflow-training-v2/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Iwai <[email protected]>
  • Loading branch information
andreyvelich and tenzen-y authored Aug 2, 2024
1 parent 78a4abd commit cf57e5b
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 cf57e5b

Please sign in to comment.