Skip to content

Commit

Permalink
docs: fix create tensorboard sample
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523545331
  • Loading branch information
jaycee-li authored and copybara-github committed Apr 12, 2023
1 parent 3147d86 commit 2c45123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/model-builder/create_tensorboard_sample.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Google LLC
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@ def create_tensorboard_sample(
):
aiplatform.init(project=project, location=location)

tensorboard = aiplatform.tensorboard.Tensorboard.create(
tensorboard = aiplatform.Tensorboard.create(
display_name=display_name,
project=project,
location=location,
Expand Down

0 comments on commit 2c45123

Please sign in to comment.