Skip to main content

Overview

Pipelines chain processors (convert, extract, segment, custom) into reusable, versioned configurations. See Pipeline Overview for concepts.

Basic Usage

Models

PipelineProcessor

Defines a single processor in a pipeline.

PipelineConfig

Returned by pipeline CRUD methods.

PipelineVersion

Immutable snapshot of pipeline steps at a point in time.

PipelineExecution

Result from running a pipeline.

PipelineExecutionStepResult

Status of a single step within an execution.

Pipeline Management

Create

Save

Update

Creates a draft if a published version exists:

List

Get

Archive / Unarchive

Versioning

Publish a Version

List Versions

Discard Draft

Get Rate

Execution

Run

Poll Execution

List Executions

Get Step Result

Async Usage

All pipeline methods are available on AsyncDatalabClient:

Next Steps

Pipeline Overview

Concepts, processor types, and when to use pipelines.

Create a Pipeline

Step-by-step guide to building pipelines.

Pipeline Versioning

Manage drafts and publish versions.

Run a Pipeline

Execution, overrides, and result retrieval.