Skip to content

Commit

Permalink
Add probable causes when no TensorBoard profile data is loaded, inclu…
Browse files Browse the repository at this point in the history
…ding additional guidance for Vertex AI TensorBoard permissions.

PiperOrigin-RevId: 613657675
  • Loading branch information
Profiler Team authored and copybara-github committed Mar 7, 2024
1 parent b2c1188 commit ce807ae
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions frontend/app/components/empty_page/empty_page.ng.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ <h3>Profiling isn't supported in Colab yet.</h3>
<ng-template #no_profile_data>
<div class="container">
<h3>No profile data was found.</h3>
<p>Probable causes:</p>
<ul>
<li>You haven’t captured or uploaded any profile data.</li>
<li>TensorBoard can’t access your profile data.
<ul>
<li>If using Vertex AI TensorBoard, you must grant "Vertex AI Service Agent" IAM role to the
"cloud-tensorboard-web-app&#64;system.gserviceaccount.com"
<a
href="https://cloud.google.com/iam/docs/create-service-agents#grant-role-to-service-agent-console"
rel="noopener"
target="_blank"
>service account</a
>.
</li>
</ul>
</li>
</ul>
<div class="horizontal-center">
<capture-profile></capture-profile>
</div>
Expand Down

0 comments on commit ce807ae

Please sign in to comment.