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