Name | Type | Description | Notes |
---|---|---|---|
result | Option<String> | The value passed to dbutils.notebook.exit(). Databricks restricts this API to return the first 5 MB of the value. For a larger result, your job can store the results in a cloud storage service. This field is absent if dbutils.notebook.exit() was never called. |
[optional] |
truncated | Option<bool> | Whether or not the result was truncated. | [optional] |