Skip to content

Commit c03182e

Browse files
committed
moving constants
1 parent ecbe0cd commit c03182e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

samples/model-builder/test_constants.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
EXPERIMENT_NAME = "fraud-detection-trial-72"
3232
CREDENTIALS = credentials.AnonymousCredentials()
3333

34-
FEAUTURESTORE_NAME = "featurestore_sample"
35-
ENTITY_TYPE_ID = "entity_type_sample"
36-
FEATURE_ID = "feature_sample"
37-
FEATURE_VALUE_TYPE = "INT64"
3834
RESOURCE_ID = str(randint(10000000, 99999999)) # Create random resource ID
3935
RESOURCE_ID_2 = str(randint(10000000, 99999999))
4036

@@ -204,6 +200,9 @@
204200

205201
# Feature store constants
206202
FEAUTURESTORE_NAME = "featurestore_sample"
203+
ENTITY_TYPE_ID = "entity_type_sample"
204+
FEATURE_ID = "feature_sample"
205+
FEATURE_VALUE_TYPE = "INT64"
207206
ONLINE_STORE_FIXED_NODE_COUNT = 1
208207
SYNC = True
209208
FORCE = True

0 commit comments

Comments
 (0)