Skip to content

Commit c82e0b5

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: Removed parameter Resume, due to causing confusion and errors.
PiperOrigin-RevId: 530607435
1 parent 795cc81 commit c82e0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/model-builder/experiment_tracking/log_metrics_sample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def log_metrics_sample(
2727
):
2828
aiplatform.init(experiment=experiment_name, project=project, location=location)
2929

30-
aiplatform.start_run(run=run_name, resume=True)
30+
aiplatform.start_run(run=run_name)
3131

3232
aiplatform.log_metrics(metrics)
3333

0 commit comments

Comments
 (0)