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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/model-builder/experiment_tracking/log_metrics_sample.py

Lines changed: 1 addition & 1 deletion
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)