Skip to content

Commit

Permalink
fix: Correct PipelineJob credentials description (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-gitg committed Nov 2, 2021
1 parent 760887b commit 49aaa87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google/cloud/aiplatform/pipeline_jobs.py
Expand Up @@ -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.
Expand Down

0 comments on commit 49aaa87

Please sign in to comment.