Skip to content

Commit 369802c

Browse files
committed
Further adjust docstrings
1 parent 1b98c2f commit 369802c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dataikuapi/dss/feature_store.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ def id(self):
1313

1414
def get_as_dataset(self):
1515
"""
16+
Gets the feature group as a dataset
17+
1618
:return: a handle on the dataset
1719
:rtype: :class:`dataikuapi.dss.dataset.DSSDataset`
1820
"""
@@ -29,10 +31,9 @@ def __init__(self, client):
2931

3032
def list_feature_groups(self):
3133
"""
32-
Get a list of names of datasets on which the user has right permissions
33-
and that are defined as feature groups in the DSS instance
34+
Get a list of feature groups on which the user has at least read permissions
3435
35-
:return: list of dataset names
36+
:return: list of feature groups
3637
:rtype: list of :class:`dataikuapi.feature_store.DSSFeatureGroupListItem`
3738
"""
3839
items = self.client._perform_json("GET", "/feature-store/feature-groups")

0 commit comments

Comments
 (0)