Skip to content

Commit 2aa221e

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: create FV embedding dimensions sample - dimensions should be an int
PiperOrigin-RevId: 651092279
1 parent 022fe8c commit 2aa221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/model-builder/feature_store/create_feature_view_from_bq_source_with_embedding_management.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def create_feature_view_from_bq_source_with_embedding_management(
2727
bq_table_uri: str,
2828
entity_id_columns: List[str],
2929
embedding_column: str,
30-
embedding_dimensions: str,
30+
embedding_dimensions: int,
3131
):
3232
aiplatform.init(project=project, location=location)
3333

0 commit comments

Comments
 (0)