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: docs/usage/subpackages/catalog.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,19 +80,19 @@ You can create custom dataset types by subclassing :py:class:`Dataset`. Let's bu
80
80
Artifacts
81
81
------------------
82
82
83
-
Scaffold supports versioned artifacts through the :py:class:`Artifact` class. Artifacts are managed by an artifact manager, such as :py:class:`FileSystemArtifactManagerDataset` or :py:class:`WandBArtifactManagerDataset`.
83
+
Scaffold supports versioned artifacts through the :py:class:`ArtifactDataset` class. Artifacts are managed by an artifact manager, such as :py:class:`FileSystemArtifactManagerDataset` or :py:class:`WandBArtifactManagerDataset`.
84
84
85
85
.. code-block:: python
86
86
87
-
from scaffold.data.catalog import Catalog, Artifact, FileSystemArtifactManagerDataset
87
+
from scaffold.data.catalog import Catalog, ArtifactDataset, FileSystemArtifactManagerDataset
0 commit comments