Skip to content

Commit

Permalink
fix: Remove sync parameter from create_endpoint_sample (#695)
Browse files Browse the repository at this point in the history
Remove unused `sync` parameter from `create_endpoint_sample`

Googlers see 195511018
  • Loading branch information
aribray committed Oct 21, 2021
1 parent d7baf85 commit 0477f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/model-builder/create_endpoint_sample.py
Expand Up @@ -17,7 +17,7 @@

# [START aiplatform_sdk_create_endpoint_sample]
def create_endpoint_sample(
project: str, display_name: str, location: str, sync: bool = True,
project: str, display_name: str, location: str,
):
aiplatform.init(project=project, location=location)

Expand Down

0 comments on commit 0477f5a

Please sign in to comment.