We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7baf85 commit 0477f5aCopy full SHA for 0477f5a
1 file changed
samples/model-builder/create_endpoint_sample.py
@@ -17,7 +17,7 @@
17
18
# [START aiplatform_sdk_create_endpoint_sample]
19
def create_endpoint_sample(
20
- project: str, display_name: str, location: str, sync: bool = True,
+ project: str, display_name: str, location: str,
21
):
22
aiplatform.init(project=project, location=location)
23
0 commit comments