Skip to content

Commit 57e2b5f

Browse files
committed
small changes to word ordering
1 parent e02eb6d commit 57e2b5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/amazon_sagemaker_featurestore.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +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. 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``.
238238

239239
.. code:: python
240240
@@ -484,7 +484,7 @@ Feature Store `DatasetBuilder API Reference
484484

485485
You can delete a feature group with the ``delete`` function. Note that it
486486
can take approximately 10-15 minutes to delete an online ``FeatureGroup``
487-
with ``StorageType`` of ``InMemory``.
487+
with the ``InMemory`` ``StorageType``.
488488

489489
.. code:: python
490490

0 commit comments

Comments
 (0)