@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**.
24 lines • 934 B
JavaScript
/*
* Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
*
* This is a generated file powered by the SAP Cloud SDK for JavaScript.
*/
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
/**
* Representation of the 'KPIApi'.
* This API is part of the 'AI_CORE_API' service.
*/
export const KPIApi = {
_defaultBasePath: undefined,
/**
* Retrieve the number of executions, artifacts, and deployments
* for each resource group, scenario, and executable. The columns to be returned can be specified in a query parameter.
*
* @param queryParameters - Object containing the following keys: $select.
* @returns The request builder, use the `execute()` method to trigger the request.
*/
kpiGet: (queryParameters) => new OpenApiRequestBuilder('get', '/analytics/kpis', {
queryParameters
}, KPIApi._defaultBasePath)
};
//# sourceMappingURL=kpi-api.js.map