File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -230,10 +230,10 @@ 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
233
+ Creating a feature group takes time as the data is loaded. You will
234
234
need to wait until it is created before you can use it. You can
235
- check status using the following method. Note that it can take
236
- approximately 10-15 minutes to provision an online ``FeatureGroup ``
235
+ check status using the following method. Note that it can take
236
+ approximately 10-15 minutes to provision an online ``FeatureGroup ``
237
237
with the ``InMemory `` ``StorageType ``.
238
238
239
239
.. code :: python
@@ -482,8 +482,8 @@ Feature Store `DatasetBuilder API Reference
482
482
.. rubric :: Delete a feature group
483
483
:name: bCe9CA61b78
484
484
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 ``
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
487
with the ``InMemory `` ``StorageType ``.
488
488
489
489
.. code :: python
You can’t perform that action at this time.
0 commit comments