Validate Pipeline
POST/api/v1/workspaces/:workspace_name/pipeline_validations
Validates a pipeline YAML. Use this endpoint to validate your pipeline configuration before saving it.
Request
Responses
- 204
- 400
- 409
- 422
- 424
Your pipeline is valid.
Check the pipeline configuration and make sure the components and parameters are correct. Additionally, make sure third-party models are accessible. You can connect deepset AI Platform to model providers using Connections or by passing the provider's API key.
A pipeline with this name is already in your workspace. You can't create pipelines with the same names. Give your pipeline a unique name and save it.
The uploaded pipeline is not a valid YAML. Details: {error}
We couldn't find the model used in this pipeline so the pipeline wasn't created. Make sure you use an existing model.
Was this page helpful?