Commands
export
The openlayer export
command downloads monitoring data from an inference pipeline
for a specified time period.
Usage
This will fetch your monitoring data from the inference pipeline and place a dataset.json
and config.json
file in ./openlayer-exports/{pipeline_name}_{start}_{end}
.
Note that start
and end
must be unix timestamps specified in seconds.
You can use this data for offline experimentation to fix failing tests. Create a dataset in development mode and iterate until the tests start passing.
If you want to specify a directory to place the exported data in, you can use the --output-dir
option: