We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0ea21b + 43b4765 commit fc51e29Copy full SHA for fc51e29
1 file changed
dataikuapi/dss/admin.py
@@ -1508,8 +1508,8 @@ def to_code_studio_template(self):
1508
return DSSCodeStudioTemplate(self.client, self._data["id"])
1509
1510
@property
1511
- def name(self):
1512
- return self._data["name"]
+ def label(self):
+ return self._data["label"]
1513
1514
def id(self):
1515
return self._data["id"]
0 commit comments