Meanings#
For usage information and examples, see Meanings
- class dataikuapi.dss.meaning.DSSMeaning(client, id)#
A user-defined meaning on the DSS instance
- get_definition()#
Get the meaning’s definition.
Attention
This call requires an API key with admin rights
- Returns:
the meaning definition. The precise structure of the dict depends on the meaning type and is not documented.
- Return type:
dict
- set_definition(definition)#
Set the meaning’s definition.
Attention
This call requires an API key with admin rights
- Parameters:
definition (dict) – the definition for the meaning, as a dict. You should only
set_definition
on a modified version of a dict you retrieved viaget_definition()