We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d76f7e commit 7e16a13Copy full SHA for 7e16a13
kubeflow/trainer/api/trainer_client.py
@@ -126,9 +126,7 @@ def train(
126
BuiltinTrainer. If not specified, the TrainJob will use the
127
runtime's default values.
128
options: Optional list of configuration options to apply to the TrainJob.
129
- Common options can be imported from kubeflow.trainer.options and
130
- backend-specific options from kubeflow.trainer.options.<backend>
131
- (e.g., kubeflow.trainer.options.kubernetes).
+ Options can be imported from kubeflow.trainer.options.
132
133
Returns:
134
The unique name of the TrainJob that has been generated.
0 commit comments