simple_pipeline

Create and submit a SimplePipeline

Create a new SimplePipeline and submit it for processing.

post/simple_pipelines

Request body

project_idstring required

Project ID to associate the pipeline with

namestring nullable

Optional human-readable name for the pipeline

descriptionstring nullable

Optional human-readable description for the pipeline

configobject required

Pipeline configuration with elements dict. At most one datafit/validation element, any number of cheap elements.

Response

Successful Response

idstring required
project_idstring required
organization_idstring required
user_idstring nullable
namestring nullable
descriptionstring nullable
status'pending' | 'running' | 'completed' | 'failed' | 'canceled' required
job_idstring nullable
created_atstring date-time required
updated_atstring date-time required
errorstring nullable
error_code'CONFIGURATION_ERROR' | 'MODEL_ERROR' | 'SOLVER_ERROR' | 'EXECUTION_TIMEOUT' | 'SUBMISSION_FAILED' | 'INTERNAL_ERROR'

Machine-readable error codes for jobs.

created_by_emailstring nullable
config_pathstring required
resultobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.