oci-ailanguage 2.44.0 → 2.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (468) hide show
  1. package/index.d.ts +5 -3
  2. package/index.js +6 -4
  3. package/index.js.map +1 -1
  4. package/lib/aiservicelanguage-waiter.d.ts +55 -0
  5. package/lib/aiservicelanguage-waiter.js +103 -0
  6. package/lib/aiservicelanguage-waiter.js.map +1 -0
  7. package/lib/client.d.ts +381 -61
  8. package/lib/client.js +1808 -131
  9. package/lib/client.js.map +1 -1
  10. package/lib/model/action-type.d.ts +34 -0
  11. package/lib/model/action-type.js +45 -0
  12. package/lib/model/action-type.js.map +1 -0
  13. package/lib/model/batch-detect-dominant-language-details.d.ts +7 -3
  14. package/lib/model/batch-detect-dominant-language-details.js +3 -3
  15. package/lib/model/batch-detect-dominant-language-details.js.map +1 -1
  16. package/lib/model/batch-detect-dominant-language-result.d.ts +3 -3
  17. package/lib/model/batch-detect-dominant-language-result.js +3 -3
  18. package/lib/model/batch-detect-language-entities-details.d.ts +12 -4
  19. package/lib/model/batch-detect-language-entities-details.js +5 -5
  20. package/lib/model/batch-detect-language-entities-details.js.map +1 -1
  21. package/lib/model/batch-detect-language-entities-result.d.ts +3 -3
  22. package/lib/model/batch-detect-language-entities-result.js +3 -3
  23. package/lib/model/batch-detect-language-key-phrases-details.d.ts +8 -4
  24. package/lib/model/batch-detect-language-key-phrases-details.js +5 -5
  25. package/lib/model/batch-detect-language-key-phrases-details.js.map +1 -1
  26. package/lib/model/batch-detect-language-key-phrases-result.d.ts +3 -3
  27. package/lib/model/batch-detect-language-key-phrases-result.js +3 -3
  28. package/lib/model/batch-detect-language-sentiments-details.d.ts +8 -4
  29. package/lib/model/batch-detect-language-sentiments-details.js +5 -5
  30. package/lib/model/batch-detect-language-sentiments-details.js.map +1 -1
  31. package/lib/model/batch-detect-language-sentiments-result.d.ts +3 -3
  32. package/lib/model/batch-detect-language-sentiments-result.js +3 -3
  33. package/lib/model/batch-detect-language-text-classification-details.d.ts +12 -4
  34. package/lib/model/batch-detect-language-text-classification-details.js +5 -5
  35. package/lib/model/batch-detect-language-text-classification-details.js.map +1 -1
  36. package/lib/model/batch-detect-language-text-classification-result.d.ts +3 -3
  37. package/lib/model/batch-detect-language-text-classification-result.js +3 -3
  38. package/lib/model/batch-language-translation-details.d.ts +37 -0
  39. package/lib/model/batch-language-translation-details.js +64 -0
  40. package/lib/model/batch-language-translation-details.js.map +1 -0
  41. package/lib/model/batch-language-translation-result.d.ts +33 -0
  42. package/lib/model/batch-language-translation-result.js +74 -0
  43. package/lib/model/batch-language-translation-result.js.map +1 -0
  44. package/lib/model/change-endpoint-compartment-details.d.ts +29 -0
  45. package/lib/model/change-endpoint-compartment-details.js +32 -0
  46. package/lib/model/change-endpoint-compartment-details.js.map +1 -0
  47. package/lib/model/change-model-compartment-details.d.ts +29 -0
  48. package/lib/model/change-model-compartment-details.js +32 -0
  49. package/lib/model/change-model-compartment-details.js.map +1 -0
  50. package/lib/model/change-project-compartment-details.d.ts +29 -0
  51. package/lib/model/change-project-compartment-details.js +32 -0
  52. package/lib/model/change-project-compartment-details.js.map +1 -0
  53. package/lib/model/class-metrics.d.ts +40 -0
  54. package/lib/model/{key-phrase-document.js → class-metrics.js} +10 -10
  55. package/lib/model/class-metrics.js.map +1 -0
  56. package/lib/model/classification-multi-class-mode-details.d.ts +27 -0
  57. package/lib/model/classification-multi-class-mode-details.js +57 -0
  58. package/lib/model/classification-multi-class-mode-details.js.map +1 -0
  59. package/lib/model/classification-multi-label-mode-details.d.ts +27 -0
  60. package/lib/model/classification-multi-label-mode-details.js +57 -0
  61. package/lib/model/classification-multi-label-mode-details.js.map +1 -0
  62. package/lib/model/classification-type.d.ts +25 -0
  63. package/lib/model/classification-type.js +75 -0
  64. package/lib/model/classification-type.js.map +1 -0
  65. package/lib/model/confusion-matrix-details.d.ts +30 -0
  66. package/lib/model/{text-classification-document.js → confusion-matrix-details.js} +10 -10
  67. package/lib/model/confusion-matrix-details.js.map +1 -0
  68. package/lib/model/create-endpoint-details.d.ts +62 -0
  69. package/lib/model/create-endpoint-details.js +32 -0
  70. package/lib/model/create-endpoint-details.js.map +1 -0
  71. package/lib/model/create-model-details.d.ts +62 -0
  72. package/lib/model/create-model-details.js +72 -0
  73. package/lib/model/create-model-details.js.map +1 -0
  74. package/lib/model/create-project-details.d.ts +55 -0
  75. package/lib/model/create-project-details.js +32 -0
  76. package/lib/model/create-project-details.js.map +1 -0
  77. package/lib/model/data-science-labeling-dataset.d.ts +31 -0
  78. package/lib/model/data-science-labeling-dataset.js +57 -0
  79. package/lib/model/data-science-labeling-dataset.js.map +1 -0
  80. package/lib/model/dataset-details.d.ts +25 -0
  81. package/lib/model/dataset-details.js +75 -0
  82. package/lib/model/dataset-details.js.map +1 -0
  83. package/lib/model/detect-dominant-language-details.d.ts +3 -3
  84. package/lib/model/detect-dominant-language-details.js +3 -3
  85. package/lib/model/detect-dominant-language-result.d.ts +3 -3
  86. package/lib/model/detect-dominant-language-result.js +3 -3
  87. package/lib/model/detect-language-entities-details.d.ts +3 -3
  88. package/lib/model/detect-language-entities-details.js +3 -3
  89. package/lib/model/detect-language-entities-result.d.ts +3 -3
  90. package/lib/model/detect-language-entities-result.js +3 -3
  91. package/lib/model/detect-language-key-phrases-details.d.ts +3 -3
  92. package/lib/model/detect-language-key-phrases-details.js +3 -3
  93. package/lib/model/detect-language-key-phrases-result.d.ts +3 -3
  94. package/lib/model/detect-language-key-phrases-result.js +3 -3
  95. package/lib/model/detect-language-sentiments-details.d.ts +3 -3
  96. package/lib/model/detect-language-sentiments-details.js +3 -3
  97. package/lib/model/detect-language-sentiments-result.d.ts +3 -3
  98. package/lib/model/detect-language-sentiments-result.js +3 -3
  99. package/lib/model/detect-language-text-classification-details.d.ts +3 -3
  100. package/lib/model/detect-language-text-classification-details.js +3 -3
  101. package/lib/model/detect-language-text-classification-result.d.ts +3 -3
  102. package/lib/model/detect-language-text-classification-result.js +3 -3
  103. package/lib/model/detected-language.d.ts +3 -3
  104. package/lib/model/detected-language.js +3 -3
  105. package/lib/model/document-error.d.ts +4 -4
  106. package/lib/model/document-error.js +3 -3
  107. package/lib/model/dominant-language-document-result.d.ts +3 -3
  108. package/lib/model/dominant-language-document-result.js +3 -3
  109. package/lib/model/dominant-language-document.d.ts +3 -3
  110. package/lib/model/dominant-language-document.js +3 -3
  111. package/lib/model/endpoint-collection.d.ts +29 -0
  112. package/lib/model/endpoint-collection.js +64 -0
  113. package/lib/model/endpoint-collection.js.map +1 -0
  114. package/lib/model/endpoint-summary.d.ts +90 -0
  115. package/lib/model/endpoint-summary.js +32 -0
  116. package/lib/model/endpoint-summary.js.map +1 -0
  117. package/lib/model/endpoint.d.ts +107 -0
  118. package/lib/model/endpoint.js +46 -0
  119. package/lib/model/endpoint.js.map +1 -0
  120. package/lib/model/entity-document-result.d.ts +4 -4
  121. package/lib/model/entity-document-result.js +3 -3
  122. package/lib/model/entity-label-error-analysis.d.ts +36 -0
  123. package/lib/model/entity-label-error-analysis.js +32 -0
  124. package/lib/model/entity-label-error-analysis.js.map +1 -0
  125. package/lib/model/entity-metrics.d.ts +40 -0
  126. package/lib/model/entity-metrics.js +32 -0
  127. package/lib/model/entity-metrics.js.map +1 -0
  128. package/lib/model/entity.d.ts +3 -3
  129. package/lib/model/entity.js +3 -3
  130. package/lib/model/error-details.d.ts +3 -3
  131. package/lib/model/error-details.js +3 -3
  132. package/lib/model/evaluation-result-collection.d.ts +29 -0
  133. package/lib/model/evaluation-result-collection.js +64 -0
  134. package/lib/model/evaluation-result-collection.js.map +1 -0
  135. package/lib/model/evaluation-result-summary.d.ts +43 -0
  136. package/lib/model/evaluation-result-summary.js +75 -0
  137. package/lib/model/evaluation-result-summary.js.map +1 -0
  138. package/lib/model/evaluation-results.d.ts +25 -0
  139. package/lib/model/evaluation-results.js +75 -0
  140. package/lib/model/evaluation-results.js.map +1 -0
  141. package/lib/model/hierarchical-entity.d.ts +3 -3
  142. package/lib/model/hierarchical-entity.js +3 -3
  143. package/lib/model/index.d.ts +125 -11
  144. package/lib/model/index.js +127 -12
  145. package/lib/model/index.js.map +1 -1
  146. package/lib/model/key-phrase-document-result.d.ts +5 -5
  147. package/lib/model/key-phrase-document-result.js +3 -3
  148. package/lib/model/key-phrase.d.ts +3 -3
  149. package/lib/model/key-phrase.js +3 -3
  150. package/lib/model/location-details.d.ts +25 -0
  151. package/lib/model/location-details.js +71 -0
  152. package/lib/model/location-details.js.map +1 -0
  153. package/lib/model/model-collection.d.ts +29 -0
  154. package/lib/model/model-collection.js +64 -0
  155. package/lib/model/model-collection.js.map +1 -0
  156. package/lib/model/model-details.d.ts +29 -0
  157. package/lib/model/model-details.js +75 -0
  158. package/lib/model/model-details.js.map +1 -0
  159. package/lib/model/model-summary.d.ts +91 -0
  160. package/lib/model/model-summary.js +60 -0
  161. package/lib/model/model-summary.js.map +1 -0
  162. package/lib/model/model.d.ts +111 -0
  163. package/lib/model/model.js +92 -0
  164. package/lib/model/model.js.map +1 -0
  165. package/lib/model/named-entity-recognition-evaluation-result.d.ts +39 -0
  166. package/lib/model/named-entity-recognition-evaluation-result.js +79 -0
  167. package/lib/model/named-entity-recognition-evaluation-result.js.map +1 -0
  168. package/lib/model/named-entity-recognition-evaluation-results.d.ts +42 -0
  169. package/lib/model/named-entity-recognition-evaluation-results.js +82 -0
  170. package/lib/model/named-entity-recognition-evaluation-results.js.map +1 -0
  171. package/lib/model/named-entity-recognition-model-details.d.ts +27 -0
  172. package/lib/model/named-entity-recognition-model-details.js +57 -0
  173. package/lib/model/named-entity-recognition-model-details.js.map +1 -0
  174. package/lib/model/named-entity-recognition-model-metrics.d.ts +60 -0
  175. package/lib/model/named-entity-recognition-model-metrics.js +32 -0
  176. package/lib/model/named-entity-recognition-model-metrics.js.map +1 -0
  177. package/lib/model/ner-model-version.d.ts +5 -5
  178. package/lib/model/ner-model-version.js +5 -5
  179. package/lib/model/object-list-dataset.d.ts +39 -0
  180. package/lib/model/object-list-dataset.js +55 -0
  181. package/lib/model/object-list-dataset.js.map +1 -0
  182. package/lib/model/object-storage-dataset.d.ts +28 -0
  183. package/lib/model/object-storage-dataset.js +63 -0
  184. package/lib/model/object-storage-dataset.js.map +1 -0
  185. package/lib/model/operation-status.d.ts +37 -0
  186. package/lib/model/operation-status.js +48 -0
  187. package/lib/model/operation-status.js.map +1 -0
  188. package/lib/model/operation-type.d.ts +38 -0
  189. package/lib/model/operation-type.js +49 -0
  190. package/lib/model/operation-type.js.map +1 -0
  191. package/lib/model/pre-deployed-language-models.d.ts +36 -0
  192. package/lib/model/pre-deployed-language-models.js +32 -0
  193. package/lib/model/pre-deployed-language-models.js.map +1 -0
  194. package/lib/model/project-collection.d.ts +29 -0
  195. package/lib/model/project-collection.js +64 -0
  196. package/lib/model/project-collection.js.map +1 -0
  197. package/lib/model/project-summary.d.ts +82 -0
  198. package/lib/model/{entity-document.js → project-summary.js} +10 -10
  199. package/lib/model/{entity-document.js.map → project-summary.js.map} +1 -1
  200. package/lib/model/project.d.ts +95 -0
  201. package/lib/model/project.js +46 -0
  202. package/lib/model/project.js.map +1 -0
  203. package/lib/model/sentiment-aspect.d.ts +3 -3
  204. package/lib/model/sentiment-aspect.js +3 -3
  205. package/lib/model/sentiment-document-result.d.ts +5 -5
  206. package/lib/model/sentiment-document-result.js +3 -3
  207. package/lib/model/sentiment-sentence.d.ts +3 -3
  208. package/lib/model/sentiment-sentence.js +3 -3
  209. package/lib/model/sort-order.d.ts +26 -0
  210. package/lib/model/sort-order.js +37 -0
  211. package/lib/model/sort-order.js.map +1 -0
  212. package/lib/model/test-and-validation-dataset-strategy.d.ts +29 -0
  213. package/lib/model/test-and-validation-dataset-strategy.js +71 -0
  214. package/lib/model/test-and-validation-dataset-strategy.js.map +1 -0
  215. package/lib/model/test-strategy.d.ts +26 -0
  216. package/lib/model/test-strategy.js +71 -0
  217. package/lib/model/test-strategy.js.map +1 -0
  218. package/lib/model/text-classification-document-result.d.ts +5 -5
  219. package/lib/model/text-classification-document-result.js +3 -3
  220. package/lib/model/text-classification-evaluation-results.d.ts +42 -0
  221. package/lib/model/text-classification-evaluation-results.js +82 -0
  222. package/lib/model/text-classification-evaluation-results.js.map +1 -0
  223. package/lib/model/text-classification-model-details.d.ts +28 -0
  224. package/lib/model/text-classification-model-details.js +65 -0
  225. package/lib/model/text-classification-model-details.js.map +1 -0
  226. package/lib/model/text-classification-model-evaluation-result.d.ts +39 -0
  227. package/lib/model/text-classification-model-evaluation-result.js +57 -0
  228. package/lib/model/text-classification-model-evaluation-result.js.map +1 -0
  229. package/lib/model/text-classification-model-metrics.d.ts +64 -0
  230. package/lib/model/text-classification-model-metrics.js +32 -0
  231. package/lib/model/text-classification-model-metrics.js.map +1 -0
  232. package/lib/model/text-classification.d.ts +3 -3
  233. package/lib/model/text-classification.js +3 -3
  234. package/lib/model/{entity-document.d.ts → text-document.d.ts} +10 -10
  235. package/lib/model/text-document.js +32 -0
  236. package/lib/model/text-document.js.map +1 -0
  237. package/lib/model/translation-document-result.d.ts +40 -0
  238. package/lib/model/translation-document-result.js +32 -0
  239. package/lib/model/translation-document-result.js.map +1 -0
  240. package/lib/model/update-endpoint-details.d.ts +58 -0
  241. package/lib/model/update-endpoint-details.js +32 -0
  242. package/lib/model/update-endpoint-details.js.map +1 -0
  243. package/lib/model/update-model-details.d.ts +50 -0
  244. package/lib/model/{sentiments-document.js → update-model-details.js} +10 -10
  245. package/lib/model/update-model-details.js.map +1 -0
  246. package/lib/model/update-project-details.d.ts +50 -0
  247. package/lib/model/update-project-details.js +32 -0
  248. package/lib/model/update-project-details.js.map +1 -0
  249. package/lib/model/work-request-error-collection.d.ts +29 -0
  250. package/lib/model/work-request-error-collection.js +64 -0
  251. package/lib/model/work-request-error-collection.js.map +1 -0
  252. package/lib/model/work-request-error.d.ts +38 -0
  253. package/lib/model/work-request-error.js +32 -0
  254. package/lib/model/work-request-error.js.map +1 -0
  255. package/lib/model/work-request-log-collection.d.ts +29 -0
  256. package/lib/model/work-request-log-collection.js +64 -0
  257. package/lib/model/work-request-log-collection.js.map +1 -0
  258. package/lib/model/work-request-log.d.ts +32 -0
  259. package/lib/model/work-request-log.js +32 -0
  260. package/lib/model/work-request-log.js.map +1 -0
  261. package/lib/model/work-request-resource.d.ts +45 -0
  262. package/lib/model/work-request-resource.js +32 -0
  263. package/lib/model/work-request-resource.js.map +1 -0
  264. package/lib/model/work-request-summary-collection.d.ts +29 -0
  265. package/lib/model/work-request-summary-collection.js +64 -0
  266. package/lib/model/work-request-summary-collection.js.map +1 -0
  267. package/lib/model/work-request-summary.d.ts +70 -0
  268. package/lib/model/work-request-summary.js +64 -0
  269. package/lib/model/work-request-summary.js.map +1 -0
  270. package/lib/model/work-request.d.ts +70 -0
  271. package/lib/model/work-request.js +64 -0
  272. package/lib/model/work-request.js.map +1 -0
  273. package/lib/request/batch-detect-dominant-language-request.d.ts +2 -2
  274. package/lib/request/batch-detect-dominant-language-request.js +1 -1
  275. package/lib/request/batch-detect-language-entities-request.d.ts +2 -2
  276. package/lib/request/batch-detect-language-entities-request.js +1 -1
  277. package/lib/request/batch-detect-language-key-phrases-request.d.ts +2 -2
  278. package/lib/request/batch-detect-language-key-phrases-request.js +1 -1
  279. package/lib/request/batch-detect-language-sentiments-request.d.ts +2 -2
  280. package/lib/request/batch-detect-language-sentiments-request.js +1 -1
  281. package/lib/request/batch-detect-language-text-classification-request.d.ts +2 -2
  282. package/lib/request/batch-detect-language-text-classification-request.js +1 -1
  283. package/lib/request/batch-language-translation-request.d.ts +28 -0
  284. package/lib/request/batch-language-translation-request.js +15 -0
  285. package/lib/request/batch-language-translation-request.js.map +1 -0
  286. package/lib/request/change-endpoint-compartment-request.d.ts +49 -0
  287. package/lib/request/change-endpoint-compartment-request.js +15 -0
  288. package/lib/request/change-endpoint-compartment-request.js.map +1 -0
  289. package/lib/request/change-model-compartment-request.d.ts +49 -0
  290. package/lib/request/change-model-compartment-request.js +15 -0
  291. package/lib/request/change-model-compartment-request.js.map +1 -0
  292. package/lib/request/change-project-compartment-request.d.ts +49 -0
  293. package/lib/request/change-project-compartment-request.js +15 -0
  294. package/lib/request/change-project-compartment-request.js.map +1 -0
  295. package/lib/request/create-endpoint-request.d.ts +36 -0
  296. package/lib/request/create-endpoint-request.js +15 -0
  297. package/lib/request/create-endpoint-request.js.map +1 -0
  298. package/lib/request/create-model-request.d.ts +36 -0
  299. package/lib/request/create-model-request.js +15 -0
  300. package/lib/request/create-model-request.js.map +1 -0
  301. package/lib/request/create-project-request.d.ts +36 -0
  302. package/lib/request/create-project-request.js +15 -0
  303. package/lib/request/create-project-request.js.map +1 -0
  304. package/lib/request/delete-endpoint-request.d.ts +35 -0
  305. package/lib/request/delete-endpoint-request.js +15 -0
  306. package/lib/request/delete-endpoint-request.js.map +1 -0
  307. package/lib/request/delete-model-request.d.ts +35 -0
  308. package/lib/request/delete-model-request.js +15 -0
  309. package/lib/request/delete-model-request.js.map +1 -0
  310. package/lib/request/delete-project-request.d.ts +35 -0
  311. package/lib/request/delete-project-request.js +15 -0
  312. package/lib/request/delete-project-request.js.map +1 -0
  313. package/lib/request/detect-dominant-language-request.d.ts +2 -2
  314. package/lib/request/detect-dominant-language-request.js +1 -1
  315. package/lib/request/detect-language-entities-request.d.ts +2 -2
  316. package/lib/request/detect-language-entities-request.js +1 -1
  317. package/lib/request/detect-language-key-phrases-request.d.ts +2 -2
  318. package/lib/request/detect-language-key-phrases-request.js +1 -1
  319. package/lib/request/detect-language-sentiments-request.d.ts +2 -2
  320. package/lib/request/detect-language-sentiments-request.js +1 -1
  321. package/lib/request/detect-language-text-classification-request.d.ts +2 -2
  322. package/lib/request/detect-language-text-classification-request.js +1 -1
  323. package/lib/request/get-endpoint-request.d.ts +26 -0
  324. package/lib/request/get-endpoint-request.js +15 -0
  325. package/lib/request/get-endpoint-request.js.map +1 -0
  326. package/lib/request/get-model-request.d.ts +26 -0
  327. package/lib/request/get-model-request.js +15 -0
  328. package/lib/request/get-model-request.js.map +1 -0
  329. package/lib/request/get-project-request.d.ts +26 -0
  330. package/lib/request/get-project-request.js +15 -0
  331. package/lib/request/get-project-request.js.map +1 -0
  332. package/lib/request/get-work-request-request.d.ts +26 -0
  333. package/lib/request/get-work-request-request.js +15 -0
  334. package/lib/request/get-work-request-request.js.map +1 -0
  335. package/lib/request/index.d.ts +51 -3
  336. package/lib/request/index.js +16 -4
  337. package/lib/request/index.js.map +1 -1
  338. package/lib/request/list-endpoints-request.d.ts +75 -0
  339. package/lib/request/list-endpoints-request.js +24 -0
  340. package/lib/request/list-endpoints-request.js.map +1 -0
  341. package/lib/request/list-evaluation-results-request.d.ts +34 -0
  342. package/lib/request/list-evaluation-results-request.js +15 -0
  343. package/lib/request/list-evaluation-results-request.js.map +1 -0
  344. package/lib/request/list-models-request.d.ts +71 -0
  345. package/lib/request/list-models-request.js +24 -0
  346. package/lib/request/list-models-request.js.map +1 -0
  347. package/lib/request/list-projects-request.d.ts +67 -0
  348. package/lib/request/list-projects-request.js +24 -0
  349. package/lib/request/list-projects-request.js.map +1 -0
  350. package/lib/request/list-work-request-errors-request.d.ts +50 -0
  351. package/lib/request/list-work-request-errors-request.js +24 -0
  352. package/lib/request/list-work-request-errors-request.js.map +1 -0
  353. package/lib/request/list-work-request-logs-request.d.ts +50 -0
  354. package/lib/request/list-work-request-logs-request.js +24 -0
  355. package/lib/request/list-work-request-logs-request.js.map +1 -0
  356. package/lib/request/list-work-requests-request.d.ts +58 -0
  357. package/lib/request/list-work-requests-request.js +24 -0
  358. package/lib/request/list-work-requests-request.js.map +1 -0
  359. package/lib/request/update-endpoint-request.d.ts +40 -0
  360. package/lib/request/update-endpoint-request.js +15 -0
  361. package/lib/request/update-endpoint-request.js.map +1 -0
  362. package/lib/request/update-model-request.d.ts +40 -0
  363. package/lib/request/update-model-request.js +15 -0
  364. package/lib/request/update-model-request.js.map +1 -0
  365. package/lib/request/update-project-request.d.ts +40 -0
  366. package/lib/request/update-project-request.js +15 -0
  367. package/lib/request/update-project-request.js.map +1 -0
  368. package/lib/response/batch-detect-dominant-language-response.d.ts +2 -2
  369. package/lib/response/batch-detect-dominant-language-response.js +1 -1
  370. package/lib/response/batch-detect-language-entities-response.d.ts +2 -2
  371. package/lib/response/batch-detect-language-entities-response.js +1 -1
  372. package/lib/response/batch-detect-language-key-phrases-response.d.ts +2 -2
  373. package/lib/response/batch-detect-language-key-phrases-response.js +1 -1
  374. package/lib/response/batch-detect-language-sentiments-response.d.ts +2 -2
  375. package/lib/response/batch-detect-language-sentiments-response.js +1 -1
  376. package/lib/response/batch-detect-language-text-classification-response.d.ts +2 -2
  377. package/lib/response/batch-detect-language-text-classification-response.js +1 -1
  378. package/lib/response/batch-language-translation-response.d.ts +25 -0
  379. package/lib/response/batch-language-translation-response.js +15 -0
  380. package/lib/response/batch-language-translation-response.js.map +1 -0
  381. package/lib/response/change-endpoint-compartment-response.d.ts +20 -0
  382. package/lib/response/change-endpoint-compartment-response.js +15 -0
  383. package/lib/response/change-endpoint-compartment-response.js.map +1 -0
  384. package/lib/response/change-model-compartment-response.d.ts +20 -0
  385. package/lib/response/change-model-compartment-response.js +15 -0
  386. package/lib/response/change-model-compartment-response.js.map +1 -0
  387. package/lib/response/change-project-compartment-response.d.ts +20 -0
  388. package/lib/response/change-project-compartment-response.js +15 -0
  389. package/lib/response/change-project-compartment-response.js.map +1 -0
  390. package/lib/response/create-endpoint-response.d.ts +40 -0
  391. package/lib/response/create-endpoint-response.js +15 -0
  392. package/lib/response/create-endpoint-response.js.map +1 -0
  393. package/lib/response/create-model-response.d.ts +40 -0
  394. package/lib/response/create-model-response.js +15 -0
  395. package/lib/response/create-model-response.js.map +1 -0
  396. package/lib/response/create-project-response.d.ts +35 -0
  397. package/lib/response/create-project-response.js +15 -0
  398. package/lib/response/create-project-response.js.map +1 -0
  399. package/lib/response/delete-endpoint-response.d.ts +25 -0
  400. package/lib/response/delete-endpoint-response.js +15 -0
  401. package/lib/response/delete-endpoint-response.js.map +1 -0
  402. package/lib/response/delete-model-response.d.ts +25 -0
  403. package/lib/response/delete-model-response.js +15 -0
  404. package/lib/response/delete-model-response.js.map +1 -0
  405. package/lib/response/delete-project-response.d.ts +25 -0
  406. package/lib/response/delete-project-response.js +15 -0
  407. package/lib/response/delete-project-response.js.map +1 -0
  408. package/lib/response/detect-dominant-language-response.d.ts +7 -2
  409. package/lib/response/detect-dominant-language-response.js +1 -1
  410. package/lib/response/detect-language-entities-response.d.ts +7 -2
  411. package/lib/response/detect-language-entities-response.js +1 -1
  412. package/lib/response/detect-language-key-phrases-response.d.ts +7 -2
  413. package/lib/response/detect-language-key-phrases-response.js +1 -1
  414. package/lib/response/detect-language-sentiments-response.d.ts +7 -2
  415. package/lib/response/detect-language-sentiments-response.js +1 -1
  416. package/lib/response/detect-language-text-classification-response.d.ts +7 -2
  417. package/lib/response/detect-language-text-classification-response.js +1 -1
  418. package/lib/response/get-endpoint-response.d.ts +30 -0
  419. package/lib/response/get-endpoint-response.js +15 -0
  420. package/lib/response/get-endpoint-response.js.map +1 -0
  421. package/lib/response/get-model-response.d.ts +30 -0
  422. package/lib/response/get-model-response.js +15 -0
  423. package/lib/response/get-model-response.js.map +1 -0
  424. package/lib/response/get-project-response.d.ts +30 -0
  425. package/lib/response/get-project-response.js +15 -0
  426. package/lib/response/get-project-response.js.map +1 -0
  427. package/lib/response/get-work-request-response.d.ts +30 -0
  428. package/lib/response/get-work-request-response.js +15 -0
  429. package/lib/response/get-work-request-response.js.map +1 -0
  430. package/lib/response/index.d.ts +51 -3
  431. package/lib/response/index.js +3 -3
  432. package/lib/response/list-endpoints-response.d.ts +32 -0
  433. package/lib/response/list-endpoints-response.js +15 -0
  434. package/lib/response/list-endpoints-response.js.map +1 -0
  435. package/lib/response/list-evaluation-results-response.d.ts +32 -0
  436. package/lib/response/list-evaluation-results-response.js +15 -0
  437. package/lib/response/list-evaluation-results-response.js.map +1 -0
  438. package/lib/response/list-models-response.d.ts +32 -0
  439. package/lib/response/list-models-response.js +15 -0
  440. package/lib/response/list-models-response.js.map +1 -0
  441. package/lib/response/list-projects-response.d.ts +32 -0
  442. package/lib/response/list-projects-response.js +15 -0
  443. package/lib/response/list-projects-response.js.map +1 -0
  444. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  445. package/lib/response/list-work-request-errors-response.js +15 -0
  446. package/lib/response/list-work-request-errors-response.js.map +1 -0
  447. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  448. package/lib/response/list-work-request-logs-response.js +15 -0
  449. package/lib/response/list-work-request-logs-response.js.map +1 -0
  450. package/lib/response/list-work-requests-response.d.ts +32 -0
  451. package/lib/response/list-work-requests-response.js +15 -0
  452. package/lib/response/list-work-requests-response.js.map +1 -0
  453. package/lib/response/update-endpoint-response.d.ts +25 -0
  454. package/lib/response/update-endpoint-response.js +15 -0
  455. package/lib/response/update-endpoint-response.js.map +1 -0
  456. package/lib/response/update-model-response.d.ts +25 -0
  457. package/lib/response/update-model-response.js +15 -0
  458. package/lib/response/update-model-response.js.map +1 -0
  459. package/lib/response/update-project-response.d.ts +25 -0
  460. package/lib/response/update-project-response.js +15 -0
  461. package/lib/response/update-project-response.js.map +1 -0
  462. package/package.json +3 -3
  463. package/lib/model/key-phrase-document.d.ts +0 -36
  464. package/lib/model/key-phrase-document.js.map +0 -1
  465. package/lib/model/sentiments-document.d.ts +0 -36
  466. package/lib/model/sentiments-document.js.map +0 -1
  467. package/lib/model/text-classification-document.d.ts +0 -36
  468. package/lib/model/text-classification-document.js.map +0 -1
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Language API
3
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
+
7
+ * OpenAPI spec version: 20221001
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Possible TXTC model error analysis
19
+ */
20
+ export interface TextClassificationModelEvaluationResult extends model.EvaluationResultSummary {
21
+ /**
22
+ * For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)
23
+ */
24
+ "location": string;
25
+ /**
26
+ * List of true(actual) labels in test data for multi class or multi label TextClassification
27
+ */
28
+ "trueLabels": Array<string>;
29
+ /**
30
+ * List of predicted labels by custom multi class or multi label TextClassification model
31
+ */
32
+ "predictedLabels"?: Array<string>;
33
+ "modelType": string;
34
+ }
35
+ export declare namespace TextClassificationModelEvaluationResult {
36
+ function getJsonObj(obj: TextClassificationModelEvaluationResult, isParentJsonObj?: boolean): object;
37
+ const modelType = "TEXT_CLASSIFICATION";
38
+ function getDeserializedJsonObj(obj: TextClassificationModelEvaluationResult, isParentJsonObj?: boolean): object;
39
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * Language API
4
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
+
8
+ * OpenAPI spec version: 20221001
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.TextClassificationModelEvaluationResult = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var TextClassificationModelEvaluationResult;
40
+ (function (TextClassificationModelEvaluationResult) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.EvaluationResultSummary.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ TextClassificationModelEvaluationResult.getJsonObj = getJsonObj;
48
+ TextClassificationModelEvaluationResult.modelType = "TEXT_CLASSIFICATION";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.EvaluationResultSummary.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ TextClassificationModelEvaluationResult.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(TextClassificationModelEvaluationResult = exports.TextClassificationModelEvaluationResult || (exports.TextClassificationModelEvaluationResult = {}));
57
+ //# sourceMappingURL=text-classification-model-evaluation-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-classification-model-evaluation-result.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/text-classification-model-evaluation-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,uCAAuC,CAgCvD;AAhCD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CACxB,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CACvC,GAAG,CACwC,CAAC,GAC/C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kDAAU,aAczB,CAAA;IACY,iDAAS,GAAG,qBAAqB,CAAC;IAC/C,SAAgB,sBAAsB,CACpC,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACnD,GAAG,CACwC,CAAC,GAC/C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAgCvD"}
@@ -0,0 +1,64 @@
1
+ /**
2
+ * Language API
3
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
+
7
+ * OpenAPI spec version: 20221001
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * Model level text classification metrics
18
+ */
19
+ export interface TextClassificationModelMetrics {
20
+ /**
21
+ * The fraction of the labels that were correctly recognised . Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
22
+ */
23
+ "accuracy": number;
24
+ /**
25
+ * F1-score, is a measure of a model\u2019s accuracy on a dataset Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
+ */
27
+ "microF1": number;
28
+ /**
29
+ * Precision refers to the number of true positives divided by the total number of positive predictions (i.e., the number of true positives plus the number of false positives) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "microPrecision": number;
32
+ /**
33
+ * Measures the model's ability to predict actual positive classes. It is the ratio between the predicted true positives and what was actually tagged. The recall metric reveals how many of the predicted classes are correct. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "microRecall": number;
36
+ /**
37
+ * F1-score, is a measure of a model\u2019s accuracy on a dataset Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
38
+ */
39
+ "macroF1": number;
40
+ /**
41
+ * Precision refers to the number of true positives divided by the total number of positive predictions (i.e., the number of true positives plus the number of false positives) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
42
+ */
43
+ "macroPrecision"?: number;
44
+ /**
45
+ * Measures the model's ability to predict actual positive classes. It is the ratio between the predicted true positives and what was actually tagged. The recall metric reveals how many of the predicted classes are correct. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
46
+ */
47
+ "macroRecall"?: number;
48
+ /**
49
+ * F1-score, is a measure of a model\u2019s accuracy on a dataset Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
50
+ */
51
+ "weightedF1"?: number;
52
+ /**
53
+ * Precision refers to the number of true positives divided by the total number of positive predictions (i.e., the number of true positives plus the number of false positives) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
54
+ */
55
+ "weightedPrecision"?: number;
56
+ /**
57
+ * Measures the model's ability to predict actual positive classes. It is the ratio between the predicted true positives and what was actually tagged. The recall metric reveals how many of the predicted classes are correct. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
58
+ */
59
+ "weightedRecall"?: number;
60
+ }
61
+ export declare namespace TextClassificationModelMetrics {
62
+ function getJsonObj(obj: TextClassificationModelMetrics): object;
63
+ function getDeserializedJsonObj(obj: TextClassificationModelMetrics): object;
64
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Language API
4
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
+
8
+ * OpenAPI spec version: 20221001
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.TextClassificationModelMetrics = void 0;
19
+ var TextClassificationModelMetrics;
20
+ (function (TextClassificationModelMetrics) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ TextClassificationModelMetrics.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ TextClassificationModelMetrics.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(TextClassificationModelMetrics = exports.TextClassificationModelMetrics || (exports.TextClassificationModelMetrics = {}));
32
+ //# sourceMappingURL=text-classification-model-metrics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-classification-model-metrics.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/text-classification-model-metrics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmDH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * Language API
3
3
  * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
- pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
- This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
6
 
7
- * OpenAPI spec version: 20210101
7
+ * OpenAPI spec version: 20221001
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -2,10 +2,10 @@
2
2
  /**
3
3
  * Language API
4
4
  * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
- pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
- This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
7
 
8
- * OpenAPI spec version: 20210101
8
+ * OpenAPI spec version: 20221001
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * Language API
3
3
  * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
- pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
- This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
6
 
7
- * OpenAPI spec version: 20210101
7
+ * OpenAPI spec version: 20221001
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -14,23 +14,23 @@
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  /**
17
- * The document details for entities detect call.
17
+ * The document details for language service call.
18
18
  */
19
- export interface EntityDocument {
19
+ export interface TextDocument {
20
20
  /**
21
21
  * Document unique identifier defined by the user.
22
22
  */
23
23
  "key": string;
24
24
  /**
25
- * Document text for detect entities.
25
+ * Document text for language service call.
26
26
  */
27
27
  "text": string;
28
28
  /**
29
- * Language code as per [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
29
+ * Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
30
30
  */
31
31
  "languageCode"?: string;
32
32
  }
33
- export declare namespace EntityDocument {
34
- function getJsonObj(obj: EntityDocument): object;
35
- function getDeserializedJsonObj(obj: EntityDocument): object;
33
+ export declare namespace TextDocument {
34
+ function getJsonObj(obj: TextDocument): object;
35
+ function getDeserializedJsonObj(obj: TextDocument): object;
36
36
  }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Language API
4
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
+
8
+ * OpenAPI spec version: 20221001
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.TextDocument = void 0;
19
+ var TextDocument;
20
+ (function (TextDocument) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ TextDocument.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ TextDocument.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(TextDocument = exports.TextDocument || (exports.TextDocument = {}));
32
+ //# sourceMappingURL=text-document.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-document.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/text-document.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Language API
3
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
+
7
+ * OpenAPI spec version: 20221001
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * The document response for translation call.
18
+ */
19
+ export interface TranslationDocumentResult {
20
+ /**
21
+ * Document unique identifier defined by the user.
22
+ */
23
+ "key": string;
24
+ /**
25
+ * Translated text in selected target language.
26
+ */
27
+ "translatedText": string;
28
+ /**
29
+ * Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
30
+ */
31
+ "sourceLanguageCode": string;
32
+ /**
33
+ * Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
34
+ */
35
+ "targetLanguageCode": string;
36
+ }
37
+ export declare namespace TranslationDocumentResult {
38
+ function getJsonObj(obj: TranslationDocumentResult): object;
39
+ function getDeserializedJsonObj(obj: TranslationDocumentResult): object;
40
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Language API
4
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
+
8
+ * OpenAPI spec version: 20221001
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.TranslationDocumentResult = void 0;
19
+ var TranslationDocumentResult;
20
+ (function (TranslationDocumentResult) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ TranslationDocumentResult.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ TranslationDocumentResult.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(TranslationDocumentResult = exports.TranslationDocumentResult || (exports.TranslationDocumentResult = {}));
32
+ //# sourceMappingURL=translation-document-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translation-document-result.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/translation-document-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2BH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -0,0 +1,58 @@
1
+ /**
2
+ * Language API
3
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
+
7
+ * OpenAPI spec version: 20221001
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * The information to be updated.
18
+ */
19
+ export interface UpdateEndpointDetails {
20
+ /**
21
+ * A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
22
+ */
23
+ "displayName"?: string;
24
+ /**
25
+ * A short description of the endpoint.
26
+ */
27
+ "description"?: string;
28
+ /**
29
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model to associate with the endpoint.
30
+ */
31
+ "modelId"?: string;
32
+ /**
33
+ * Number of replicas required for this endpoint. This will be optional parameter. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "inferenceUnits"?: number;
36
+ /**
37
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
38
+ * Example: `{\"bar-key\": \"value\"}`
39
+ *
40
+ */
41
+ "freeformTags"?: {
42
+ [key: string]: string;
43
+ };
44
+ /**
45
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
46
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
47
+ *
48
+ */
49
+ "definedTags"?: {
50
+ [key: string]: {
51
+ [key: string]: any;
52
+ };
53
+ };
54
+ }
55
+ export declare namespace UpdateEndpointDetails {
56
+ function getJsonObj(obj: UpdateEndpointDetails): object;
57
+ function getDeserializedJsonObj(obj: UpdateEndpointDetails): object;
58
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Language API
4
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
+
8
+ * OpenAPI spec version: 20221001
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.UpdateEndpointDetails = void 0;
19
+ var UpdateEndpointDetails;
20
+ (function (UpdateEndpointDetails) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ UpdateEndpointDetails.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ UpdateEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(UpdateEndpointDetails = exports.UpdateEndpointDetails || (exports.UpdateEndpointDetails = {}));
32
+ //# sourceMappingURL=update-endpoint-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/update-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuCH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Language API
3
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
+
7
+ * OpenAPI spec version: 20221001
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * The information to be updated.
18
+ */
19
+ export interface UpdateModelDetails {
20
+ /**
21
+ * A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
22
+ */
23
+ "displayName"?: string;
24
+ /**
25
+ * A short description of the a model.
26
+ */
27
+ "description"?: string;
28
+ /**
29
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
30
+ * Example: `{\"bar-key\": \"value\"}`
31
+ *
32
+ */
33
+ "freeformTags"?: {
34
+ [key: string]: string;
35
+ };
36
+ /**
37
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
38
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
39
+ *
40
+ */
41
+ "definedTags"?: {
42
+ [key: string]: {
43
+ [key: string]: any;
44
+ };
45
+ };
46
+ }
47
+ export declare namespace UpdateModelDetails {
48
+ function getJsonObj(obj: UpdateModelDetails): object;
49
+ function getDeserializedJsonObj(obj: UpdateModelDetails): object;
50
+ }
@@ -2,10 +2,10 @@
2
2
  /**
3
3
  * Language API
4
4
  * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
- pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
- This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
7
 
8
- * OpenAPI spec version: 20210101
8
+ * OpenAPI spec version: 20221001
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -15,18 +15,18 @@
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.SentimentsDocument = void 0;
19
- var SentimentsDocument;
20
- (function (SentimentsDocument) {
18
+ exports.UpdateModelDetails = void 0;
19
+ var UpdateModelDetails;
20
+ (function (UpdateModelDetails) {
21
21
  function getJsonObj(obj) {
22
22
  const jsonObj = Object.assign(Object.assign({}, obj), {});
23
23
  return jsonObj;
24
24
  }
25
- SentimentsDocument.getJsonObj = getJsonObj;
25
+ UpdateModelDetails.getJsonObj = getJsonObj;
26
26
  function getDeserializedJsonObj(obj) {
27
27
  const jsonObj = Object.assign(Object.assign({}, obj), {});
28
28
  return jsonObj;
29
29
  }
30
- SentimentsDocument.getDeserializedJsonObj = getDeserializedJsonObj;
31
- })(SentimentsDocument = exports.SentimentsDocument || (exports.SentimentsDocument = {}));
32
- //# sourceMappingURL=sentiments-document.js.map
30
+ UpdateModelDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(UpdateModelDetails = exports.UpdateModelDetails || (exports.UpdateModelDetails = {}));
32
+ //# sourceMappingURL=update-model-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-model-details.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/update-model-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA+BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Language API
3
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
+
7
+ * OpenAPI spec version: 20221001
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * The information to be updated for the project.
18
+ */
19
+ export interface UpdateProjectDetails {
20
+ /**
21
+ * A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
22
+ */
23
+ "displayName"?: string;
24
+ /**
25
+ * A short description of the project.
26
+ */
27
+ "description"?: string;
28
+ /**
29
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
30
+ * Example: `{\"bar-key\": \"value\"}`
31
+ *
32
+ */
33
+ "freeformTags"?: {
34
+ [key: string]: string;
35
+ };
36
+ /**
37
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
38
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
39
+ *
40
+ */
41
+ "definedTags"?: {
42
+ [key: string]: {
43
+ [key: string]: any;
44
+ };
45
+ };
46
+ }
47
+ export declare namespace UpdateProjectDetails {
48
+ function getJsonObj(obj: UpdateProjectDetails): object;
49
+ function getDeserializedJsonObj(obj: UpdateProjectDetails): object;
50
+ }