File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments