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
Get an analysis by its 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.Get dataset by ID and add it as an input 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.Add a file input to an analysis
Adding a Python string or Boolean input to an analysis
Track string or Boolean inputs by specifying the input key and value.Add a Python string or Boolean input to an analysis
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.Add dataset output
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.Add a file output to an analysis
Adding a Python string or Boolean output to an analysis
Track string or Boolean outputs by specifying the output key and value.Add a Python string or Boolean output to an analysis
Advanced
Advanced