{% if pipeline.config.export_metadata and pipeline.config.export_metadata.command %}
CLI Command:
{{ pipeline.config.export_metadata.command }}
{% endif %}
- Pipeline
{{ pipeline.name }}
{% if pipeline.config.model_name %}
- Model
{{ pipeline.config.model_name }}
{% endif %}
{% if pipeline.config.sample_n %}
- Sample
- {{ pipeline.config.sample_n }} documents (randomly sampled)
{% endif %}
{% if pipeline.config.head_n %}
- Head
- {{ pipeline.config.head_n }} documents (first N)
{% endif %}
{% if pipeline.config.seed %}
- Seed
- {{ pipeline.config.seed }}
{% endif %}
- Documents
- {{ pipeline.config.document_paths|length }} files{% if pipeline.config.input_source %} from
{{ pipeline.config.input_source }}{% endif %}