@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**.
8 lines • 331 B
TypeScript
import type { BckndResourceGroupLabels } from './bcknd-resource-group-labels.js';
/**
* Representation of the 'BckndResourceGroupPatchRequest' schema.
*/
export type BckndResourceGroupPatchRequest = {
labels?: BckndResourceGroupLabels;
} & Record<string, any>;
//# sourceMappingURL=bcknd-resource-group-patch-request.d.ts.map