UNPKG

@sap-ai-sdk/orchestration

Version:

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

21 lines 501 B
/** * Representation of the 'TemplateRefByScenarioNameVersion' schema. */ export type TemplateRefByScenarioNameVersion = { /** * Scenario name * @example "some-scenario" */ scenario: string; /** * Name of the template * @example "some-template-name" */ name: string; /** * Version of the template * @example "some version, can be `latest`" */ version: string; }; //# sourceMappingURL=template-ref-by-scenario-name-version.d.ts.map