From 49aaa8719a3daabf7e0d23fa1cd1d64c19159a83 Mon Sep 17 00:00:00 2001 From: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com> Date: Tue, 2 Nov 2021 13:53:53 -0400 Subject: [PATCH] fix: Correct PipelineJob credentials description (#816) --- google/cloud/aiplatform/pipeline_jobs.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/google/cloud/aiplatform/pipeline_jobs.py b/google/cloud/aiplatform/pipeline_jobs.py index 02adf4a16e..4a5e2ad154 100644 --- a/google/cloud/aiplatform/pipeline_jobs.py +++ b/google/cloud/aiplatform/pipeline_jobs.py @@ -144,11 +144,11 @@ def __init__( labels (Dict[str,str]): Optional. The user defined metadata to organize PipelineJob. credentials (auth_credentials.Credentials): - Optional. Custom credentials to use to create this batch prediction - job. Overrides credentials set in aiplatform.init. + Optional. Custom credentials to use to create this PipelineJob. + Overrides credentials set in aiplatform.init. project (str), - Optional. Project to retrieve PipelineJob from. If not set, - project set in aiplatform.init will be used. + Optional. The project that you want to run this PipelineJob in. If not set, + the project set in aiplatform.init will be used. location (str), Optional. Location to create PipelineJob. If not set, location set in aiplatform.init will be used.