Custom Loss Function
| KEY | TYPE | Description |
|---|---|---|
| notebookId | str | The unique identifier of the notebook used to create/edit the loss function. |
| name | str | Name assigned to the custom loss function. |
| createdAt | str | When the loss function was created. |
| lossFunctionName | str | The name of the function defined in the source code. |
| lossFunctionType | str | The category of problems that this loss would be applicable to, e.g. regression, multi-label classification, etc. |
| codeSource | CodeSource | Information about the source code of the loss function. |