UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

5 lines 248 B
/** * Representation of the 'PipelineExecutionStatus' schema. */ export type PipelineExecutionStatus = 'NEW' | 'UNKNOWN' | 'INPROGRESS' | 'FINISHED' | 'FINISHEDWITHERRORS' | 'TIMEOUT' | any; //# sourceMappingURL=pipeline-execution-status.d.ts.map