Skip to content

Commit cf00235

Browse files
committed
adding time.sleep
1 parent 3d9c3dc commit cf00235

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sagemaker-featurestore/feature_store_introduction.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,15 @@
284284
"After the FeatureGroups have been created, we can put data into the FeatureGroups by using the PutRecord API. It will take < 1min to ingest data both of these FeatureGroups."
285285
]
286286
},
287+
{
288+
"cell_type": "code",
289+
"execution_count": null,
290+
"metadata": {},
291+
"outputs": [],
292+
"source": [
293+
"time.sleep(60)"
294+
]
295+
},
287296
{
288297
"cell_type": "code",
289298
"execution_count": null,

0 commit comments

Comments
 (0)