Update tensorboard objective 2 (#3428)

* Update build_model_experimentation_lineage_with_prebuild_code.ipynb

added colab enterprise logo and link

* Update build_model_experimentation_lineage_with_prebuild_code.ipynb

hope I fixed the JSON issue

* fix: remove new changes

* Update vertex_ai_feature_store_based_llm_grounding_tutorial.ipynb

remove back ticks from product/feature names

* Update tensorboard_profiler_custom_training.ipynb

Added reference to "Vertex AI TensorBoard" so the notebook will show up in the Notebook Tutorials page when filtering for Vertex AI TensorBoard.

---------

Co-authored-by: Katie Nguyen <21978337+katiemn@users.noreply.github.com>
This commit is contained in:
kittyabs
2024-08-14 23:47:42 +00:00
committed by GitHub
co-authored by Katie Nguyen
parent dcc5ebabb3
commit 85660584dd
@@ -65,7 +65,7 @@
"\n",
"Cloud Profiler lets you monitor and optimize your model training performance by helping you understand the resource consumption of training operations. This tutorial demonstrates how to enable Profiler so you can debug model training performance for your custom training jobs.\n",
"\n",
"Learn more about [Profiler](https://cloud.google.com/vertex-ai/docs/training/tensorboard-profiler)."
"Learn more about [Profiler](https://cloud.google.com/vertex-ai/docs/training/tensorboard-profiler) and [Vertex AI TensorBoard](https://cloud.google.com/vertex-ai/docs/experiments/tensorboard-introduction)."
]
},
{
@@ -76,7 +76,7 @@
"source": [
"### Objective\n",
"\n",
"In this tutorial, you learn how to enable Profiler for custom training jobs.\n",
"In this tutorial, you learn how to enable Profiler for custom training jobs. A Vertex AI TensorBoard instance, which is a regionalized resource storing your Vertex AI TensorBoard experiments, must be created before the experiments can be visualized.\n",
"\n",
"This tutorial uses the following Google Cloud AI services:\n",
"\n",