Skip to main content
The openlayer export command downloads monitoring data from an inference pipeline for a specified time period. It supports flexible ways to specify date ranges and optional filters to refine the exported dataset.

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}.

Date ranges

You can specify time ranges in multiple ways:

Filters

You can refine the exported dataset using --filter flags or a JSON file.

Simple syntax

JSON file (advanced)

For more complex filters, pass a JSON file:

Flags