Skip to content

Commit

Permalink
chore: A quick fix for the aiplatform.start_run() doc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 530771081
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed May 10, 2023
1 parent aa3ee17 commit ec15092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/metadata/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def start_run(
Resume a previously started run:
```
aiplatform.init(experiment='my-experiment')
with aiplatform.start_run('my-run') as my_run:
with aiplatform.start_run('my-run', resume=True) as my_run:
my_run.log_params({'learning_rate':0.1})
```
Expand Down

0 comments on commit ec15092

Please sign in to comment.