Skip to content

Commit 591d6aa

Browse files
author
arnaudde
committed
Add comment to help build condition filter
1 parent 8317ada commit 591d6aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dataikuapi/dss/ml.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,8 @@ def from_params(name, a_filter, condition):
731731
Creates assertion parameters from name, filter and condition
732732
733733
:param str name: Name of the assertion
734-
:param object a_filter: A dict representing the filter to select assertion population
734+
:param dict a_filter: A dict representing the filter to select assertion population. You can use
735+
a :class:`~dataikuapi.dss.utils.DSSFilterBuilder` to build the settings of the filter
735736
:param object condition: A :class:`DSSMLAssertionCondition` for the assertion to be successful
736737
737738
:rtype: :class:`DSSMLAssertionParams`

0 commit comments

Comments
 (0)