Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 780 Bytes

File metadata and controls

12 lines (7 loc) · 780 Bytes

NotebookOutput

Properties

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]

[Back to Model list] [Back to API list] [Back to README]