Skip to content

Commit

Permalink
docs(samples) edited style
Browse files Browse the repository at this point in the history
  • Loading branch information
nayaknishant committed Jan 31, 2022
1 parent bcc67c7 commit 0d3c767
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions samples/model-builder/create_entity_type_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@


def create_entity_type_sample(
project: str,
location: str,
entity_type_id: str,
featurestore_name: str,
project: str, location: str, entity_type_id: str, featurestore_name: str,
):

aiplatform.init(project=project, location=location)
Expand All @@ -33,4 +30,6 @@ def create_entity_type_sample(
fs.wait()

return fs


# [END aiplatform_sdk_create_entity_type_sample]

0 comments on commit 0d3c767

Please sign in to comment.