Skip to content

Commit ec15092

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: A quick fix for the aiplatform.start_run() doc
PiperOrigin-RevId: 530771081
1 parent aa3ee17 commit ec15092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/metadata/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def start_run(
391391
Resume a previously started run:
392392
```
393393
aiplatform.init(experiment='my-experiment')
394-
with aiplatform.start_run('my-run') as my_run:
394+
with aiplatform.start_run('my-run', resume=True) as my_run:
395395
my_run.log_params({'learning_rate':0.1})
396396
```
397397

0 commit comments

Comments
 (0)