You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ads/feature_store/docs/source/dataset.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ Use the ``show()`` method on the ``Dataset`` instance to visualize the lineage o
306
306
307
307
The ``show()`` method takes the following optional parameter:
308
308
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).
310
310
311
311
312
312
.. code-block:: python3
@@ -324,8 +324,8 @@ Add Model Details
324
324
325
325
You can call the ``add_models()`` method of the Dataset instance to add model ids to dataset.
326
326
The ``.add_models()`` method takes the following parameter:
327
-
``ModelDetails()`` with which we can associate model ids.
328
327
328
+
- ``model_details: ModelDetails``. ModelDetails takes ``items: List[str]`` as parameter and model ids to be passed as items.
0 commit comments