enableWebAccess property
Whether you want AI Platform Training to enable interactive shell access to training containers.
If set to true
, you can access interactive shells at the URIs given by
TrainingOutput.web_access_uris or HyperparameterOutput.web_access_uris
(within TrainingOutput.trials).
Optional.
Implementation
core.bool? enableWebAccess;