Analyses
Introduction
A Mantle analysis object encapsulates an analysis notebook and links to the notebook’s inputs, as well as its output datasets and files.
Getting an analysis by unique ID
Adding inputs to analyses
Adding a Mantle dataset as an input to an analysis
Mantle datasets can be retrieved using their unique ID and added as inputs to an analysis.
Adding a file input to an analysis
Track file inputs in your analysis by adding file inputs, specifying a key to identify the input and the file’s local path.
Adding a Python string or Boolean input to an analysis
Track string or Boolean inputs by specifying the input key and value.
Adding outputs to analyses
Adding a dataset output to an analysis
Add dataset outputs to an analysis to track the generated outputs, providing a key to identify the output as well as the output file’s path.
Adding a file output to an analysis
Add file outputs to an analysis to track the generated outputs, providing a key to identify the output as well as the output file’s path.
Adding a Python string or Boolean output to an analysis
Track string or Boolean outputs by specifying the output key and value.