Skip to content

Commit 58bfaa9

Browse files
committed
doc update - minor
1 parent 1772caf commit 58bfaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ads/feature_store/docs/source/dataset.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Use the ``show()`` method on the ``Dataset`` instance to visualize the lineage o
306306

307307
The ``show()`` method takes the following optional parameter:
308308

309-
- ``rankdir: (str, optional)``. Defaults to ``LR``. The allowed values are ``TB`` or ``LR``. This parameter is applicable only for ``graph`` mode and it renders the direction of the graph as either top to bottom (TB) or left to right (LR).
309+
- ``rankdir: (str, optional)``. Defaults to ``LR``. The allowed values are ``TB`` or ``LR``. This parameter is applicable only for ``graph`` mode and it renders the direction of the graph as either top to bottom (TB) or left to right (LR).
310310

311311

312312
.. code-block:: python3
@@ -324,8 +324,8 @@ Add Model Details
324324

325325
You can call the ``add_models()`` method of the Dataset instance to add model ids to dataset.
326326
The ``.add_models()`` method takes the following parameter:
327-
``ModelDetails()`` with which we can associate model ids.
328327

328+
- ``model_details: ModelDetails``. ModelDetails takes ``items: List[str]`` as parameter and model ids to be passed as items.
329329

330330
.. code-block:: python3
331331

0 commit comments

Comments
 (0)