ThePrez / WatsonX-SDK-Db2-IBMi

WatsonX client SDK for Db2 on IBM i
GNU General Public License v3.0
2 stars 0 forks source link

Function to return JSON object of `DeploymentTextGenProperties` #15

Closed worksofliam closed 1 month ago

worksofliam commented 1 month ago

Each property is an optional parameter on the function, which will generate a JSON object

worksofliam commented 1 month ago

Find DeploymentTextGenProperties under properties here: https://cloud.ibm.com/apidocs/watsonx-ai#deployments-text-generation

worksofliam commented 1 month ago

All optional parameters default to null and then we must be ABSENT ON NULL on JSON_TABLE: https://www.ibm.com/docs/en/i/7.5?topic=functions-json-object

worksofliam commented 1 month ago

Done