Logs from an invocation of a function.
KEY | TYPE | Description |
---|---|---|
function | str | The function this is logging |
stats | dict | Statistics for the start and end time execution for this function |
stdout | str | Standard out logs |
stderr | str | Standard error logs |
algorithm | str | Algorithm name for this function |
exception | UserException | The exception stacktrace |