oci-datascience 2.50.0 → 2.50.2

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 (506) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +150 -64
  4. package/lib/client.js +498 -64
  5. package/lib/client.js.map +1 -1
  6. package/lib/datascience-waiter.d.ts +9 -1
  7. package/lib/datascience-waiter.js +13 -1
  8. package/lib/datascience-waiter.js.map +1 -1
  9. package/lib/model/artifact-export-details-object-storage.d.ts +1 -1
  10. package/lib/model/artifact-export-details-object-storage.js +1 -1
  11. package/lib/model/artifact-export-details.d.ts +1 -1
  12. package/lib/model/artifact-export-details.js +1 -1
  13. package/lib/model/artifact-import-details-object-storage.d.ts +1 -1
  14. package/lib/model/artifact-import-details-object-storage.js +1 -1
  15. package/lib/model/artifact-import-details.d.ts +1 -1
  16. package/lib/model/artifact-import-details.js +1 -1
  17. package/lib/model/artifact-source-type.d.ts +1 -1
  18. package/lib/model/artifact-source-type.js +1 -1
  19. package/lib/model/category-log-details.d.ts +1 -1
  20. package/lib/model/category-log-details.js +1 -1
  21. package/lib/model/change-job-compartment-details.d.ts +1 -1
  22. package/lib/model/change-job-compartment-details.js +1 -1
  23. package/lib/model/change-job-run-compartment-details.d.ts +1 -1
  24. package/lib/model/change-job-run-compartment-details.js +1 -1
  25. package/lib/model/change-model-compartment-details.d.ts +1 -1
  26. package/lib/model/change-model-compartment-details.js +1 -1
  27. package/lib/model/change-model-deployment-compartment-details.d.ts +1 -1
  28. package/lib/model/change-model-deployment-compartment-details.js +1 -1
  29. package/lib/model/change-model-version-set-compartment-details.d.ts +28 -0
  30. package/lib/model/change-model-version-set-compartment-details.js +30 -0
  31. package/lib/model/change-model-version-set-compartment-details.js.map +1 -0
  32. package/lib/model/change-notebook-session-compartment-details.d.ts +1 -1
  33. package/lib/model/change-notebook-session-compartment-details.js +1 -1
  34. package/lib/model/change-project-compartment-details.d.ts +1 -1
  35. package/lib/model/change-project-compartment-details.js +1 -1
  36. package/lib/model/create-job-details.d.ts +1 -1
  37. package/lib/model/create-job-details.js +1 -1
  38. package/lib/model/create-job-run-details.d.ts +1 -1
  39. package/lib/model/create-job-run-details.js +1 -1
  40. package/lib/model/create-model-deployment-details.d.ts +1 -1
  41. package/lib/model/create-model-deployment-details.js +1 -1
  42. package/lib/model/create-model-details.d.ts +9 -1
  43. package/lib/model/create-model-details.js +1 -1
  44. package/lib/model/create-model-details.js.map +1 -1
  45. package/lib/model/create-model-provenance-details.d.ts +1 -1
  46. package/lib/model/create-model-provenance-details.js +1 -1
  47. package/lib/model/create-model-version-set-details.d.ts +58 -0
  48. package/lib/model/create-model-version-set-details.js +30 -0
  49. package/lib/model/create-model-version-set-details.js.map +1 -0
  50. package/lib/model/create-notebook-session-details.d.ts +1 -1
  51. package/lib/model/create-notebook-session-details.js +1 -1
  52. package/lib/model/create-project-details.d.ts +1 -1
  53. package/lib/model/create-project-details.js +1 -1
  54. package/lib/model/default-job-configuration-details.d.ts +1 -1
  55. package/lib/model/default-job-configuration-details.js +1 -1
  56. package/lib/model/export-model-artifact-details.d.ts +1 -1
  57. package/lib/model/export-model-artifact-details.js +1 -1
  58. package/lib/model/fast-launch-job-config-summary.d.ts +1 -1
  59. package/lib/model/fast-launch-job-config-summary.js +1 -1
  60. package/lib/model/fixed-size-scaling-policy.d.ts +1 -1
  61. package/lib/model/fixed-size-scaling-policy.js +1 -1
  62. package/lib/model/import-model-artifact-details.d.ts +1 -1
  63. package/lib/model/import-model-artifact-details.js +1 -1
  64. package/lib/model/index.d.ts +13 -1
  65. package/lib/model/index.js +15 -3
  66. package/lib/model/index.js.map +1 -1
  67. package/lib/model/instance-configuration.d.ts +1 -1
  68. package/lib/model/instance-configuration.js +1 -1
  69. package/lib/model/job-configuration-details.d.ts +1 -1
  70. package/lib/model/job-configuration-details.js +1 -1
  71. package/lib/model/job-infrastructure-configuration-details.d.ts +1 -1
  72. package/lib/model/job-infrastructure-configuration-details.js +1 -1
  73. package/lib/model/job-lifecycle-state.d.ts +1 -1
  74. package/lib/model/job-lifecycle-state.js +1 -1
  75. package/lib/model/job-log-configuration-details.d.ts +1 -1
  76. package/lib/model/job-log-configuration-details.js +1 -1
  77. package/lib/model/job-run-lifecycle-state.d.ts +1 -1
  78. package/lib/model/job-run-lifecycle-state.js +1 -1
  79. package/lib/model/job-run-log-details.d.ts +1 -1
  80. package/lib/model/job-run-log-details.js +1 -1
  81. package/lib/model/job-run-summary.d.ts +1 -1
  82. package/lib/model/job-run-summary.js +1 -1
  83. package/lib/model/job-run.d.ts +1 -1
  84. package/lib/model/job-run.js +1 -1
  85. package/lib/model/job-shape-config-details.d.ts +1 -1
  86. package/lib/model/job-shape-config-details.js +1 -1
  87. package/lib/model/job-shape-summary.d.ts +1 -1
  88. package/lib/model/job-shape-summary.js +1 -1
  89. package/lib/model/job-summary.d.ts +1 -1
  90. package/lib/model/job-summary.js +1 -1
  91. package/lib/model/job.d.ts +1 -1
  92. package/lib/model/job.js +1 -1
  93. package/lib/model/log-details.d.ts +1 -1
  94. package/lib/model/log-details.js +1 -1
  95. package/lib/model/managed-egress-standalone-job-infrastructure-configuration-details.d.ts +1 -1
  96. package/lib/model/managed-egress-standalone-job-infrastructure-configuration-details.js +1 -1
  97. package/lib/model/metadata.d.ts +1 -1
  98. package/lib/model/metadata.js +1 -1
  99. package/lib/model/model-configuration-details.d.ts +1 -1
  100. package/lib/model/model-configuration-details.js +1 -1
  101. package/lib/model/model-deployment-configuration-details.d.ts +1 -1
  102. package/lib/model/model-deployment-configuration-details.js +1 -1
  103. package/lib/model/model-deployment-instance-shape-config-details.d.ts +1 -1
  104. package/lib/model/model-deployment-instance-shape-config-details.js +1 -1
  105. package/lib/model/model-deployment-lifecycle-state.d.ts +1 -1
  106. package/lib/model/model-deployment-lifecycle-state.js +1 -1
  107. package/lib/model/model-deployment-shape-series.d.ts +1 -1
  108. package/lib/model/model-deployment-shape-series.js +1 -1
  109. package/lib/model/model-deployment-shape-summary.d.ts +1 -1
  110. package/lib/model/model-deployment-shape-summary.js +1 -1
  111. package/lib/model/model-deployment-summary.d.ts +1 -1
  112. package/lib/model/model-deployment-summary.js +1 -1
  113. package/lib/model/model-deployment-type.d.ts +1 -1
  114. package/lib/model/model-deployment-type.js +1 -1
  115. package/lib/model/model-deployment.d.ts +1 -1
  116. package/lib/model/model-deployment.js +1 -1
  117. package/lib/model/model-lifecycle-state.d.ts +1 -1
  118. package/lib/model/model-lifecycle-state.js +1 -1
  119. package/lib/model/model-provenance.d.ts +1 -1
  120. package/lib/model/model-provenance.js +1 -1
  121. package/lib/model/model-summary.d.ts +17 -1
  122. package/lib/model/model-summary.js +1 -1
  123. package/lib/model/model-summary.js.map +1 -1
  124. package/lib/model/model-version-set-lifecycle-state.d.ts +31 -0
  125. package/lib/model/model-version-set-lifecycle-state.js +42 -0
  126. package/lib/model/model-version-set-lifecycle-state.js.map +1 -0
  127. package/lib/model/model-version-set-summary.d.ts +77 -0
  128. package/lib/model/model-version-set-summary.js +30 -0
  129. package/lib/model/model-version-set-summary.js.map +1 -0
  130. package/lib/model/model-version-set.d.ts +81 -0
  131. package/lib/model/model-version-set.js +30 -0
  132. package/lib/model/model-version-set.js.map +1 -0
  133. package/lib/model/model.d.ts +17 -1
  134. package/lib/model/model.js +1 -1
  135. package/lib/model/model.js.map +1 -1
  136. package/lib/model/notebook-session-config-details.d.ts +1 -1
  137. package/lib/model/notebook-session-config-details.js +1 -1
  138. package/lib/model/notebook-session-configuration-details.d.ts +1 -1
  139. package/lib/model/notebook-session-configuration-details.js +1 -1
  140. package/lib/model/notebook-session-git-config-details.d.ts +1 -1
  141. package/lib/model/notebook-session-git-config-details.js +1 -1
  142. package/lib/model/notebook-session-git-repo-config-details.d.ts +1 -1
  143. package/lib/model/notebook-session-git-repo-config-details.js +1 -1
  144. package/lib/model/notebook-session-lifecycle-state.d.ts +1 -1
  145. package/lib/model/notebook-session-lifecycle-state.js +1 -1
  146. package/lib/model/notebook-session-runtime-config-details.d.ts +1 -1
  147. package/lib/model/notebook-session-runtime-config-details.js +1 -1
  148. package/lib/model/notebook-session-shape-config-details.d.ts +1 -1
  149. package/lib/model/notebook-session-shape-config-details.js +1 -1
  150. package/lib/model/notebook-session-shape-series.d.ts +1 -1
  151. package/lib/model/notebook-session-shape-series.js +1 -1
  152. package/lib/model/notebook-session-shape-summary.d.ts +1 -1
  153. package/lib/model/notebook-session-shape-summary.js +1 -1
  154. package/lib/model/notebook-session-summary.d.ts +1 -1
  155. package/lib/model/notebook-session-summary.js +1 -1
  156. package/lib/model/notebook-session.d.ts +1 -1
  157. package/lib/model/notebook-session.js +1 -1
  158. package/lib/model/project-lifecycle-state.d.ts +1 -1
  159. package/lib/model/project-lifecycle-state.js +1 -1
  160. package/lib/model/project-summary.d.ts +1 -1
  161. package/lib/model/project-summary.js +1 -1
  162. package/lib/model/project.d.ts +1 -1
  163. package/lib/model/project.js +1 -1
  164. package/lib/model/scaling-policy.d.ts +1 -1
  165. package/lib/model/scaling-policy.js +1 -1
  166. package/lib/model/single-model-deployment-configuration-details.d.ts +1 -1
  167. package/lib/model/single-model-deployment-configuration-details.js +1 -1
  168. package/lib/model/standalone-job-infrastructure-configuration-details.d.ts +1 -1
  169. package/lib/model/standalone-job-infrastructure-configuration-details.js +1 -1
  170. package/lib/model/update-category-log-details.d.ts +1 -1
  171. package/lib/model/update-category-log-details.js +1 -1
  172. package/lib/model/update-job-details.d.ts +1 -1
  173. package/lib/model/update-job-details.js +1 -1
  174. package/lib/model/update-job-run-details.d.ts +1 -1
  175. package/lib/model/update-job-run-details.js +1 -1
  176. package/lib/model/update-model-configuration-details.d.ts +1 -1
  177. package/lib/model/update-model-configuration-details.js +1 -1
  178. package/lib/model/update-model-deployment-configuration-details.d.ts +1 -1
  179. package/lib/model/update-model-deployment-configuration-details.js +1 -1
  180. package/lib/model/update-model-deployment-details.d.ts +1 -1
  181. package/lib/model/update-model-deployment-details.js +1 -1
  182. package/lib/model/update-model-details.d.ts +9 -1
  183. package/lib/model/update-model-details.js +1 -1
  184. package/lib/model/update-model-details.js.map +1 -1
  185. package/lib/model/update-model-provenance-details.d.ts +1 -1
  186. package/lib/model/update-model-provenance-details.js +1 -1
  187. package/lib/model/update-model-version-set-details.d.ts +45 -0
  188. package/lib/model/update-model-version-set-details.js +30 -0
  189. package/lib/model/update-model-version-set-details.js.map +1 -0
  190. package/lib/model/update-notebook-session-details.d.ts +1 -1
  191. package/lib/model/update-notebook-session-details.js +1 -1
  192. package/lib/model/update-project-details.d.ts +1 -1
  193. package/lib/model/update-project-details.js +1 -1
  194. package/lib/model/update-single-model-deployment-configuration-details.d.ts +1 -1
  195. package/lib/model/update-single-model-deployment-configuration-details.js +1 -1
  196. package/lib/model/work-request-error.d.ts +1 -1
  197. package/lib/model/work-request-error.js +1 -1
  198. package/lib/model/work-request-log-entry.d.ts +1 -1
  199. package/lib/model/work-request-log-entry.js +1 -1
  200. package/lib/model/work-request-operation-type.d.ts +2 -1
  201. package/lib/model/work-request-operation-type.js +2 -1
  202. package/lib/model/work-request-operation-type.js.map +1 -1
  203. package/lib/model/work-request-resource.d.ts +1 -1
  204. package/lib/model/work-request-resource.js +1 -1
  205. package/lib/model/work-request-status.d.ts +1 -1
  206. package/lib/model/work-request-status.js +1 -1
  207. package/lib/model/work-request-summary.d.ts +1 -1
  208. package/lib/model/work-request-summary.js +1 -1
  209. package/lib/model/work-request.d.ts +1 -1
  210. package/lib/model/work-request.js +1 -1
  211. package/lib/request/activate-model-deployment-request.d.ts +2 -2
  212. package/lib/request/activate-model-deployment-request.js +1 -1
  213. package/lib/request/activate-model-request.d.ts +2 -2
  214. package/lib/request/activate-model-request.js +1 -1
  215. package/lib/request/activate-notebook-session-request.d.ts +2 -2
  216. package/lib/request/activate-notebook-session-request.js +1 -1
  217. package/lib/request/cancel-job-run-request.d.ts +2 -2
  218. package/lib/request/cancel-job-run-request.js +1 -1
  219. package/lib/request/cancel-work-request-request.d.ts +2 -2
  220. package/lib/request/cancel-work-request-request.js +1 -1
  221. package/lib/request/change-job-compartment-request.d.ts +2 -2
  222. package/lib/request/change-job-compartment-request.js +1 -1
  223. package/lib/request/change-job-run-compartment-request.d.ts +2 -2
  224. package/lib/request/change-job-run-compartment-request.js +1 -1
  225. package/lib/request/change-model-compartment-request.d.ts +2 -2
  226. package/lib/request/change-model-compartment-request.js +1 -1
  227. package/lib/request/change-model-deployment-compartment-request.d.ts +2 -2
  228. package/lib/request/change-model-deployment-compartment-request.js +1 -1
  229. package/lib/request/change-model-version-set-compartment-request.d.ts +46 -0
  230. package/lib/request/change-model-version-set-compartment-request.js +15 -0
  231. package/lib/request/change-model-version-set-compartment-request.js.map +1 -0
  232. package/lib/request/change-notebook-session-compartment-request.d.ts +2 -2
  233. package/lib/request/change-notebook-session-compartment-request.js +1 -1
  234. package/lib/request/change-project-compartment-request.d.ts +2 -2
  235. package/lib/request/change-project-compartment-request.js +1 -1
  236. package/lib/request/create-job-artifact-request.d.ts +2 -2
  237. package/lib/request/create-job-artifact-request.js +1 -1
  238. package/lib/request/create-job-request.d.ts +2 -2
  239. package/lib/request/create-job-request.js +1 -1
  240. package/lib/request/create-job-run-request.d.ts +2 -2
  241. package/lib/request/create-job-run-request.js +1 -1
  242. package/lib/request/create-model-artifact-request.d.ts +2 -2
  243. package/lib/request/create-model-artifact-request.js +1 -1
  244. package/lib/request/create-model-deployment-request.d.ts +2 -2
  245. package/lib/request/create-model-deployment-request.js +1 -1
  246. package/lib/request/create-model-provenance-request.d.ts +2 -2
  247. package/lib/request/create-model-provenance-request.js +1 -1
  248. package/lib/request/create-model-request.d.ts +2 -2
  249. package/lib/request/create-model-request.js +1 -1
  250. package/lib/request/create-model-version-set-request.d.ts +33 -0
  251. package/lib/request/create-model-version-set-request.js +15 -0
  252. package/lib/request/create-model-version-set-request.js.map +1 -0
  253. package/lib/request/create-notebook-session-request.d.ts +2 -2
  254. package/lib/request/create-notebook-session-request.js +1 -1
  255. package/lib/request/create-project-request.d.ts +2 -2
  256. package/lib/request/create-project-request.js +1 -1
  257. package/lib/request/deactivate-model-deployment-request.d.ts +2 -2
  258. package/lib/request/deactivate-model-deployment-request.js +1 -1
  259. package/lib/request/deactivate-model-request.d.ts +2 -2
  260. package/lib/request/deactivate-model-request.js +1 -1
  261. package/lib/request/deactivate-notebook-session-request.d.ts +2 -2
  262. package/lib/request/deactivate-notebook-session-request.js +1 -1
  263. package/lib/request/delete-job-request.d.ts +2 -2
  264. package/lib/request/delete-job-request.js +1 -1
  265. package/lib/request/delete-job-run-request.d.ts +2 -2
  266. package/lib/request/delete-job-run-request.js +1 -1
  267. package/lib/request/delete-model-deployment-request.d.ts +2 -2
  268. package/lib/request/delete-model-deployment-request.js +1 -1
  269. package/lib/request/delete-model-request.d.ts +2 -2
  270. package/lib/request/delete-model-request.js +1 -1
  271. package/lib/request/delete-model-version-set-request.d.ts +42 -0
  272. package/lib/request/delete-model-version-set-request.js +15 -0
  273. package/lib/request/delete-model-version-set-request.js.map +1 -0
  274. package/lib/request/delete-notebook-session-request.d.ts +2 -2
  275. package/lib/request/delete-notebook-session-request.js +1 -1
  276. package/lib/request/delete-project-request.d.ts +2 -2
  277. package/lib/request/delete-project-request.js +1 -1
  278. package/lib/request/export-model-artifact-request.d.ts +2 -2
  279. package/lib/request/export-model-artifact-request.js +1 -1
  280. package/lib/request/get-job-artifact-content-request.d.ts +2 -2
  281. package/lib/request/get-job-artifact-content-request.js +1 -1
  282. package/lib/request/get-job-request.d.ts +2 -2
  283. package/lib/request/get-job-request.js +1 -1
  284. package/lib/request/get-job-run-request.d.ts +2 -2
  285. package/lib/request/get-job-run-request.js +1 -1
  286. package/lib/request/get-model-artifact-content-request.d.ts +2 -2
  287. package/lib/request/get-model-artifact-content-request.js +1 -1
  288. package/lib/request/get-model-deployment-request.d.ts +2 -2
  289. package/lib/request/get-model-deployment-request.js +1 -1
  290. package/lib/request/get-model-provenance-request.d.ts +2 -2
  291. package/lib/request/get-model-provenance-request.js +1 -1
  292. package/lib/request/get-model-request.d.ts +2 -2
  293. package/lib/request/get-model-request.js +1 -1
  294. package/lib/request/get-model-version-set-request.d.ts +27 -0
  295. package/lib/request/get-model-version-set-request.js +15 -0
  296. package/lib/request/get-model-version-set-request.js.map +1 -0
  297. package/lib/request/get-notebook-session-request.d.ts +2 -2
  298. package/lib/request/get-notebook-session-request.js +1 -1
  299. package/lib/request/get-project-request.d.ts +2 -2
  300. package/lib/request/get-project-request.js +1 -1
  301. package/lib/request/get-work-request-request.d.ts +2 -2
  302. package/lib/request/get-work-request-request.js +1 -1
  303. package/lib/request/head-job-artifact-request.d.ts +2 -2
  304. package/lib/request/head-job-artifact-request.js +1 -1
  305. package/lib/request/head-model-artifact-request.d.ts +2 -2
  306. package/lib/request/head-model-artifact-request.js +1 -1
  307. package/lib/request/import-model-artifact-request.d.ts +2 -2
  308. package/lib/request/import-model-artifact-request.js +1 -1
  309. package/lib/request/index.d.ts +13 -1
  310. package/lib/request/index.js +4 -2
  311. package/lib/request/index.js.map +1 -1
  312. package/lib/request/list-fast-launch-job-configs-request.d.ts +2 -2
  313. package/lib/request/list-fast-launch-job-configs-request.js +1 -1
  314. package/lib/request/list-job-runs-request.d.ts +2 -2
  315. package/lib/request/list-job-runs-request.js +1 -1
  316. package/lib/request/list-job-shapes-request.d.ts +2 -2
  317. package/lib/request/list-job-shapes-request.js +1 -1
  318. package/lib/request/list-jobs-request.d.ts +2 -2
  319. package/lib/request/list-jobs-request.js +1 -1
  320. package/lib/request/list-model-deployment-shapes-request.d.ts +2 -2
  321. package/lib/request/list-model-deployment-shapes-request.js +1 -1
  322. package/lib/request/list-model-deployments-request.d.ts +2 -2
  323. package/lib/request/list-model-deployments-request.js +1 -1
  324. package/lib/request/list-model-version-sets-request.d.ts +91 -0
  325. package/lib/request/list-model-version-sets-request.js +30 -0
  326. package/lib/request/list-model-version-sets-request.js.map +1 -0
  327. package/lib/request/list-models-request.d.ts +10 -2
  328. package/lib/request/list-models-request.js +1 -1
  329. package/lib/request/list-models-request.js.map +1 -1
  330. package/lib/request/list-notebook-session-shapes-request.d.ts +2 -2
  331. package/lib/request/list-notebook-session-shapes-request.js +1 -1
  332. package/lib/request/list-notebook-sessions-request.d.ts +2 -2
  333. package/lib/request/list-notebook-sessions-request.js +1 -1
  334. package/lib/request/list-projects-request.d.ts +2 -2
  335. package/lib/request/list-projects-request.js +1 -1
  336. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  337. package/lib/request/list-work-request-errors-request.js +1 -1
  338. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  339. package/lib/request/list-work-request-logs-request.js +1 -1
  340. package/lib/request/list-work-requests-request.d.ts +3 -2
  341. package/lib/request/list-work-requests-request.js +2 -1
  342. package/lib/request/list-work-requests-request.js.map +1 -1
  343. package/lib/request/update-job-request.d.ts +2 -2
  344. package/lib/request/update-job-request.js +1 -1
  345. package/lib/request/update-job-run-request.d.ts +2 -2
  346. package/lib/request/update-job-run-request.js +1 -1
  347. package/lib/request/update-model-deployment-request.d.ts +2 -2
  348. package/lib/request/update-model-deployment-request.js +1 -1
  349. package/lib/request/update-model-provenance-request.d.ts +2 -2
  350. package/lib/request/update-model-provenance-request.js +1 -1
  351. package/lib/request/update-model-request.d.ts +2 -2
  352. package/lib/request/update-model-request.js +1 -1
  353. package/lib/request/update-model-version-set-request.d.ts +41 -0
  354. package/lib/request/update-model-version-set-request.js +15 -0
  355. package/lib/request/update-model-version-set-request.js.map +1 -0
  356. package/lib/request/update-notebook-session-request.d.ts +2 -2
  357. package/lib/request/update-notebook-session-request.js +1 -1
  358. package/lib/request/update-project-request.d.ts +2 -2
  359. package/lib/request/update-project-request.js +1 -1
  360. package/lib/response/activate-model-deployment-response.d.ts +1 -1
  361. package/lib/response/activate-model-deployment-response.js +1 -1
  362. package/lib/response/activate-model-response.d.ts +1 -1
  363. package/lib/response/activate-model-response.js +1 -1
  364. package/lib/response/activate-notebook-session-response.d.ts +1 -1
  365. package/lib/response/activate-notebook-session-response.js +1 -1
  366. package/lib/response/cancel-job-run-response.d.ts +1 -1
  367. package/lib/response/cancel-job-run-response.js +1 -1
  368. package/lib/response/cancel-work-request-response.d.ts +1 -1
  369. package/lib/response/cancel-work-request-response.js +1 -1
  370. package/lib/response/change-job-compartment-response.d.ts +1 -1
  371. package/lib/response/change-job-compartment-response.js +1 -1
  372. package/lib/response/change-job-run-compartment-response.d.ts +1 -1
  373. package/lib/response/change-job-run-compartment-response.js +1 -1
  374. package/lib/response/change-model-compartment-response.d.ts +1 -1
  375. package/lib/response/change-model-compartment-response.js +1 -1
  376. package/lib/response/change-model-deployment-compartment-response.d.ts +1 -1
  377. package/lib/response/change-model-deployment-compartment-response.js +1 -1
  378. package/lib/response/change-model-version-set-compartment-response.d.ts +26 -0
  379. package/lib/response/change-model-version-set-compartment-response.js +15 -0
  380. package/lib/response/change-model-version-set-compartment-response.js.map +1 -0
  381. package/lib/response/change-notebook-session-compartment-response.d.ts +1 -1
  382. package/lib/response/change-notebook-session-compartment-response.js +1 -1
  383. package/lib/response/change-project-compartment-response.d.ts +1 -1
  384. package/lib/response/change-project-compartment-response.js +1 -1
  385. package/lib/response/create-job-artifact-response.d.ts +1 -1
  386. package/lib/response/create-job-artifact-response.js +1 -1
  387. package/lib/response/create-job-response.d.ts +1 -1
  388. package/lib/response/create-job-response.js +1 -1
  389. package/lib/response/create-job-run-response.d.ts +1 -1
  390. package/lib/response/create-job-run-response.js +1 -1
  391. package/lib/response/create-model-artifact-response.d.ts +1 -1
  392. package/lib/response/create-model-artifact-response.js +1 -1
  393. package/lib/response/create-model-deployment-response.d.ts +1 -1
  394. package/lib/response/create-model-deployment-response.js +1 -1
  395. package/lib/response/create-model-provenance-response.d.ts +1 -1
  396. package/lib/response/create-model-provenance-response.js +1 -1
  397. package/lib/response/create-model-response.d.ts +1 -1
  398. package/lib/response/create-model-response.js +1 -1
  399. package/lib/response/create-model-version-set-response.d.ts +30 -0
  400. package/lib/response/create-model-version-set-response.js +15 -0
  401. package/lib/response/create-model-version-set-response.js.map +1 -0
  402. package/lib/response/create-notebook-session-response.d.ts +1 -1
  403. package/lib/response/create-notebook-session-response.js +1 -1
  404. package/lib/response/create-project-response.d.ts +1 -1
  405. package/lib/response/create-project-response.js +1 -1
  406. package/lib/response/deactivate-model-deployment-response.d.ts +1 -1
  407. package/lib/response/deactivate-model-deployment-response.js +1 -1
  408. package/lib/response/deactivate-model-response.d.ts +1 -1
  409. package/lib/response/deactivate-model-response.js +1 -1
  410. package/lib/response/deactivate-notebook-session-response.d.ts +1 -1
  411. package/lib/response/deactivate-notebook-session-response.js +1 -1
  412. package/lib/response/delete-job-response.d.ts +1 -1
  413. package/lib/response/delete-job-response.js +1 -1
  414. package/lib/response/delete-job-run-response.d.ts +1 -1
  415. package/lib/response/delete-job-run-response.js +1 -1
  416. package/lib/response/delete-model-deployment-response.d.ts +1 -1
  417. package/lib/response/delete-model-deployment-response.js +1 -1
  418. package/lib/response/delete-model-response.d.ts +1 -1
  419. package/lib/response/delete-model-response.js +1 -1
  420. package/lib/response/delete-model-version-set-response.d.ts +26 -0
  421. package/lib/response/delete-model-version-set-response.js +15 -0
  422. package/lib/response/delete-model-version-set-response.js.map +1 -0
  423. package/lib/response/delete-notebook-session-response.d.ts +1 -1
  424. package/lib/response/delete-notebook-session-response.js +1 -1
  425. package/lib/response/delete-project-response.d.ts +1 -1
  426. package/lib/response/delete-project-response.js +1 -1
  427. package/lib/response/export-model-artifact-response.d.ts +1 -1
  428. package/lib/response/export-model-artifact-response.js +1 -1
  429. package/lib/response/get-job-artifact-content-response.d.ts +1 -1
  430. package/lib/response/get-job-artifact-content-response.js +1 -1
  431. package/lib/response/get-job-response.d.ts +1 -1
  432. package/lib/response/get-job-response.js +1 -1
  433. package/lib/response/get-job-run-response.d.ts +1 -1
  434. package/lib/response/get-job-run-response.js +1 -1
  435. package/lib/response/get-model-artifact-content-response.d.ts +1 -1
  436. package/lib/response/get-model-artifact-content-response.js +1 -1
  437. package/lib/response/get-model-deployment-response.d.ts +1 -1
  438. package/lib/response/get-model-deployment-response.js +1 -1
  439. package/lib/response/get-model-provenance-response.d.ts +1 -1
  440. package/lib/response/get-model-provenance-response.js +1 -1
  441. package/lib/response/get-model-response.d.ts +1 -1
  442. package/lib/response/get-model-response.js +1 -1
  443. package/lib/response/get-model-version-set-response.d.ts +30 -0
  444. package/lib/response/get-model-version-set-response.js +15 -0
  445. package/lib/response/get-model-version-set-response.js.map +1 -0
  446. package/lib/response/get-notebook-session-response.d.ts +1 -1
  447. package/lib/response/get-notebook-session-response.js +1 -1
  448. package/lib/response/get-project-response.d.ts +1 -1
  449. package/lib/response/get-project-response.js +1 -1
  450. package/lib/response/get-work-request-response.d.ts +1 -1
  451. package/lib/response/get-work-request-response.js +1 -1
  452. package/lib/response/head-job-artifact-response.d.ts +1 -1
  453. package/lib/response/head-job-artifact-response.js +1 -1
  454. package/lib/response/head-model-artifact-response.d.ts +1 -1
  455. package/lib/response/head-model-artifact-response.js +1 -1
  456. package/lib/response/import-model-artifact-response.d.ts +1 -1
  457. package/lib/response/import-model-artifact-response.js +1 -1
  458. package/lib/response/index.d.ts +13 -1
  459. package/lib/response/index.js +1 -1
  460. package/lib/response/list-fast-launch-job-configs-response.d.ts +1 -1
  461. package/lib/response/list-fast-launch-job-configs-response.js +1 -1
  462. package/lib/response/list-job-runs-response.d.ts +1 -1
  463. package/lib/response/list-job-runs-response.js +1 -1
  464. package/lib/response/list-job-shapes-response.d.ts +1 -1
  465. package/lib/response/list-job-shapes-response.js +1 -1
  466. package/lib/response/list-jobs-response.d.ts +1 -1
  467. package/lib/response/list-jobs-response.js +1 -1
  468. package/lib/response/list-model-deployment-shapes-response.d.ts +1 -1
  469. package/lib/response/list-model-deployment-shapes-response.js +1 -1
  470. package/lib/response/list-model-deployments-response.d.ts +1 -1
  471. package/lib/response/list-model-deployments-response.js +1 -1
  472. package/lib/response/list-model-version-sets-response.d.ts +35 -0
  473. package/lib/response/list-model-version-sets-response.js +15 -0
  474. package/lib/response/list-model-version-sets-response.js.map +1 -0
  475. package/lib/response/list-models-response.d.ts +1 -1
  476. package/lib/response/list-models-response.js +1 -1
  477. package/lib/response/list-notebook-session-shapes-response.d.ts +1 -1
  478. package/lib/response/list-notebook-session-shapes-response.js +1 -1
  479. package/lib/response/list-notebook-sessions-response.d.ts +1 -1
  480. package/lib/response/list-notebook-sessions-response.js +1 -1
  481. package/lib/response/list-projects-response.d.ts +1 -1
  482. package/lib/response/list-projects-response.js +1 -1
  483. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  484. package/lib/response/list-work-request-errors-response.js +1 -1
  485. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  486. package/lib/response/list-work-request-logs-response.js +1 -1
  487. package/lib/response/list-work-requests-response.d.ts +1 -1
  488. package/lib/response/list-work-requests-response.js +1 -1
  489. package/lib/response/update-job-response.d.ts +1 -1
  490. package/lib/response/update-job-response.js +1 -1
  491. package/lib/response/update-job-run-response.d.ts +1 -1
  492. package/lib/response/update-job-run-response.js +1 -1
  493. package/lib/response/update-model-deployment-response.d.ts +1 -1
  494. package/lib/response/update-model-deployment-response.js +1 -1
  495. package/lib/response/update-model-provenance-response.d.ts +1 -1
  496. package/lib/response/update-model-provenance-response.js +1 -1
  497. package/lib/response/update-model-response.d.ts +1 -1
  498. package/lib/response/update-model-response.js +1 -1
  499. package/lib/response/update-model-version-set-response.d.ts +30 -0
  500. package/lib/response/update-model-version-set-response.js +15 -0
  501. package/lib/response/update-model-version-set-response.js.map +1 -0
  502. package/lib/response/update-notebook-session-response.d.ts +1 -1
  503. package/lib/response/update-notebook-session-response.js +1 -1
  504. package/lib/response/update-project-response.d.ts +1 -1
  505. package/lib/response/update-project-response.js +1 -1
  506. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"model.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/model.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuElC,IAAiB,KAAK,CAuCrB;AAvCD,WAAiB,KAAK;IACpB,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,gBAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,4BAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAuCrB"}
1
+ {"version":3,"file":"model.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/model.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuFlC,IAAiB,KAAK,CAuCrB;AAvCD,WAAiB,KAAK;IACpB,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,gBAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,4BAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAuCrB"}
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -53,6 +53,14 @@ export interface UpdateModelDetails {
53
53
  * An array of defined metadata details for the model.
54
54
  */
55
55
  "definedMetadataList"?: Array<model.Metadata>;
56
+ /**
57
+ * The OCID of the model version set that the model is associated to.
58
+ */
59
+ "modelVersionSetId"?: string;
60
+ /**
61
+ * The version label can add an additional description of the lifecycle state of the model or the application using/training the model.
62
+ */
63
+ "versionLabel"?: string;
56
64
  }
57
65
  export declare namespace UpdateModelDetails {
58
66
  function getJsonObj(obj: UpdateModelDetails): object;
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -1 +1 @@
1
- {"version":3,"file":"update-model-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-model-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,kBAAkB,CAuClC;AAvCD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,6BAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,yCAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAuClC"}
1
+ {"version":3,"file":"update-model-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-model-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgDlC,IAAiB,kBAAkB,CAuClC;AAvCD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,6BAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,yCAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAuClC"}
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Data Science API
3
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
4
+
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ /**
15
+ * Details for updating a model version set.
16
+ *
17
+ */
18
+ export interface UpdateModelVersionSetDetails {
19
+ /**
20
+ * A short description of the model version set.
21
+ */
22
+ "description"?: string;
23
+ /**
24
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
25
+ * Example: `{\"Department\": \"Finance\"}`
26
+ *
27
+ */
28
+ "freeformTags"?: {
29
+ [key: string]: string;
30
+ };
31
+ /**
32
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
33
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
34
+ *
35
+ */
36
+ "definedTags"?: {
37
+ [key: string]: {
38
+ [key: string]: any;
39
+ };
40
+ };
41
+ }
42
+ export declare namespace UpdateModelVersionSetDetails {
43
+ function getJsonObj(obj: UpdateModelVersionSetDetails): object;
44
+ function getDeserializedJsonObj(obj: UpdateModelVersionSetDetails): object;
45
+ }