From f1d3f7fa7a3f61863288d2d48c3a5347c52f2578 Mon Sep 17 00:00:00 2001 From: Yogesh Kumawat Date: Wed, 9 Aug 2023 17:54:03 +0530 Subject: [PATCH] updated the doc for the as_of --- ads/feature_store/docs/source/dataset.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ads/feature_store/docs/source/dataset.rst b/ads/feature_store/docs/source/dataset.rst index 50671e725..911bbec7e 100644 --- a/ads/feature_store/docs/source/dataset.rst +++ b/ads/feature_store/docs/source/dataset.rst @@ -252,8 +252,8 @@ You can call the ``as_of()`` method of the Dataset instance to get specified poi The ``.as_of()`` method takes the following optional parameter: -- ``commit_timestamp: date-time``. Commit timestamp for feature group -- ``version_number: int``. Version number for feature group +- ``commit_timestamp: date-time``. Commit timestamp for dataset +- ``version_number: int``. Version number for dataset .. code-block:: python3