@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 • 337 B
TypeScript
/**
* Representation of the 'PipelineExecutionStatus' schema.
*/
export type PipelineExecutionStatus = 'NEW' | 'CREATING' | 'CREATED' | 'CREATION_FAILED' | 'UNKNOWN' | 'INPROGRESS' | 'FINISHED' | 'FINISHEDWITHERRORS' | 'TIMEOUT' | 'DELETION_INPROGRESS' | 'DELETION_FAILED' | any;
//# sourceMappingURL=pipeline-execution-status.d.ts.map