enableDashboardAccess property
Optional. Whether you want Vertex AI to enable access to the customized dashboard in training chief container.
If set to true, you can access the dashboard at the URIs given
by
CustomJob.web_access_uris
or
Trial.web_access_uris
(within
HyperparameterTuningJob.trials).
Implementation
final bool enableDashboardAccess;