From 9bfd48b062cb7c2fe5edfeb7024c102b2683ea17 Mon Sep 17 00:00:00 2001 From: ivanmkc Date: Mon, 31 Jan 2022 17:13:20 -0500 Subject: [PATCH] Fixed lint issue --- google/cloud/aiplatform/training_jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/aiplatform/training_jobs.py b/google/cloud/aiplatform/training_jobs.py index 8a2986fe652..a0e8ed8125e 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.