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**.

13 lines 355 B
import type { EmbeddingsModelParams } from './embeddings-model-params.js'; /** * Representation of the 'EmbeddingsModelDetails' schema. */ export type EmbeddingsModelDetails = { name: string; /** * Default: "latest". */ version?: string; params?: EmbeddingsModelParams; }; //# sourceMappingURL=embeddings-model-details.d.ts.map