@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**.
16 lines • 386 B
TypeScript
/**
* Representation of the 'RTAArtifactLabel' schema.
*/
export type RTAArtifactLabel = {
/**
* @example "ext.ai.sap.com/s4hana-version"
* Max Length: 256.
* Pattern: "^ext\\.ai\\.sap\\.com\\/[\\w\\.-]+$".
*/
key: string;
/**
* Max Length: 5000.
*/
value: string;
} & Record<string, any>;
//# sourceMappingURL=rta-artifact-label.d.ts.map