We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1597f72 commit 39d5539Copy full SHA for 39d5539
dataikuapi/dssclient.py
@@ -492,6 +492,7 @@ def list_code_envs(self, as_objects=False):
492
493
Note: this call requires an API key with admin rights
494
495
+ :param boolean as_objects: if True, each returned item will be a :class:`dataikuapi.dss.future.DSSCodeEnv`
496
:returns: a list of code envs. Each code env is a dict containing at least "name", "type" and "language"
497
"""
498
list = self._perform_json(
0 commit comments