We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbe0cd commit c03182eCopy full SHA for c03182e
samples/model-builder/test_constants.py
@@ -31,10 +31,6 @@
31
EXPERIMENT_NAME = "fraud-detection-trial-72"
32
CREDENTIALS = credentials.AnonymousCredentials()
33
34
-FEAUTURESTORE_NAME = "featurestore_sample"
35
-ENTITY_TYPE_ID = "entity_type_sample"
36
-FEATURE_ID = "feature_sample"
37
-FEATURE_VALUE_TYPE = "INT64"
38
RESOURCE_ID = str(randint(10000000, 99999999)) # Create random resource ID
39
RESOURCE_ID_2 = str(randint(10000000, 99999999))
40
@@ -204,6 +200,9 @@
204
200
205
201
# Feature store constants
206
202
FEAUTURESTORE_NAME = "featurestore_sample"
203
+ENTITY_TYPE_ID = "entity_type_sample"
+FEATURE_ID = "feature_sample"
+FEATURE_VALUE_TYPE = "INT64"
207
ONLINE_STORE_FIXED_NODE_COUNT = 1
208
SYNC = True
209
FORCE = True
0 commit comments