Skip to content

Commit 24928bd

Browse files
mwfongAWSknikure
authored andcommitted
update create and delete feature group API descriptions to mention in-memory tier creation/deletion time
1 parent 858a965 commit 24928bd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/amazon_sagemaker_featurestore.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,11 @@ The following code from the fraud detection example shows a minimal
230230
    enable_online_store=True
231231
)
232232
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``.
236238

237239
.. code:: python
238240
@@ -480,7 +482,9 @@ Feature Store `DatasetBuilder API Reference
480482
.. rubric:: Delete a feature group
481483
:name: bCe9CA61b78
482484

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``.
484488

485489
.. code:: python
486490

0 commit comments

Comments
 (0)