UNPKG

@sap-ai-sdk/ai-api

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

6 lines 386 B
import type { RTAExecutableArtifact } from './rta-executable-artifact.js'; /** * List of Artifacts that the executable will produce. If storage is not managed internally, a storage location will have to be specified when triggering an execution */ export type RTAExecutableOutputArtifactList = RTAExecutableArtifact[]; //# sourceMappingURL=rta-executable-output-artifact-list.d.ts.map