I am running custom training jobs using Google cloud Vertex AI. But when I enter a custom training job page, the GPU utilization display is not shown, instead, there is a message saying "you don't have access to this data." I would appreciate help finding the right IAM role which will allow me to view the GPU utilization. Thanks!
You can use monitoring.viewer
IAM role to display both CPU and GPU utilization in GCP Vertex AI training jobs on top of aiplatform.viewer
IAM role.