From 63cd4592e8fc129a7f6771e7a979f3576cce2ae5 Mon Sep 17 00:00:00 2001 From: Sasha Sobran Date: Tue, 2 Nov 2021 11:32:36 -0400 Subject: [PATCH 1/4] fix: Correct PipelineJob credentials description --- google/cloud/aiplatform/pipeline_jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/aiplatform/pipeline_jobs.py b/google/cloud/aiplatform/pipeline_jobs.py index 02adf4a16e..2fbd772568 100644 --- a/google/cloud/aiplatform/pipeline_jobs.py +++ b/google/cloud/aiplatform/pipeline_jobs.py @@ -144,7 +144,7 @@ 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 + Optional. Custom credentials to use to create this PipelineJob job. Overrides credentials set in aiplatform.init. project (str), Optional. Project to retrieve PipelineJob from. If not set, From f1eb97f7aa3dbde947c2956666be02d72eef9880 Mon Sep 17 00:00:00 2001 From: Sasha Sobran Date: Tue, 2 Nov 2021 11:38:28 -0400 Subject: [PATCH 2/4] remove redundant 'job' in description --- google/cloud/aiplatform/pipeline_jobs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/aiplatform/pipeline_jobs.py b/google/cloud/aiplatform/pipeline_jobs.py index 2fbd772568..feceb65e7c 100644 --- a/google/cloud/aiplatform/pipeline_jobs.py +++ b/google/cloud/aiplatform/pipeline_jobs.py @@ -144,8 +144,8 @@ 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 PipelineJob - 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. From f60e09de287095843e7f779061f38913ec6fcd49 Mon Sep 17 00:00:00 2001 From: Sasha Sobran Date: Tue, 2 Nov 2021 12:14:09 -0400 Subject: [PATCH 3/4] update project description --- google/cloud/aiplatform/pipeline_jobs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/aiplatform/pipeline_jobs.py b/google/cloud/aiplatform/pipeline_jobs.py index feceb65e7c..ce507c027f 100644 --- a/google/cloud/aiplatform/pipeline_jobs.py +++ b/google/cloud/aiplatform/pipeline_jobs.py @@ -147,8 +147,8 @@ def __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. Project that you want to run 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. From dfaf6467cc38813ce39fb2fb96d304201ed0feb4 Mon Sep 17 00:00:00 2001 From: Sasha Sobran Date: Tue, 2 Nov 2021 13:34:52 -0400 Subject: [PATCH 4/4] update project description --- google/cloud/aiplatform/pipeline_jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/aiplatform/pipeline_jobs.py b/google/cloud/aiplatform/pipeline_jobs.py index ce507c027f..4a5e2ad154 100644 --- a/google/cloud/aiplatform/pipeline_jobs.py +++ b/google/cloud/aiplatform/pipeline_jobs.py @@ -147,7 +147,7 @@ def __init__( Optional. Custom credentials to use to create this PipelineJob. Overrides credentials set in aiplatform.init. project (str), - Optional. Project that you want to run PipelineJob in. If not set, + 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,