UNPKG

@sap-ai-sdk/foundation-models

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

7 lines 322 B
/** * The authentication options for Azure OpenAI On Your Data when using a system-assigned managed identity. */ export type AzureOpenAiOnYourDataSystemAssignedManagedIdentityAuthenticationOptions = { type: string; }; //# sourceMappingURL=on-your-data-system-assigned-managed-identity-authentication-options.d.ts.map