File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,11 +144,11 @@ def __init__(
144144 labels (Dict[str,str]):
145145 Optional. The user defined metadata to organize PipelineJob.
146146 credentials (auth_credentials.Credentials):
147- Optional. Custom credentials to use to create this batch prediction
148- job. Overrides credentials set in aiplatform.init.
147+ Optional. Custom credentials to use to create this PipelineJob.
148+ Overrides credentials set in aiplatform.init.
149149 project (str),
150- Optional. Project to retrieve PipelineJob from . If not set,
151- project set in aiplatform.init will be used.
150+ Optional. The project that you want to run this PipelineJob in . If not set,
151+ the project set in aiplatform.init will be used.
152152 location (str),
153153 Optional. Location to create PipelineJob. If not set,
154154 location set in aiplatform.init will be used.
You can’t perform that action at this time.
0 commit comments