@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**.
9 lines • 313 B
TypeScript
import type { RTABackendDetails } from './rta-backend-details.js';
/**
* Representation of the 'RTADeploymentDetails' schema.
*/
export type RTADeploymentDetails = {
scaling?: RTABackendDetails;
resources?: RTABackendDetails;
} & Record<string, any>;
//# sourceMappingURL=rta-deployment-details.d.ts.map