Skip to content

Commit 2c45123

Browse files
jaycee-licopybara-github
authored andcommitted
docs: fix create tensorboard sample
PiperOrigin-RevId: 523545331
1 parent 3147d86 commit 2c45123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/model-builder/create_tensorboard_sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 Google LLC
1+
# Copyright 2023 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ def create_tensorboard_sample(
2323
):
2424
aiplatform.init(project=project, location=location)
2525

26-
tensorboard = aiplatform.tensorboard.Tensorboard.create(
26+
tensorboard = aiplatform.Tensorboard.create(
2727
display_name=display_name,
2828
project=project,
2929
location=location,

0 commit comments

Comments
 (0)