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 228 B
import type { RTAModelVersion } from './rta-model-version.js'; /** * List of model versions that the model object has */ export type RTAModelVersionList = RTAModelVersion[]; //# sourceMappingURL=rta-model-version-list.d.ts.map