oci-aivision 2.14.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 (428) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +1521 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/aiservicevision-waiter.d.ts +60 -0
  9. package/lib/aiservicevision-waiter.js +112 -0
  10. package/lib/aiservicevision-waiter.js.map +1 -0
  11. package/lib/client.d.ts +310 -0
  12. package/lib/client.js +1688 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/analyze-document-details.d.ts +40 -0
  18. package/lib/model/analyze-document-details.js +71 -0
  19. package/lib/model/analyze-document-details.js.map +1 -0
  20. package/lib/model/analyze-document-result.d.ts +63 -0
  21. package/lib/model/analyze-document-result.js +97 -0
  22. package/lib/model/analyze-document-result.js.map +1 -0
  23. package/lib/model/analyze-image-details.d.ts +31 -0
  24. package/lib/model/analyze-image-details.js +63 -0
  25. package/lib/model/analyze-image-details.js.map +1 -0
  26. package/lib/model/analyze-image-result.d.ts +51 -0
  27. package/lib/model/analyze-image-result.js +95 -0
  28. package/lib/model/analyze-image-result.js.map +1 -0
  29. package/lib/model/bounding-polygon.d.ts +28 -0
  30. package/lib/model/bounding-polygon.js +61 -0
  31. package/lib/model/bounding-polygon.js.map +1 -0
  32. package/lib/model/cell.d.ts +43 -0
  33. package/lib/model/cell.js +57 -0
  34. package/lib/model/cell.js.map +1 -0
  35. package/lib/model/change-model-compartment-details.d.ts +27 -0
  36. package/lib/model/change-model-compartment-details.js +29 -0
  37. package/lib/model/change-model-compartment-details.js.map +1 -0
  38. package/lib/model/change-project-compartment-details.d.ts +27 -0
  39. package/lib/model/change-project-compartment-details.js +29 -0
  40. package/lib/model/change-project-compartment-details.js.map +1 -0
  41. package/lib/model/create-document-job-details.d.ts +48 -0
  42. package/lib/model/create-document-job-details.js +73 -0
  43. package/lib/model/create-document-job-details.js.map +1 -0
  44. package/lib/model/create-image-job-details.d.ts +40 -0
  45. package/lib/model/create-image-job-details.js +73 -0
  46. package/lib/model/create-image-job-details.js.map +1 -0
  47. package/lib/model/create-model-details.d.ts +75 -0
  48. package/lib/model/create-model-details.js +69 -0
  49. package/lib/model/create-model-details.js.map +1 -0
  50. package/lib/model/create-project-details.d.ts +51 -0
  51. package/lib/model/create-project-details.js +29 -0
  52. package/lib/model/create-project-details.js.map +1 -0
  53. package/lib/model/data-science-labeling-dataset.d.ts +28 -0
  54. package/lib/model/data-science-labeling-dataset.js +52 -0
  55. package/lib/model/data-science-labeling-dataset.js.map +1 -0
  56. package/lib/model/dataset.d.ts +22 -0
  57. package/lib/model/dataset.js +69 -0
  58. package/lib/model/dataset.js.map +1 -0
  59. package/lib/model/detected-document-type.d.ts +29 -0
  60. package/lib/model/detected-document-type.js +29 -0
  61. package/lib/model/detected-document-type.js.map +1 -0
  62. package/lib/model/detected-language.d.ts +30 -0
  63. package/lib/model/detected-language.js +29 -0
  64. package/lib/model/detected-language.js.map +1 -0
  65. package/lib/model/dimensions.d.ts +42 -0
  66. package/lib/model/dimensions.js +39 -0
  67. package/lib/model/dimensions.js.map +1 -0
  68. package/lib/model/document-classification-feature.d.ts +32 -0
  69. package/lib/model/document-classification-feature.js +54 -0
  70. package/lib/model/document-classification-feature.js.map +1 -0
  71. package/lib/model/document-details.d.ts +22 -0
  72. package/lib/model/document-details.js +69 -0
  73. package/lib/model/document-details.js.map +1 -0
  74. package/lib/model/document-feature.d.ts +22 -0
  75. package/lib/model/document-feature.js +81 -0
  76. package/lib/model/document-feature.js.map +1 -0
  77. package/lib/model/document-field.d.ts +40 -0
  78. package/lib/model/document-field.js +75 -0
  79. package/lib/model/document-field.js.map +1 -0
  80. package/lib/model/document-job.d.ts +98 -0
  81. package/lib/model/document-job.js +97 -0
  82. package/lib/model/document-job.js.map +1 -0
  83. package/lib/model/document-key-value-detection-feature.d.ts +24 -0
  84. package/lib/model/document-key-value-detection-feature.js +54 -0
  85. package/lib/model/document-key-value-detection-feature.js.map +1 -0
  86. package/lib/model/document-language-classification-feature.d.ts +28 -0
  87. package/lib/model/document-language-classification-feature.js +54 -0
  88. package/lib/model/document-language-classification-feature.js.map +1 -0
  89. package/lib/model/document-language.d.ts +51 -0
  90. package/lib/model/document-language.js +62 -0
  91. package/lib/model/document-language.js.map +1 -0
  92. package/lib/model/document-metadata.d.ts +29 -0
  93. package/lib/model/document-metadata.js +29 -0
  94. package/lib/model/document-metadata.js.map +1 -0
  95. package/lib/model/document-table-detection-feature.d.ts +24 -0
  96. package/lib/model/document-table-detection-feature.js +54 -0
  97. package/lib/model/document-table-detection-feature.js.map +1 -0
  98. package/lib/model/document-text-detection-feature.d.ts +28 -0
  99. package/lib/model/document-text-detection-feature.js +54 -0
  100. package/lib/model/document-text-detection-feature.js.map +1 -0
  101. package/lib/model/document-type.d.ts +36 -0
  102. package/lib/model/document-type.js +47 -0
  103. package/lib/model/document-type.js.map +1 -0
  104. package/lib/model/field-label.d.ts +29 -0
  105. package/lib/model/field-label.js +29 -0
  106. package/lib/model/field-label.js.map +1 -0
  107. package/lib/model/field-name.d.ts +35 -0
  108. package/lib/model/field-name.js +57 -0
  109. package/lib/model/field-name.js.map +1 -0
  110. package/lib/model/field-value.d.ts +36 -0
  111. package/lib/model/field-value.js +97 -0
  112. package/lib/model/field-value.js.map +1 -0
  113. package/lib/model/image-classification-feature.d.ts +32 -0
  114. package/lib/model/image-classification-feature.js +54 -0
  115. package/lib/model/image-classification-feature.js.map +1 -0
  116. package/lib/model/image-details.d.ts +22 -0
  117. package/lib/model/image-details.js +69 -0
  118. package/lib/model/image-details.js.map +1 -0
  119. package/lib/model/image-feature.d.ts +22 -0
  120. package/lib/model/image-feature.js +73 -0
  121. package/lib/model/image-feature.js.map +1 -0
  122. package/lib/model/image-job.d.ts +90 -0
  123. package/lib/model/image-job.js +97 -0
  124. package/lib/model/image-job.js.map +1 -0
  125. package/lib/model/image-object-detection-feature.d.ts +32 -0
  126. package/lib/model/image-object-detection-feature.js +54 -0
  127. package/lib/model/image-object-detection-feature.js.map +1 -0
  128. package/lib/model/image-object.d.ts +31 -0
  129. package/lib/model/image-object.js +57 -0
  130. package/lib/model/image-object.js.map +1 -0
  131. package/lib/model/image-text-detection-feature.d.ts +28 -0
  132. package/lib/model/image-text-detection-feature.js +54 -0
  133. package/lib/model/image-text-detection-feature.js.map +1 -0
  134. package/lib/model/image-text.d.ts +30 -0
  135. package/lib/model/image-text.js +71 -0
  136. package/lib/model/image-text.js.map +1 -0
  137. package/lib/model/index.d.ts +182 -0
  138. package/lib/model/index.js +206 -0
  139. package/lib/model/index.js.map +1 -0
  140. package/lib/model/inline-document-details.d.ts +28 -0
  141. package/lib/model/inline-document-details.js +52 -0
  142. package/lib/model/inline-document-details.js.map +1 -0
  143. package/lib/model/inline-image-details.d.ts +28 -0
  144. package/lib/model/inline-image-details.js +52 -0
  145. package/lib/model/inline-image-details.js.map +1 -0
  146. package/lib/model/input-location.d.ts +22 -0
  147. package/lib/model/input-location.js +65 -0
  148. package/lib/model/input-location.js.map +1 -0
  149. package/lib/model/label.d.ts +29 -0
  150. package/lib/model/label.js +29 -0
  151. package/lib/model/label.js.map +1 -0
  152. package/lib/model/line.d.ts +35 -0
  153. package/lib/model/line.js +57 -0
  154. package/lib/model/line.js.map +1 -0
  155. package/lib/model/model-collection.d.ts +26 -0
  156. package/lib/model/model-collection.js +61 -0
  157. package/lib/model/model-collection.js.map +1 -0
  158. package/lib/model/model-summary.d.ts +101 -0
  159. package/lib/model/model-summary.js +69 -0
  160. package/lib/model/model-summary.js.map +1 -0
  161. package/lib/model/model.d.ts +159 -0
  162. package/lib/model/model.js +93 -0
  163. package/lib/model/model.js.map +1 -0
  164. package/lib/model/normalized-vertex.d.ts +32 -0
  165. package/lib/model/normalized-vertex.js +29 -0
  166. package/lib/model/normalized-vertex.js.map +1 -0
  167. package/lib/model/object-list-inline-input-location.d.ts +28 -0
  168. package/lib/model/object-list-inline-input-location.js +66 -0
  169. package/lib/model/object-list-inline-input-location.js.map +1 -0
  170. package/lib/model/object-location.d.ts +33 -0
  171. package/lib/model/object-location.js +29 -0
  172. package/lib/model/object-location.js.map +1 -0
  173. package/lib/model/object-storage-dataset.d.ts +36 -0
  174. package/lib/model/object-storage-dataset.js +52 -0
  175. package/lib/model/object-storage-dataset.js.map +1 -0
  176. package/lib/model/object-storage-document-details.d.ts +36 -0
  177. package/lib/model/object-storage-document-details.js +54 -0
  178. package/lib/model/object-storage-document-details.js.map +1 -0
  179. package/lib/model/object-storage-image-details.d.ts +36 -0
  180. package/lib/model/object-storage-image-details.js +54 -0
  181. package/lib/model/object-storage-image-details.js.map +1 -0
  182. package/lib/model/ontology-class.d.ts +33 -0
  183. package/lib/model/ontology-class.js +29 -0
  184. package/lib/model/ontology-class.js.map +1 -0
  185. package/lib/model/operation-status.d.ts +33 -0
  186. package/lib/model/operation-status.js +44 -0
  187. package/lib/model/operation-status.js.map +1 -0
  188. package/lib/model/operation-type.d.ts +34 -0
  189. package/lib/model/operation-type.js +45 -0
  190. package/lib/model/operation-type.js.map +1 -0
  191. package/lib/model/output-location.d.ts +33 -0
  192. package/lib/model/output-location.js +29 -0
  193. package/lib/model/output-location.js.map +1 -0
  194. package/lib/model/page.d.ts +51 -0
  195. package/lib/model/page.js +115 -0
  196. package/lib/model/page.js.map +1 -0
  197. package/lib/model/processing-error.d.ts +29 -0
  198. package/lib/model/processing-error.js +29 -0
  199. package/lib/model/processing-error.js.map +1 -0
  200. package/lib/model/project-collection.d.ts +26 -0
  201. package/lib/model/project-collection.js +61 -0
  202. package/lib/model/project-collection.js.map +1 -0
  203. package/lib/model/project-summary.d.ts +77 -0
  204. package/lib/model/project-summary.js +29 -0
  205. package/lib/model/project-summary.js.map +1 -0
  206. package/lib/model/project.d.ts +94 -0
  207. package/lib/model/project.js +43 -0
  208. package/lib/model/project.js.map +1 -0
  209. package/lib/model/sort-order.d.ts +23 -0
  210. package/lib/model/sort-order.js +34 -0
  211. package/lib/model/sort-order.js.map +1 -0
  212. package/lib/model/table-row.d.ts +26 -0
  213. package/lib/model/table-row.js +61 -0
  214. package/lib/model/table-row.js.map +1 -0
  215. package/lib/model/table.d.ts +47 -0
  216. package/lib/model/table.js +87 -0
  217. package/lib/model/table.js.map +1 -0
  218. package/lib/model/update-model-details.d.ts +47 -0
  219. package/lib/model/update-model-details.js +29 -0
  220. package/lib/model/update-model-details.js.map +1 -0
  221. package/lib/model/update-project-details.d.ts +47 -0
  222. package/lib/model/update-project-details.js +29 -0
  223. package/lib/model/update-project-details.js.map +1 -0
  224. package/lib/model/value-array.d.ts +25 -0
  225. package/lib/model/value-array.js +62 -0
  226. package/lib/model/value-array.js.map +1 -0
  227. package/lib/model/value-date.d.ts +28 -0
  228. package/lib/model/value-date.js +50 -0
  229. package/lib/model/value-date.js.map +1 -0
  230. package/lib/model/value-integer.d.ts +28 -0
  231. package/lib/model/value-integer.js +50 -0
  232. package/lib/model/value-integer.js.map +1 -0
  233. package/lib/model/value-number.d.ts +28 -0
  234. package/lib/model/value-number.js +50 -0
  235. package/lib/model/value-number.js.map +1 -0
  236. package/lib/model/value-phone-number.d.ts +28 -0
  237. package/lib/model/value-phone-number.js +52 -0
  238. package/lib/model/value-phone-number.js.map +1 -0
  239. package/lib/model/value-string.d.ts +28 -0
  240. package/lib/model/value-string.js +50 -0
  241. package/lib/model/value-string.js.map +1 -0
  242. package/lib/model/value-time.d.ts +28 -0
  243. package/lib/model/value-time.js +50 -0
  244. package/lib/model/value-time.js.map +1 -0
  245. package/lib/model/word.d.ts +31 -0
  246. package/lib/model/word.js +57 -0
  247. package/lib/model/word.js.map +1 -0
  248. package/lib/model/work-request-error-collection.d.ts +26 -0
  249. package/lib/model/work-request-error-collection.js +61 -0
  250. package/lib/model/work-request-error-collection.js.map +1 -0
  251. package/lib/model/work-request-error.d.ts +35 -0
  252. package/lib/model/work-request-error.js +29 -0
  253. package/lib/model/work-request-error.js.map +1 -0
  254. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  255. package/lib/model/work-request-log-entry-collection.js +61 -0
  256. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  257. package/lib/model/work-request-log-entry.d.ts +29 -0
  258. package/lib/model/work-request-log-entry.js +29 -0
  259. package/lib/model/work-request-log-entry.js.map +1 -0
  260. package/lib/model/work-request-resource.d.ts +42 -0
  261. package/lib/model/work-request-resource.js +29 -0
  262. package/lib/model/work-request-resource.js.map +1 -0
  263. package/lib/model/work-request-summary-collection.d.ts +26 -0
  264. package/lib/model/work-request-summary-collection.js +61 -0
  265. package/lib/model/work-request-summary-collection.js.map +1 -0
  266. package/lib/model/work-request-summary.d.ts +67 -0
  267. package/lib/model/work-request-summary.js +61 -0
  268. package/lib/model/work-request-summary.js.map +1 -0
  269. package/lib/model/work-request.d.ts +65 -0
  270. package/lib/model/work-request.js +61 -0
  271. package/lib/model/work-request.js.map +1 -0
  272. package/lib/request/analyze-document-request.d.ts +27 -0
  273. package/lib/request/analyze-document-request.js +15 -0
  274. package/lib/request/analyze-document-request.js.map +1 -0
  275. package/lib/request/analyze-image-request.d.ts +27 -0
  276. package/lib/request/analyze-image-request.js +15 -0
  277. package/lib/request/analyze-image-request.js.map +1 -0
  278. package/lib/request/cancel-document-job-request.d.ts +35 -0
  279. package/lib/request/cancel-document-job-request.js +15 -0
  280. package/lib/request/cancel-document-job-request.js.map +1 -0
  281. package/lib/request/cancel-image-job-request.d.ts +35 -0
  282. package/lib/request/cancel-image-job-request.js +15 -0
  283. package/lib/request/cancel-image-job-request.js.map +1 -0
  284. package/lib/request/cancel-work-request-request.d.ts +35 -0
  285. package/lib/request/cancel-work-request-request.js +15 -0
  286. package/lib/request/cancel-work-request-request.js.map +1 -0
  287. package/lib/request/change-model-compartment-request.d.ts +40 -0
  288. package/lib/request/change-model-compartment-request.js +15 -0
  289. package/lib/request/change-model-compartment-request.js.map +1 -0
  290. package/lib/request/change-project-compartment-request.d.ts +40 -0
  291. package/lib/request/change-project-compartment-request.js +15 -0
  292. package/lib/request/change-project-compartment-request.js.map +1 -0
  293. package/lib/request/create-document-job-request.d.ts +36 -0
  294. package/lib/request/create-document-job-request.js +15 -0
  295. package/lib/request/create-document-job-request.js.map +1 -0
  296. package/lib/request/create-image-job-request.d.ts +36 -0
  297. package/lib/request/create-image-job-request.js +15 -0
  298. package/lib/request/create-image-job-request.js.map +1 -0
  299. package/lib/request/create-model-request.d.ts +36 -0
  300. package/lib/request/create-model-request.js +15 -0
  301. package/lib/request/create-model-request.js.map +1 -0
  302. package/lib/request/create-project-request.d.ts +36 -0
  303. package/lib/request/create-project-request.js +15 -0
  304. package/lib/request/create-project-request.js.map +1 -0
  305. package/lib/request/delete-model-request.d.ts +35 -0
  306. package/lib/request/delete-model-request.js +15 -0
  307. package/lib/request/delete-model-request.js.map +1 -0
  308. package/lib/request/delete-project-request.d.ts +35 -0
  309. package/lib/request/delete-project-request.js +15 -0
  310. package/lib/request/delete-project-request.js.map +1 -0
  311. package/lib/request/get-document-job-request.d.ts +26 -0
  312. package/lib/request/get-document-job-request.js +15 -0
  313. package/lib/request/get-document-job-request.js.map +1 -0
  314. package/lib/request/get-image-job-request.d.ts +26 -0
  315. package/lib/request/get-image-job-request.js +15 -0
  316. package/lib/request/get-image-job-request.js.map +1 -0
  317. package/lib/request/get-model-request.d.ts +26 -0
  318. package/lib/request/get-model-request.js +15 -0
  319. package/lib/request/get-model-request.js.map +1 -0
  320. package/lib/request/get-project-request.d.ts +26 -0
  321. package/lib/request/get-project-request.js +15 -0
  322. package/lib/request/get-project-request.js.map +1 -0
  323. package/lib/request/get-work-request-request.d.ts +26 -0
  324. package/lib/request/get-work-request-request.js +15 -0
  325. package/lib/request/get-work-request-request.js.map +1 -0
  326. package/lib/request/index.d.ts +62 -0
  327. package/lib/request/index.js +45 -0
  328. package/lib/request/index.js.map +1 -0
  329. package/lib/request/list-models-request.d.ts +66 -0
  330. package/lib/request/list-models-request.js +24 -0
  331. package/lib/request/list-models-request.js.map +1 -0
  332. package/lib/request/list-projects-request.d.ts +62 -0
  333. package/lib/request/list-projects-request.js +24 -0
  334. package/lib/request/list-projects-request.js.map +1 -0
  335. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  336. package/lib/request/list-work-request-errors-request.js +23 -0
  337. package/lib/request/list-work-request-errors-request.js.map +1 -0
  338. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  339. package/lib/request/list-work-request-logs-request.js +23 -0
  340. package/lib/request/list-work-request-logs-request.js.map +1 -0
  341. package/lib/request/list-work-requests-request.d.ts +61 -0
  342. package/lib/request/list-work-requests-request.js +23 -0
  343. package/lib/request/list-work-requests-request.js.map +1 -0
  344. package/lib/request/update-model-request.d.ts +40 -0
  345. package/lib/request/update-model-request.js +15 -0
  346. package/lib/request/update-model-request.js.map +1 -0
  347. package/lib/request/update-project-request.d.ts +40 -0
  348. package/lib/request/update-project-request.js +15 -0
  349. package/lib/request/update-project-request.js.map +1 -0
  350. package/lib/response/analyze-document-response.d.ts +30 -0
  351. package/lib/response/analyze-document-response.js +15 -0
  352. package/lib/response/analyze-document-response.js.map +1 -0
  353. package/lib/response/analyze-image-response.d.ts +30 -0
  354. package/lib/response/analyze-image-response.js +15 -0
  355. package/lib/response/analyze-image-response.js.map +1 -0
  356. package/lib/response/cancel-document-job-response.d.ts +20 -0
  357. package/lib/response/cancel-document-job-response.js +15 -0
  358. package/lib/response/cancel-document-job-response.js.map +1 -0
  359. package/lib/response/cancel-image-job-response.d.ts +20 -0
  360. package/lib/response/cancel-image-job-response.js +15 -0
  361. package/lib/response/cancel-image-job-response.js.map +1 -0
  362. package/lib/response/cancel-work-request-response.d.ts +20 -0
  363. package/lib/response/cancel-work-request-response.js +15 -0
  364. package/lib/response/cancel-work-request-response.js.map +1 -0
  365. package/lib/response/change-model-compartment-response.d.ts +20 -0
  366. package/lib/response/change-model-compartment-response.js +15 -0
  367. package/lib/response/change-model-compartment-response.js.map +1 -0
  368. package/lib/response/change-project-compartment-response.d.ts +20 -0
  369. package/lib/response/change-project-compartment-response.js +15 -0
  370. package/lib/response/change-project-compartment-response.js.map +1 -0
  371. package/lib/response/create-document-job-response.d.ts +30 -0
  372. package/lib/response/create-document-job-response.js +15 -0
  373. package/lib/response/create-document-job-response.js.map +1 -0
  374. package/lib/response/create-image-job-response.d.ts +30 -0
  375. package/lib/response/create-image-job-response.js +15 -0
  376. package/lib/response/create-image-job-response.js.map +1 -0
  377. package/lib/response/create-model-response.d.ts +35 -0
  378. package/lib/response/create-model-response.js +15 -0
  379. package/lib/response/create-model-response.js.map +1 -0
  380. package/lib/response/create-project-response.d.ts +35 -0
  381. package/lib/response/create-project-response.js +15 -0
  382. package/lib/response/create-project-response.js.map +1 -0
  383. package/lib/response/delete-model-response.d.ts +25 -0
  384. package/lib/response/delete-model-response.js +15 -0
  385. package/lib/response/delete-model-response.js.map +1 -0
  386. package/lib/response/delete-project-response.d.ts +25 -0
  387. package/lib/response/delete-project-response.js +15 -0
  388. package/lib/response/delete-project-response.js.map +1 -0
  389. package/lib/response/get-document-job-response.d.ts +30 -0
  390. package/lib/response/get-document-job-response.js +15 -0
  391. package/lib/response/get-document-job-response.js.map +1 -0
  392. package/lib/response/get-image-job-response.d.ts +30 -0
  393. package/lib/response/get-image-job-response.js +15 -0
  394. package/lib/response/get-image-job-response.js.map +1 -0
  395. package/lib/response/get-model-response.d.ts +30 -0
  396. package/lib/response/get-model-response.js +15 -0
  397. package/lib/response/get-model-response.js.map +1 -0
  398. package/lib/response/get-project-response.d.ts +30 -0
  399. package/lib/response/get-project-response.js +15 -0
  400. package/lib/response/get-project-response.js.map +1 -0
  401. package/lib/response/get-work-request-response.d.ts +34 -0
  402. package/lib/response/get-work-request-response.js +15 -0
  403. package/lib/response/get-work-request-response.js.map +1 -0
  404. package/lib/response/index.d.ts +62 -0
  405. package/lib/response/index.js +15 -0
  406. package/lib/response/index.js.map +1 -0
  407. package/lib/response/list-models-response.d.ts +32 -0
  408. package/lib/response/list-models-response.js +15 -0
  409. package/lib/response/list-models-response.js.map +1 -0
  410. package/lib/response/list-projects-response.d.ts +32 -0
  411. package/lib/response/list-projects-response.js +15 -0
  412. package/lib/response/list-projects-response.js.map +1 -0
  413. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  414. package/lib/response/list-work-request-errors-response.js +15 -0
  415. package/lib/response/list-work-request-errors-response.js.map +1 -0
  416. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  417. package/lib/response/list-work-request-logs-response.js +15 -0
  418. package/lib/response/list-work-request-logs-response.js.map +1 -0
  419. package/lib/response/list-work-requests-response.d.ts +32 -0
  420. package/lib/response/list-work-requests-response.js +15 -0
  421. package/lib/response/list-work-requests-response.js.map +1 -0
  422. package/lib/response/update-model-response.d.ts +25 -0
  423. package/lib/response/update-model-response.js +15 -0
  424. package/lib/response/update-model-response.js.map +1 -0
  425. package/lib/response/update-project-response.d.ts +25 -0
  426. package/lib/response/update-project-response.js +15 -0
  427. package/lib/response/update-project-response.js.map +1 -0
  428. package/package.json +29 -0
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ /**
3
+ * VisionService API
4
+ * A description of the VisionService API.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.Model = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var Model;
37
+ (function (Model) {
38
+ let ModelType;
39
+ (function (ModelType) {
40
+ ModelType["ImageClassification"] = "IMAGE_CLASSIFICATION";
41
+ ModelType["ObjectDetection"] = "OBJECT_DETECTION";
42
+ /**
43
+ * This value is used if a service returns a value for this enum that is not recognized by this
44
+ * version of the SDK.
45
+ */
46
+ ModelType["UnknownValue"] = "UNKNOWN_VALUE";
47
+ })(ModelType = Model.ModelType || (Model.ModelType = {}));
48
+ let LifecycleState;
49
+ (function (LifecycleState) {
50
+ LifecycleState["Creating"] = "CREATING";
51
+ LifecycleState["Updating"] = "UPDATING";
52
+ LifecycleState["Active"] = "ACTIVE";
53
+ LifecycleState["Deleting"] = "DELETING";
54
+ LifecycleState["Deleted"] = "DELETED";
55
+ LifecycleState["Failed"] = "FAILED";
56
+ /**
57
+ * This value is used if a service returns a value for this enum that is not recognized by this
58
+ * version of the SDK.
59
+ */
60
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
61
+ })(LifecycleState = Model.LifecycleState || (Model.LifecycleState = {}));
62
+ function getJsonObj(obj) {
63
+ const jsonObj = Object.assign(Object.assign({}, obj), {
64
+ "trainingDataset": obj.trainingDataset
65
+ ? model.Dataset.getJsonObj(obj.trainingDataset)
66
+ : undefined,
67
+ "testingDataset": obj.testingDataset
68
+ ? model.Dataset.getJsonObj(obj.testingDataset)
69
+ : undefined,
70
+ "validationDataset": obj.validationDataset
71
+ ? model.Dataset.getJsonObj(obj.validationDataset)
72
+ : undefined
73
+ });
74
+ return jsonObj;
75
+ }
76
+ Model.getJsonObj = getJsonObj;
77
+ function getDeserializedJsonObj(obj) {
78
+ const jsonObj = Object.assign(Object.assign({}, obj), {
79
+ "trainingDataset": obj.trainingDataset
80
+ ? model.Dataset.getDeserializedJsonObj(obj.trainingDataset)
81
+ : undefined,
82
+ "testingDataset": obj.testingDataset
83
+ ? model.Dataset.getDeserializedJsonObj(obj.testingDataset)
84
+ : undefined,
85
+ "validationDataset": obj.validationDataset
86
+ ? model.Dataset.getDeserializedJsonObj(obj.validationDataset)
87
+ : undefined
88
+ });
89
+ return jsonObj;
90
+ }
91
+ Model.getDeserializedJsonObj = getDeserializedJsonObj;
92
+ })(Model = exports.Model || (exports.Model = {}));
93
+ //# sourceMappingURL=model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"model.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/model.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkHlC,IAAiB,KAAK,CA6DrB;AA7DD,WAAiB,KAAK;IACpB,IAAY,SAQX;IARD,WAAY,SAAS;QACnB,yDAA4C,CAAA;QAC5C,iDAAoC,CAAA;QACpC;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EARW,SAAS,GAAT,eAAS,KAAT,eAAS,QAQpB;IAED,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,oBAAc,KAAd,oBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC/C,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC9C,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACjD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,gBAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC1D,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,4BAAsB,yBAiBrC,CAAA;AACH,CAAC,EA7DgB,KAAK,GAAL,aAAK,KAAL,aAAK,QA6DrB"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * VisionService API
3
+ * A description of the VisionService API.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ /**
14
+ * An (x, y) coordinate in the image with dimensions normalized from zero to one.
15
+ * The origin is at top left, with the positive x-axis pointing right and the positive y-axis pointing down.
16
+ * The bottom right corner is at (1, 1).
17
+ *
18
+ */
19
+ export interface NormalizedVertex {
20
+ /**
21
+ * X axis normalized coordinate. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
22
+ */
23
+ "x": number;
24
+ /**
25
+ * Y axis normalized coordinate. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
+ */
27
+ "y": number;
28
+ }
29
+ export declare namespace NormalizedVertex {
30
+ function getJsonObj(obj: NormalizedVertex): object;
31
+ function getDeserializedJsonObj(obj: NormalizedVertex): object;
32
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * VisionService API
4
+ * A description of the VisionService API.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.NormalizedVertex = void 0;
16
+ var NormalizedVertex;
17
+ (function (NormalizedVertex) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ NormalizedVertex.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ NormalizedVertex.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(NormalizedVertex = exports.NormalizedVertex || (exports.NormalizedVertex = {}));
29
+ //# sourceMappingURL=normalized-vertex.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalized-vertex.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/normalized-vertex.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * VisionService API
3
+ * A description of the VisionService API.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * A list of object locations in Object Storage.
16
+ */
17
+ export interface ObjectListInlineInputLocation extends model.InputLocation {
18
+ /**
19
+ * List of ObjectLocations.
20
+ */
21
+ "objectLocations": Array<model.ObjectLocation>;
22
+ "sourceType": string;
23
+ }
24
+ export declare namespace ObjectListInlineInputLocation {
25
+ function getJsonObj(obj: ObjectListInlineInputLocation, isParentJsonObj?: boolean): object;
26
+ const sourceType = "OBJECT_LIST_INLINE_INPUT_LOCATION";
27
+ function getDeserializedJsonObj(obj: ObjectListInlineInputLocation, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ /**
3
+ * VisionService API
4
+ * A description of the VisionService API.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ObjectListInlineInputLocation = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ObjectListInlineInputLocation;
37
+ (function (ObjectListInlineInputLocation) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.InputLocation.getJsonObj(obj))), {
42
+ "objectLocations": obj.objectLocations
43
+ ? obj.objectLocations.map(item => {
44
+ return model.ObjectLocation.getJsonObj(item);
45
+ })
46
+ : undefined
47
+ });
48
+ return jsonObj;
49
+ }
50
+ ObjectListInlineInputLocation.getJsonObj = getJsonObj;
51
+ ObjectListInlineInputLocation.sourceType = "OBJECT_LIST_INLINE_INPUT_LOCATION";
52
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
53
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
54
+ ? obj
55
+ : model.InputLocation.getDeserializedJsonObj(obj))), {
56
+ "objectLocations": obj.objectLocations
57
+ ? obj.objectLocations.map(item => {
58
+ return model.ObjectLocation.getDeserializedJsonObj(item);
59
+ })
60
+ : undefined
61
+ });
62
+ return jsonObj;
63
+ }
64
+ ObjectListInlineInputLocation.getDeserializedJsonObj = getDeserializedJsonObj;
65
+ })(ObjectListInlineInputLocation = exports.ObjectListInlineInputLocation || (exports.ObjectListInlineInputLocation = {}));
66
+ //# sourceMappingURL=object-list-inline-input-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-list-inline-input-location.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/object-list-inline-input-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,6BAA6B,CAwC7C;AAxCD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GACxE;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,wCAAU,aAkBzB,CAAA;IACY,wCAAU,GAAG,mCAAmC,CAAC;IAC9D,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAmC,CAAC,GACpF;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oDAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAwC7C"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * VisionService API
3
+ * A description of the VisionService API.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ /**
14
+ * A location in Object Storage that is uniquely identified by namespace name, bucket name and object name.
15
+ */
16
+ export interface ObjectLocation {
17
+ /**
18
+ * Object Storage namespace name.
19
+ */
20
+ "namespaceName": string;
21
+ /**
22
+ * Object Storage bucket name.
23
+ */
24
+ "bucketName": string;
25
+ /**
26
+ * Object Storage object name.
27
+ */
28
+ "objectName": string;
29
+ }
30
+ export declare namespace ObjectLocation {
31
+ function getJsonObj(obj: ObjectLocation): object;
32
+ function getDeserializedJsonObj(obj: ObjectLocation): object;
33
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * VisionService API
4
+ * A description of the VisionService API.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ObjectLocation = void 0;
16
+ var ObjectLocation;
17
+ (function (ObjectLocation) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ObjectLocation.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ObjectLocation.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ObjectLocation = exports.ObjectLocation || (exports.ObjectLocation = {}));
29
+ //# sourceMappingURL=object-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-location.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/object-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * VisionService API
3
+ * A description of the VisionService API.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Dataset that resides in OCI Object Storage.
16
+ */
17
+ export interface ObjectStorageDataset extends model.Dataset {
18
+ /**
19
+ * The namespace name of the Object Storage bucket that contains the input data file.
20
+ */
21
+ "namespaceName"?: string;
22
+ /**
23
+ * The name of the Object Storage bucket that contains the input data file.
24
+ */
25
+ "bucketName"?: string;
26
+ /**
27
+ * The object name of the input data file.
28
+ */
29
+ "objectName"?: string;
30
+ "datasetType": string;
31
+ }
32
+ export declare namespace ObjectStorageDataset {
33
+ function getJsonObj(obj: ObjectStorageDataset, isParentJsonObj?: boolean): object;
34
+ const datasetType = "OBJECT_STORAGE";
35
+ function getDeserializedJsonObj(obj: ObjectStorageDataset, isParentJsonObj?: boolean): object;
36
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /**
3
+ * VisionService API
4
+ * A description of the VisionService API.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ObjectStorageDataset = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ObjectStorageDataset;
37
+ (function (ObjectStorageDataset) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Dataset.getJsonObj(obj))), {});
40
+ return jsonObj;
41
+ }
42
+ ObjectStorageDataset.getJsonObj = getJsonObj;
43
+ ObjectStorageDataset.datasetType = "OBJECT_STORAGE";
44
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
45
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
46
+ ? obj
47
+ : model.Dataset.getDeserializedJsonObj(obj))), {});
48
+ return jsonObj;
49
+ }
50
+ ObjectStorageDataset.getDeserializedJsonObj = getDeserializedJsonObj;
51
+ })(ObjectStorageDataset = exports.ObjectStorageDataset || (exports.ObjectStorageDataset = {}));
52
+ //# sourceMappingURL=object-storage-dataset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-storage-dataset.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/object-storage-dataset.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,oBAAoB,CAuBpC;AAvBD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,+BAAU,aAOzB,CAAA;IACY,gCAAW,GAAG,gBAAgB,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAuBpC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * VisionService API
3
+ * A description of the VisionService API.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * A document in OCI Object Storage.
16
+ */
17
+ export interface ObjectStorageDocumentDetails extends model.DocumentDetails {
18
+ /**
19
+ * Object Storage namespace.
20
+ */
21
+ "namespaceName": string;
22
+ /**
23
+ * Object Storage bucket name.
24
+ */
25
+ "bucketName": string;
26
+ /**
27
+ * Object Storage object name.
28
+ */
29
+ "objectName": string;
30
+ "source": string;
31
+ }
32
+ export declare namespace ObjectStorageDocumentDetails {
33
+ function getJsonObj(obj: ObjectStorageDocumentDetails, isParentJsonObj?: boolean): object;
34
+ const source = "OBJECT_STORAGE";
35
+ function getDeserializedJsonObj(obj: ObjectStorageDocumentDetails, isParentJsonObj?: boolean): object;
36
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * VisionService API
4
+ * A description of the VisionService API.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ObjectStorageDocumentDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ObjectStorageDocumentDetails;
37
+ (function (ObjectStorageDocumentDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DocumentDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ ObjectStorageDocumentDetails.getJsonObj = getJsonObj;
45
+ ObjectStorageDocumentDetails.source = "OBJECT_STORAGE";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DocumentDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ ObjectStorageDocumentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(ObjectStorageDocumentDetails = exports.ObjectStorageDocumentDetails || (exports.ObjectStorageDocumentDetails = {}));
54
+ //# sourceMappingURL=object-storage-document-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-storage-document-details.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/object-storage-document-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,mCAAM,GAAG,gBAAgB,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * VisionService API
3
+ * A description of the VisionService API.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Image residing in OCI Object Storage.
16
+ */
17
+ export interface ObjectStorageImageDetails extends model.ImageDetails {
18
+ /**
19
+ * Object Storage namespace.
20
+ */
21
+ "namespaceName": string;
22
+ /**
23
+ * Object Storage bucket name.
24
+ */
25
+ "bucketName": string;
26
+ /**
27
+ * Object Storage object name.
28
+ */
29
+ "objectName": string;
30
+ "source": string;
31
+ }
32
+ export declare namespace ObjectStorageImageDetails {
33
+ function getJsonObj(obj: ObjectStorageImageDetails, isParentJsonObj?: boolean): object;
34
+ const source = "OBJECT_STORAGE";
35
+ function getDeserializedJsonObj(obj: ObjectStorageImageDetails, isParentJsonObj?: boolean): object;
36
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * VisionService API
4
+ * A description of the VisionService API.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ObjectStorageImageDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ObjectStorageImageDetails;
37
+ (function (ObjectStorageImageDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.ImageDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ ObjectStorageImageDetails.getJsonObj = getJsonObj;
45
+ ObjectStorageImageDetails.source = "OBJECT_STORAGE";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.ImageDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ ObjectStorageImageDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(ObjectStorageImageDetails = exports.ObjectStorageImageDetails || (exports.ObjectStorageImageDetails = {}));
54
+ //# sourceMappingURL=object-storage-image-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-storage-image-details.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/object-storage-image-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GACnE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACY,gCAAM,GAAG,gBAAgB,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAA+B,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * VisionService API
3
+ * A description of the VisionService API.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ /**
14
+ * Images and ImageObjects can be labeled with an OntologyClass.
15
+ */
16
+ export interface OntologyClass {
17
+ /**
18
+ * Name of the label.
19
+ */
20
+ "name": string;
21
+ /**
22
+ * Parents of the label.
23
+ */
24
+ "parentNames"?: Array<string>;
25
+ /**
26
+ * Synonyms of the label.
27
+ */
28
+ "synonymNames"?: Array<string>;
29
+ }
30
+ export declare namespace OntologyClass {
31
+ function getJsonObj(obj: OntologyClass): object;
32
+ function getDeserializedJsonObj(obj: OntologyClass): object;
33
+ }