File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -230,11 +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. Note that it can take approximately 10-15
236
- minutes to provision an online ``FeatureGroup `` with `` StorageType `` of
237
- ``InMemory ``.
233
+ Creating a feature group takes time as the data is loaded. You will
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 ``
237
+ with the ``InMemory `` `` StorageType ``.
238
238
239
239
.. code :: python
240
240
@@ -484,7 +484,7 @@ Feature Store `DatasetBuilder API Reference
484
484
485
485
You can delete a feature group with the ``delete`` function. Note that it
486
486
can take approximately 10-15 minutes to delete an online ``FeatureGroup ``
487
- with `` StorageType `` of `` InMemory ``.
487
+ with the `` InMemory `` `` StorageType ``.
488
488
489
489
.. code :: python
490
490
You can’t perform that action at this time.
0 commit comments