@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**.
7 lines • 375 B
TypeScript
/**
* Message
* @example "[{'Predicted': 'False',\t'Actual': 'False','value': 34},{'Predicted': 'False','Actual': 'True',\t'value': 124}, {'Predicted': 'True','Actual': 'False','value': 165},{\t'Predicted': 'True','Actual': 'True','value': 36}]"
* Min Length: 1.
*/
export type TrckCustomInfoObjectData = string;
//# sourceMappingURL=trck-custom-info-object-data.d.ts.map