Skip to content

Commit 66e6eae

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: fix the bug that start_upload_tb_log() doesn't continuously upload
PiperOrigin-RevId: 536842211
1 parent 162b2f2 commit 66e6eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/tensorboard/uploader_tracker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def _create_uploader(
254254
allowed_plugins=uploader_constants.ALLOWED_PLUGINS,
255255
writer_client=api_client,
256256
logdir=logdir,
257-
one_shot=True,
257+
one_shot=one_shot,
258258
run_name_prefix=run_name_prefix,
259259
description=description,
260260
verbosity=verbosity,

0 commit comments

Comments
 (0)