File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -351,10 +351,10 @@ def create(
351
351
Optional. Strings which should be sent along with the request as
352
352
metadata.
353
353
project (str):
354
- Required . Project to retrieve endpoint from. If not set, project
354
+ Optional . Project to retrieve endpoint from. If not set, project
355
355
set in aiplatform.init will be used.
356
356
location (str):
357
- Required . Location to retrieve endpoint from. If not set, location
357
+ Optional . Location to retrieve endpoint from. If not set, location
358
358
set in aiplatform.init will be used.
359
359
credentials (auth_credentials.Credentials):
360
360
Optional. Custom credentials to use to upload this model. Overrides
@@ -472,11 +472,9 @@ def _create(
472
472
The name can be up to 128 characters long and can be consist
473
473
of any UTF-8 characters.
474
474
project (str):
475
- Required. Project to retrieve endpoint from. If not set, project
476
- set in aiplatform.init will be used.
475
+ Required. Project to retrieve endpoint from.
477
476
location (str):
478
- Required. Location to retrieve endpoint from. If not set, location
479
- set in aiplatform.init will be used.
477
+ Required. Location to retrieve endpoint from.
480
478
description (str):
481
479
Optional. The description of the Endpoint.
482
480
labels (Dict[str, str]):
You can’t perform that action at this time.
0 commit comments