File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -230,9 +230,11 @@ The following code from the fraud detection example shows a minimal
230
230
enable_online_store=True
231
231
)
232
232
233
- Creating a feature group takes time as the data is loaded. You will need
234
- to wait until it is created before you can use it. You can check status
235
- using the following method.
233
+ Creating a feature group takes time as the data is loaded. You will need
234
+ to wait until it is created before you can use it. You can check status
235
+ using the following method. Note that it can take approximately 10-15
236
+ minutes to provision an online ``FeatureGroup `` with ``StorageType `` of
237
+ ``InMemory ``.
236
238
237
239
.. code :: python
238
240
@@ -480,7 +482,9 @@ Feature Store `DatasetBuilder API Reference
480
482
.. rubric :: Delete a feature group
481
483
:name: bCe9CA61b78
482
484
483
- You can delete a feature group with the ``delete`` function.
485
+ You can delete a feature group with the ``delete`` function. Note that it
486
+ can take approximately 10-15 minutes to delete an online ``FeatureGroup ``
487
+ with ``StorageType `` of ``InMemory ``.
484
488
485
489
.. code :: python
486
490
You can’t perform that action at this time.
0 commit comments