Customer created python module
KEY | TYPE | Description |
---|---|---|
name | str | The name to identify the algorithm. Only uppercase letters, numbers, and underscores are allowed. |
createdAt | str | The date and time when the Python function was created, in ISO-8601 format. |
notebookId | str | The unique string identifier of the notebook used to create or edit the module. |
hideModuleCode | bool | Whether the module code is hidden from external users |
codeSource | CodeSource | Information about the source code of the Python function. |