UNPKG

@sap-ai-sdk/document-grounding

Version:

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

6 lines 267 B
/** * Representation of the 'PipelineExecutionStatus' schema. * @example "INPROGRESS" */ export type PipelineExecutionStatus = 'NEW' | 'UNKNOWN' | 'INPROGRESS' | 'FINISHED' | 'FINISHEDWITHERRORS' | 'TIMEOUT'; //# sourceMappingURL=pipeline-execution-status.d.ts.map