@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**.
12 lines • 358 B
TypeScript
import type { AiConfiguration } from './ai-configuration.js';
/**
* Representation of the 'AiConfigurationList' schema.
*/
export type AiConfigurationList = {
/**
* Number of the resource instances in the list
*/
count: number;
resources: AiConfiguration[];
} & Record<string, any>;
//# sourceMappingURL=ai-configuration-list.d.ts.map