diff --git a/google/cloud/aiplatform/training_jobs.py b/google/cloud/aiplatform/training_jobs.py index 8a2986fe65..a0e8ed8125 100644 --- a/google/cloud/aiplatform/training_jobs.py +++ b/google/cloud/aiplatform/training_jobs.py @@ -5655,7 +5655,7 @@ def run( Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient - to workers leaving and joining a job. + to workers leaving and joining a job. enable_web_access (bool): Whether you want Vertex AI to enable interactive shell access to training containers.