oci-datascience 2.50.1 → 2.50.3

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 (689) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +360 -64
  4. package/lib/client.js +2155 -587
  5. package/lib/client.js.map +1 -1
  6. package/lib/datascience-waiter.d.ts +25 -1
  7. package/lib/datascience-waiter.js +37 -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-pipeline-compartment-details.d.ts +27 -0
  35. package/lib/model/change-pipeline-compartment-details.js +30 -0
  36. package/lib/model/change-pipeline-compartment-details.js.map +1 -0
  37. package/lib/model/change-pipeline-run-compartment-details.d.ts +27 -0
  38. package/lib/model/change-pipeline-run-compartment-details.js +30 -0
  39. package/lib/model/change-pipeline-run-compartment-details.js.map +1 -0
  40. package/lib/model/change-project-compartment-details.d.ts +1 -1
  41. package/lib/model/change-project-compartment-details.js +1 -1
  42. package/lib/model/create-job-details.d.ts +1 -1
  43. package/lib/model/create-job-details.js +1 -1
  44. package/lib/model/create-job-run-details.d.ts +1 -1
  45. package/lib/model/create-job-run-details.js +1 -1
  46. package/lib/model/create-model-deployment-details.d.ts +1 -1
  47. package/lib/model/create-model-deployment-details.js +1 -1
  48. package/lib/model/create-model-details.d.ts +9 -1
  49. package/lib/model/create-model-details.js +1 -1
  50. package/lib/model/create-model-details.js.map +1 -1
  51. package/lib/model/create-model-provenance-details.d.ts +1 -1
  52. package/lib/model/create-model-provenance-details.js +1 -1
  53. package/lib/model/create-model-version-set-details.d.ts +58 -0
  54. package/lib/model/create-model-version-set-details.js +30 -0
  55. package/lib/model/create-model-version-set-details.js.map +1 -0
  56. package/lib/model/create-notebook-session-details.d.ts +1 -1
  57. package/lib/model/create-notebook-session-details.js +1 -1
  58. package/lib/model/create-pipeline-details.d.ts +64 -0
  59. package/lib/model/create-pipeline-details.js +80 -0
  60. package/lib/model/create-pipeline-details.js.map +1 -0
  61. package/lib/model/create-pipeline-run-details.d.ts +73 -0
  62. package/lib/model/create-pipeline-run-details.js +74 -0
  63. package/lib/model/create-pipeline-run-details.js.map +1 -0
  64. package/lib/model/create-project-details.d.ts +1 -1
  65. package/lib/model/create-project-details.js +1 -1
  66. package/lib/model/default-job-configuration-details.d.ts +1 -1
  67. package/lib/model/default-job-configuration-details.js +1 -1
  68. package/lib/model/export-model-artifact-details.d.ts +1 -1
  69. package/lib/model/export-model-artifact-details.js +1 -1
  70. package/lib/model/fast-launch-job-config-summary.d.ts +1 -1
  71. package/lib/model/fast-launch-job-config-summary.js +1 -1
  72. package/lib/model/fixed-size-scaling-policy.d.ts +1 -1
  73. package/lib/model/fixed-size-scaling-policy.js +1 -1
  74. package/lib/model/import-model-artifact-details.d.ts +1 -1
  75. package/lib/model/import-model-artifact-details.js +1 -1
  76. package/lib/model/index.d.ts +71 -1
  77. package/lib/model/index.js +74 -3
  78. package/lib/model/index.js.map +1 -1
  79. package/lib/model/instance-configuration.d.ts +1 -1
  80. package/lib/model/instance-configuration.js +1 -1
  81. package/lib/model/job-configuration-details.d.ts +1 -1
  82. package/lib/model/job-configuration-details.js +1 -1
  83. package/lib/model/job-infrastructure-configuration-details.d.ts +1 -1
  84. package/lib/model/job-infrastructure-configuration-details.js +1 -1
  85. package/lib/model/job-lifecycle-state.d.ts +1 -1
  86. package/lib/model/job-lifecycle-state.js +1 -1
  87. package/lib/model/job-log-configuration-details.d.ts +1 -1
  88. package/lib/model/job-log-configuration-details.js +1 -1
  89. package/lib/model/job-run-lifecycle-state.d.ts +1 -1
  90. package/lib/model/job-run-lifecycle-state.js +1 -1
  91. package/lib/model/job-run-log-details.d.ts +1 -1
  92. package/lib/model/job-run-log-details.js +1 -1
  93. package/lib/model/job-run-summary.d.ts +1 -1
  94. package/lib/model/job-run-summary.js +1 -1
  95. package/lib/model/job-run.d.ts +1 -1
  96. package/lib/model/job-run.js +1 -1
  97. package/lib/model/job-shape-config-details.d.ts +1 -1
  98. package/lib/model/job-shape-config-details.js +1 -1
  99. package/lib/model/job-shape-summary.d.ts +1 -1
  100. package/lib/model/job-shape-summary.js +1 -1
  101. package/lib/model/job-summary.d.ts +1 -1
  102. package/lib/model/job-summary.js +1 -1
  103. package/lib/model/job.d.ts +1 -1
  104. package/lib/model/job.js +1 -1
  105. package/lib/model/log-details.d.ts +1 -1
  106. package/lib/model/log-details.js +1 -1
  107. package/lib/model/managed-egress-standalone-job-infrastructure-configuration-details.d.ts +1 -1
  108. package/lib/model/managed-egress-standalone-job-infrastructure-configuration-details.js +1 -1
  109. package/lib/model/metadata.d.ts +1 -1
  110. package/lib/model/metadata.js +1 -1
  111. package/lib/model/model-configuration-details.d.ts +1 -1
  112. package/lib/model/model-configuration-details.js +1 -1
  113. package/lib/model/model-deployment-configuration-details.d.ts +1 -1
  114. package/lib/model/model-deployment-configuration-details.js +1 -1
  115. package/lib/model/model-deployment-instance-shape-config-details.d.ts +1 -1
  116. package/lib/model/model-deployment-instance-shape-config-details.js +1 -1
  117. package/lib/model/model-deployment-lifecycle-state.d.ts +1 -1
  118. package/lib/model/model-deployment-lifecycle-state.js +1 -1
  119. package/lib/model/model-deployment-shape-series.d.ts +1 -1
  120. package/lib/model/model-deployment-shape-series.js +1 -1
  121. package/lib/model/model-deployment-shape-summary.d.ts +1 -1
  122. package/lib/model/model-deployment-shape-summary.js +1 -1
  123. package/lib/model/model-deployment-summary.d.ts +1 -1
  124. package/lib/model/model-deployment-summary.js +1 -1
  125. package/lib/model/model-deployment-type.d.ts +1 -1
  126. package/lib/model/model-deployment-type.js +1 -1
  127. package/lib/model/model-deployment.d.ts +1 -1
  128. package/lib/model/model-deployment.js +1 -1
  129. package/lib/model/model-lifecycle-state.d.ts +1 -1
  130. package/lib/model/model-lifecycle-state.js +1 -1
  131. package/lib/model/model-provenance.d.ts +1 -1
  132. package/lib/model/model-provenance.js +1 -1
  133. package/lib/model/model-summary.d.ts +17 -1
  134. package/lib/model/model-summary.js +1 -1
  135. package/lib/model/model-summary.js.map +1 -1
  136. package/lib/model/model-version-set-lifecycle-state.d.ts +31 -0
  137. package/lib/model/model-version-set-lifecycle-state.js +42 -0
  138. package/lib/model/model-version-set-lifecycle-state.js.map +1 -0
  139. package/lib/model/model-version-set-summary.d.ts +77 -0
  140. package/lib/model/model-version-set-summary.js +30 -0
  141. package/lib/model/model-version-set-summary.js.map +1 -0
  142. package/lib/model/model-version-set.d.ts +81 -0
  143. package/lib/model/model-version-set.js +30 -0
  144. package/lib/model/model-version-set.js.map +1 -0
  145. package/lib/model/model.d.ts +17 -1
  146. package/lib/model/model.js +1 -1
  147. package/lib/model/model.js.map +1 -1
  148. package/lib/model/notebook-session-config-details.d.ts +1 -1
  149. package/lib/model/notebook-session-config-details.js +1 -1
  150. package/lib/model/notebook-session-configuration-details.d.ts +1 -1
  151. package/lib/model/notebook-session-configuration-details.js +1 -1
  152. package/lib/model/notebook-session-git-config-details.d.ts +1 -1
  153. package/lib/model/notebook-session-git-config-details.js +1 -1
  154. package/lib/model/notebook-session-git-repo-config-details.d.ts +1 -1
  155. package/lib/model/notebook-session-git-repo-config-details.js +1 -1
  156. package/lib/model/notebook-session-lifecycle-state.d.ts +1 -1
  157. package/lib/model/notebook-session-lifecycle-state.js +1 -1
  158. package/lib/model/notebook-session-runtime-config-details.d.ts +1 -1
  159. package/lib/model/notebook-session-runtime-config-details.js +1 -1
  160. package/lib/model/notebook-session-shape-config-details.d.ts +1 -1
  161. package/lib/model/notebook-session-shape-config-details.js +1 -1
  162. package/lib/model/notebook-session-shape-series.d.ts +1 -1
  163. package/lib/model/notebook-session-shape-series.js +1 -1
  164. package/lib/model/notebook-session-shape-summary.d.ts +1 -1
  165. package/lib/model/notebook-session-shape-summary.js +1 -1
  166. package/lib/model/notebook-session-summary.d.ts +1 -1
  167. package/lib/model/notebook-session-summary.js +1 -1
  168. package/lib/model/notebook-session.d.ts +1 -1
  169. package/lib/model/notebook-session.js +1 -1
  170. package/lib/model/pipeline-configuration-details.d.ts +23 -0
  171. package/lib/model/pipeline-configuration-details.js +69 -0
  172. package/lib/model/pipeline-configuration-details.js.map +1 -0
  173. package/lib/model/pipeline-custom-script-step-details.d.ts +30 -0
  174. package/lib/model/pipeline-custom-script-step-details.js +63 -0
  175. package/lib/model/pipeline-custom-script-step-details.js.map +1 -0
  176. package/lib/model/pipeline-custom-script-step-run.d.ts +25 -0
  177. package/lib/model/pipeline-custom-script-step-run.js +55 -0
  178. package/lib/model/pipeline-custom-script-step-run.js.map +1 -0
  179. package/lib/model/pipeline-custom-script-step-update-details.d.ts +25 -0
  180. package/lib/model/pipeline-custom-script-step-update-details.js +55 -0
  181. package/lib/model/pipeline-custom-script-step-update-details.js.map +1 -0
  182. package/lib/model/pipeline-default-configuration-details.d.ts +40 -0
  183. package/lib/model/pipeline-default-configuration-details.js +55 -0
  184. package/lib/model/pipeline-default-configuration-details.js.map +1 -0
  185. package/lib/model/pipeline-infrastructure-configuration-details.d.ts +33 -0
  186. package/lib/model/pipeline-infrastructure-configuration-details.js +58 -0
  187. package/lib/model/pipeline-infrastructure-configuration-details.js.map +1 -0
  188. package/lib/model/pipeline-lifecycle-state.d.ts +32 -0
  189. package/lib/model/pipeline-lifecycle-state.js +43 -0
  190. package/lib/model/pipeline-lifecycle-state.js.map +1 -0
  191. package/lib/model/pipeline-log-configuration-details.d.ts +38 -0
  192. package/lib/model/pipeline-log-configuration-details.js +30 -0
  193. package/lib/model/pipeline-log-configuration-details.js.map +1 -0
  194. package/lib/model/pipeline-ml-job-step-details.d.ts +29 -0
  195. package/lib/model/pipeline-ml-job-step-details.js +55 -0
  196. package/lib/model/pipeline-ml-job-step-details.js.map +1 -0
  197. package/lib/model/pipeline-ml-job-step-run.d.ts +29 -0
  198. package/lib/model/pipeline-ml-job-step-run.js +53 -0
  199. package/lib/model/pipeline-ml-job-step-run.js.map +1 -0
  200. package/lib/model/pipeline-ml-job-step-update-details.d.ts +25 -0
  201. package/lib/model/pipeline-ml-job-step-update-details.js +55 -0
  202. package/lib/model/pipeline-ml-job-step-update-details.js.map +1 -0
  203. package/lib/model/pipeline-run-lifecycle-state.d.ts +35 -0
  204. package/lib/model/pipeline-run-lifecycle-state.js +46 -0
  205. package/lib/model/pipeline-run-lifecycle-state.js.map +1 -0
  206. package/lib/model/pipeline-run-log-details.d.ts +30 -0
  207. package/lib/model/pipeline-run-log-details.js +30 -0
  208. package/lib/model/pipeline-run-log-details.js.map +1 -0
  209. package/lib/model/pipeline-run-summary.d.ts +99 -0
  210. package/lib/model/pipeline-run-summary.js +30 -0
  211. package/lib/model/pipeline-run-summary.js.map +1 -0
  212. package/lib/model/pipeline-run.d.ts +111 -0
  213. package/lib/model/pipeline-run.js +96 -0
  214. package/lib/model/pipeline-run.js.map +1 -0
  215. package/lib/model/pipeline-shape-config-details.d.ts +32 -0
  216. package/lib/model/pipeline-shape-config-details.js +30 -0
  217. package/lib/model/pipeline-shape-config-details.js.map +1 -0
  218. package/lib/model/pipeline-step-configuration-details.d.ts +36 -0
  219. package/lib/model/pipeline-step-configuration-details.js +30 -0
  220. package/lib/model/pipeline-step-configuration-details.js.map +1 -0
  221. package/lib/model/pipeline-step-details.d.ts +37 -0
  222. package/lib/model/pipeline-step-details.js +81 -0
  223. package/lib/model/pipeline-step-details.js.map +1 -0
  224. package/lib/model/pipeline-step-override-details.d.ts +28 -0
  225. package/lib/model/pipeline-step-override-details.js +58 -0
  226. package/lib/model/pipeline-step-override-details.js.map +1 -0
  227. package/lib/model/pipeline-step-run.d.ts +59 -0
  228. package/lib/model/pipeline-step-run.js +90 -0
  229. package/lib/model/pipeline-step-run.js.map +1 -0
  230. package/lib/model/pipeline-step-update-details.d.ts +33 -0
  231. package/lib/model/pipeline-step-update-details.js +81 -0
  232. package/lib/model/pipeline-step-update-details.js.map +1 -0
  233. package/lib/model/pipeline-summary.d.ts +87 -0
  234. package/lib/model/pipeline-summary.js +30 -0
  235. package/lib/model/pipeline-summary.js.map +1 -0
  236. package/lib/model/pipeline.d.ts +102 -0
  237. package/lib/model/pipeline.js +80 -0
  238. package/lib/model/pipeline.js.map +1 -0
  239. package/lib/model/project-lifecycle-state.d.ts +1 -1
  240. package/lib/model/project-lifecycle-state.js +1 -1
  241. package/lib/model/project-summary.d.ts +1 -1
  242. package/lib/model/project-summary.js +1 -1
  243. package/lib/model/project.d.ts +1 -1
  244. package/lib/model/project.js +1 -1
  245. package/lib/model/scaling-policy.d.ts +1 -1
  246. package/lib/model/scaling-policy.js +1 -1
  247. package/lib/model/single-model-deployment-configuration-details.d.ts +1 -1
  248. package/lib/model/single-model-deployment-configuration-details.js +1 -1
  249. package/lib/model/standalone-job-infrastructure-configuration-details.d.ts +1 -1
  250. package/lib/model/standalone-job-infrastructure-configuration-details.js +1 -1
  251. package/lib/model/update-category-log-details.d.ts +1 -1
  252. package/lib/model/update-category-log-details.js +1 -1
  253. package/lib/model/update-job-details.d.ts +1 -1
  254. package/lib/model/update-job-details.js +1 -1
  255. package/lib/model/update-job-run-details.d.ts +1 -1
  256. package/lib/model/update-job-run-details.js +1 -1
  257. package/lib/model/update-model-configuration-details.d.ts +1 -1
  258. package/lib/model/update-model-configuration-details.js +1 -1
  259. package/lib/model/update-model-deployment-configuration-details.d.ts +1 -1
  260. package/lib/model/update-model-deployment-configuration-details.js +1 -1
  261. package/lib/model/update-model-deployment-details.d.ts +1 -1
  262. package/lib/model/update-model-deployment-details.js +1 -1
  263. package/lib/model/update-model-details.d.ts +9 -1
  264. package/lib/model/update-model-details.js +1 -1
  265. package/lib/model/update-model-details.js.map +1 -1
  266. package/lib/model/update-model-provenance-details.d.ts +1 -1
  267. package/lib/model/update-model-provenance-details.js +1 -1
  268. package/lib/model/update-model-version-set-details.d.ts +45 -0
  269. package/lib/model/update-model-version-set-details.js +30 -0
  270. package/lib/model/update-model-version-set-details.js.map +1 -0
  271. package/lib/model/update-notebook-session-details.d.ts +1 -1
  272. package/lib/model/update-notebook-session-details.js +1 -1
  273. package/lib/model/update-pipeline-details.d.ts +55 -0
  274. package/lib/model/update-pipeline-details.js +74 -0
  275. package/lib/model/update-pipeline-details.js.map +1 -0
  276. package/lib/model/update-pipeline-run-details.d.ts +44 -0
  277. package/lib/model/update-pipeline-run-details.js +30 -0
  278. package/lib/model/update-pipeline-run-details.js.map +1 -0
  279. package/lib/model/update-project-details.d.ts +1 -1
  280. package/lib/model/update-project-details.js +1 -1
  281. package/lib/model/update-single-model-deployment-configuration-details.d.ts +1 -1
  282. package/lib/model/update-single-model-deployment-configuration-details.js +1 -1
  283. package/lib/model/work-request-error.d.ts +1 -1
  284. package/lib/model/work-request-error.js +1 -1
  285. package/lib/model/work-request-log-entry.d.ts +1 -1
  286. package/lib/model/work-request-log-entry.js +1 -1
  287. package/lib/model/work-request-operation-type.d.ts +7 -1
  288. package/lib/model/work-request-operation-type.js +7 -1
  289. package/lib/model/work-request-operation-type.js.map +1 -1
  290. package/lib/model/work-request-resource.d.ts +1 -1
  291. package/lib/model/work-request-resource.js +1 -1
  292. package/lib/model/work-request-status.d.ts +1 -1
  293. package/lib/model/work-request-status.js +1 -1
  294. package/lib/model/work-request-summary.d.ts +1 -1
  295. package/lib/model/work-request-summary.js +1 -1
  296. package/lib/model/work-request.d.ts +1 -1
  297. package/lib/model/work-request.js +1 -1
  298. package/lib/request/activate-model-deployment-request.d.ts +2 -2
  299. package/lib/request/activate-model-deployment-request.js +1 -1
  300. package/lib/request/activate-model-request.d.ts +2 -2
  301. package/lib/request/activate-model-request.js +1 -1
  302. package/lib/request/activate-notebook-session-request.d.ts +2 -2
  303. package/lib/request/activate-notebook-session-request.js +1 -1
  304. package/lib/request/cancel-job-run-request.d.ts +2 -2
  305. package/lib/request/cancel-job-run-request.js +1 -1
  306. package/lib/request/cancel-pipeline-run-request.d.ts +41 -0
  307. package/lib/request/cancel-pipeline-run-request.js +15 -0
  308. package/lib/request/cancel-pipeline-run-request.js.map +1 -0
  309. package/lib/request/cancel-work-request-request.d.ts +2 -2
  310. package/lib/request/cancel-work-request-request.js +1 -1
  311. package/lib/request/change-job-compartment-request.d.ts +2 -2
  312. package/lib/request/change-job-compartment-request.js +1 -1
  313. package/lib/request/change-job-run-compartment-request.d.ts +2 -2
  314. package/lib/request/change-job-run-compartment-request.js +1 -1
  315. package/lib/request/change-model-compartment-request.d.ts +2 -2
  316. package/lib/request/change-model-compartment-request.js +1 -1
  317. package/lib/request/change-model-deployment-compartment-request.d.ts +2 -2
  318. package/lib/request/change-model-deployment-compartment-request.js +1 -1
  319. package/lib/request/change-model-version-set-compartment-request.d.ts +46 -0
  320. package/lib/request/change-model-version-set-compartment-request.js +15 -0
  321. package/lib/request/change-model-version-set-compartment-request.js.map +1 -0
  322. package/lib/request/change-notebook-session-compartment-request.d.ts +2 -2
  323. package/lib/request/change-notebook-session-compartment-request.js +1 -1
  324. package/lib/request/change-pipeline-compartment-request.d.ts +41 -0
  325. package/lib/request/change-pipeline-compartment-request.js +15 -0
  326. package/lib/request/change-pipeline-compartment-request.js.map +1 -0
  327. package/lib/request/change-pipeline-run-compartment-request.d.ts +41 -0
  328. package/lib/request/change-pipeline-run-compartment-request.js +15 -0
  329. package/lib/request/change-pipeline-run-compartment-request.js.map +1 -0
  330. package/lib/request/change-project-compartment-request.d.ts +2 -2
  331. package/lib/request/change-project-compartment-request.js +1 -1
  332. package/lib/request/create-job-artifact-request.d.ts +2 -2
  333. package/lib/request/create-job-artifact-request.js +1 -1
  334. package/lib/request/create-job-request.d.ts +2 -2
  335. package/lib/request/create-job-request.js +1 -1
  336. package/lib/request/create-job-run-request.d.ts +2 -2
  337. package/lib/request/create-job-run-request.js +1 -1
  338. package/lib/request/create-model-artifact-request.d.ts +2 -2
  339. package/lib/request/create-model-artifact-request.js +1 -1
  340. package/lib/request/create-model-deployment-request.d.ts +2 -2
  341. package/lib/request/create-model-deployment-request.js +1 -1
  342. package/lib/request/create-model-provenance-request.d.ts +2 -2
  343. package/lib/request/create-model-provenance-request.js +1 -1
  344. package/lib/request/create-model-request.d.ts +2 -2
  345. package/lib/request/create-model-request.js +1 -1
  346. package/lib/request/create-model-version-set-request.d.ts +33 -0
  347. package/lib/request/create-model-version-set-request.js +15 -0
  348. package/lib/request/create-model-version-set-request.js.map +1 -0
  349. package/lib/request/create-notebook-session-request.d.ts +2 -2
  350. package/lib/request/create-notebook-session-request.js +1 -1
  351. package/lib/request/create-pipeline-request.d.ts +33 -0
  352. package/lib/request/create-pipeline-request.js +15 -0
  353. package/lib/request/create-pipeline-request.js.map +1 -0
  354. package/lib/request/create-pipeline-run-request.d.ts +33 -0
  355. package/lib/request/create-pipeline-run-request.js +15 -0
  356. package/lib/request/create-pipeline-run-request.js.map +1 -0
  357. package/lib/request/create-project-request.d.ts +2 -2
  358. package/lib/request/create-project-request.js +1 -1
  359. package/lib/request/create-step-artifact-request.d.ts +57 -0
  360. package/lib/request/create-step-artifact-request.js +15 -0
  361. package/lib/request/create-step-artifact-request.js.map +1 -0
  362. package/lib/request/deactivate-model-deployment-request.d.ts +2 -2
  363. package/lib/request/deactivate-model-deployment-request.js +1 -1
  364. package/lib/request/deactivate-model-request.d.ts +2 -2
  365. package/lib/request/deactivate-model-request.js +1 -1
  366. package/lib/request/deactivate-notebook-session-request.d.ts +2 -2
  367. package/lib/request/deactivate-notebook-session-request.js +1 -1
  368. package/lib/request/delete-job-request.d.ts +2 -2
  369. package/lib/request/delete-job-request.js +1 -1
  370. package/lib/request/delete-job-run-request.d.ts +2 -2
  371. package/lib/request/delete-job-run-request.js +1 -1
  372. package/lib/request/delete-model-deployment-request.d.ts +2 -2
  373. package/lib/request/delete-model-deployment-request.js +1 -1
  374. package/lib/request/delete-model-request.d.ts +2 -2
  375. package/lib/request/delete-model-request.js +1 -1
  376. package/lib/request/delete-model-version-set-request.d.ts +42 -0
  377. package/lib/request/delete-model-version-set-request.js +15 -0
  378. package/lib/request/delete-model-version-set-request.js.map +1 -0
  379. package/lib/request/delete-notebook-session-request.d.ts +2 -2
  380. package/lib/request/delete-notebook-session-request.js +1 -1
  381. package/lib/request/delete-pipeline-request.d.ts +44 -0
  382. package/lib/request/delete-pipeline-request.js +15 -0
  383. package/lib/request/delete-pipeline-request.js.map +1 -0
  384. package/lib/request/delete-pipeline-run-request.d.ts +40 -0
  385. package/lib/request/delete-pipeline-run-request.js +15 -0
  386. package/lib/request/delete-pipeline-run-request.js.map +1 -0
  387. package/lib/request/delete-project-request.d.ts +2 -2
  388. package/lib/request/delete-project-request.js +1 -1
  389. package/lib/request/export-model-artifact-request.d.ts +2 -2
  390. package/lib/request/export-model-artifact-request.js +1 -1
  391. package/lib/request/get-job-artifact-content-request.d.ts +2 -2
  392. package/lib/request/get-job-artifact-content-request.js +1 -1
  393. package/lib/request/get-job-request.d.ts +2 -2
  394. package/lib/request/get-job-request.js +1 -1
  395. package/lib/request/get-job-run-request.d.ts +2 -2
  396. package/lib/request/get-job-run-request.js +1 -1
  397. package/lib/request/get-model-artifact-content-request.d.ts +2 -2
  398. package/lib/request/get-model-artifact-content-request.js +1 -1
  399. package/lib/request/get-model-deployment-request.d.ts +2 -2
  400. package/lib/request/get-model-deployment-request.js +1 -1
  401. package/lib/request/get-model-provenance-request.d.ts +2 -2
  402. package/lib/request/get-model-provenance-request.js +1 -1
  403. package/lib/request/get-model-request.d.ts +2 -2
  404. package/lib/request/get-model-request.js +1 -1
  405. package/lib/request/get-model-version-set-request.d.ts +27 -0
  406. package/lib/request/get-model-version-set-request.js +15 -0
  407. package/lib/request/get-model-version-set-request.js.map +1 -0
  408. package/lib/request/get-notebook-session-request.d.ts +2 -2
  409. package/lib/request/get-notebook-session-request.js +1 -1
  410. package/lib/request/get-pipeline-request.d.ts +27 -0
  411. package/lib/request/get-pipeline-request.js +15 -0
  412. package/lib/request/get-pipeline-request.js.map +1 -0
  413. package/lib/request/get-pipeline-run-request.d.ts +27 -0
  414. package/lib/request/get-pipeline-run-request.js +15 -0
  415. package/lib/request/get-pipeline-run-request.js.map +1 -0
  416. package/lib/request/get-project-request.d.ts +2 -2
  417. package/lib/request/get-project-request.js +1 -1
  418. package/lib/request/get-step-artifact-content-request.d.ts +37 -0
  419. package/lib/request/get-step-artifact-content-request.js +15 -0
  420. package/lib/request/get-step-artifact-content-request.js.map +1 -0
  421. package/lib/request/get-work-request-request.d.ts +2 -2
  422. package/lib/request/get-work-request-request.js +1 -1
  423. package/lib/request/head-job-artifact-request.d.ts +2 -2
  424. package/lib/request/head-job-artifact-request.js +1 -1
  425. package/lib/request/head-model-artifact-request.d.ts +2 -2
  426. package/lib/request/head-model-artifact-request.js +1 -1
  427. package/lib/request/head-step-artifact-request.d.ts +31 -0
  428. package/lib/request/head-step-artifact-request.js +15 -0
  429. package/lib/request/head-step-artifact-request.js.map +1 -0
  430. package/lib/request/import-model-artifact-request.d.ts +2 -2
  431. package/lib/request/import-model-artifact-request.js +1 -1
  432. package/lib/request/index.d.ts +45 -1
  433. package/lib/request/index.js +8 -2
  434. package/lib/request/index.js.map +1 -1
  435. package/lib/request/list-fast-launch-job-configs-request.d.ts +2 -2
  436. package/lib/request/list-fast-launch-job-configs-request.js +1 -1
  437. package/lib/request/list-job-runs-request.d.ts +2 -2
  438. package/lib/request/list-job-runs-request.js +1 -1
  439. package/lib/request/list-job-shapes-request.d.ts +2 -2
  440. package/lib/request/list-job-shapes-request.js +1 -1
  441. package/lib/request/list-jobs-request.d.ts +2 -2
  442. package/lib/request/list-jobs-request.js +1 -1
  443. package/lib/request/list-model-deployment-shapes-request.d.ts +2 -2
  444. package/lib/request/list-model-deployment-shapes-request.js +1 -1
  445. package/lib/request/list-model-deployments-request.d.ts +2 -2
  446. package/lib/request/list-model-deployments-request.js +1 -1
  447. package/lib/request/list-model-version-sets-request.d.ts +91 -0
  448. package/lib/request/list-model-version-sets-request.js +30 -0
  449. package/lib/request/list-model-version-sets-request.js.map +1 -0
  450. package/lib/request/list-models-request.d.ts +10 -2
  451. package/lib/request/list-models-request.js +1 -1
  452. package/lib/request/list-models-request.js.map +1 -1
  453. package/lib/request/list-notebook-session-shapes-request.d.ts +2 -2
  454. package/lib/request/list-notebook-session-shapes-request.js +1 -1
  455. package/lib/request/list-notebook-sessions-request.d.ts +2 -2
  456. package/lib/request/list-notebook-sessions-request.js +1 -1
  457. package/lib/request/list-pipeline-runs-request.d.ts +90 -0
  458. package/lib/request/list-pipeline-runs-request.js +29 -0
  459. package/lib/request/list-pipeline-runs-request.js.map +1 -0
  460. package/lib/request/list-pipelines-request.d.ts +90 -0
  461. package/lib/request/list-pipelines-request.js +29 -0
  462. package/lib/request/list-pipelines-request.js.map +1 -0
  463. package/lib/request/list-projects-request.d.ts +2 -2
  464. package/lib/request/list-projects-request.js +1 -1
  465. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  466. package/lib/request/list-work-request-errors-request.js +1 -1
  467. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  468. package/lib/request/list-work-request-logs-request.js +1 -1
  469. package/lib/request/list-work-requests-request.d.ts +9 -3
  470. package/lib/request/list-work-requests-request.js +7 -1
  471. package/lib/request/list-work-requests-request.js.map +1 -1
  472. package/lib/request/update-job-request.d.ts +2 -2
  473. package/lib/request/update-job-request.js +1 -1
  474. package/lib/request/update-job-run-request.d.ts +2 -2
  475. package/lib/request/update-job-run-request.js +1 -1
  476. package/lib/request/update-model-deployment-request.d.ts +2 -2
  477. package/lib/request/update-model-deployment-request.js +1 -1
  478. package/lib/request/update-model-provenance-request.d.ts +2 -2
  479. package/lib/request/update-model-provenance-request.js +1 -1
  480. package/lib/request/update-model-request.d.ts +2 -2
  481. package/lib/request/update-model-request.js +1 -1
  482. package/lib/request/update-model-version-set-request.d.ts +41 -0
  483. package/lib/request/update-model-version-set-request.js +15 -0
  484. package/lib/request/update-model-version-set-request.js.map +1 -0
  485. package/lib/request/update-notebook-session-request.d.ts +2 -2
  486. package/lib/request/update-notebook-session-request.js +1 -1
  487. package/lib/request/update-pipeline-request.d.ts +41 -0
  488. package/lib/request/update-pipeline-request.js +15 -0
  489. package/lib/request/update-pipeline-request.js.map +1 -0
  490. package/lib/request/update-pipeline-run-request.d.ts +41 -0
  491. package/lib/request/update-pipeline-run-request.js +15 -0
  492. package/lib/request/update-pipeline-run-request.js.map +1 -0
  493. package/lib/request/update-project-request.d.ts +2 -2
  494. package/lib/request/update-project-request.js +1 -1
  495. package/lib/response/activate-model-deployment-response.d.ts +1 -1
  496. package/lib/response/activate-model-deployment-response.js +1 -1
  497. package/lib/response/activate-model-response.d.ts +1 -1
  498. package/lib/response/activate-model-response.js +1 -1
  499. package/lib/response/activate-notebook-session-response.d.ts +1 -1
  500. package/lib/response/activate-notebook-session-response.js +1 -1
  501. package/lib/response/cancel-job-run-response.d.ts +1 -1
  502. package/lib/response/cancel-job-run-response.js +1 -1
  503. package/lib/response/cancel-pipeline-run-response.d.ts +20 -0
  504. package/lib/response/cancel-pipeline-run-response.js +15 -0
  505. package/lib/response/cancel-pipeline-run-response.js.map +1 -0
  506. package/lib/response/cancel-work-request-response.d.ts +1 -1
  507. package/lib/response/cancel-work-request-response.js +1 -1
  508. package/lib/response/change-job-compartment-response.d.ts +1 -1
  509. package/lib/response/change-job-compartment-response.js +1 -1
  510. package/lib/response/change-job-run-compartment-response.d.ts +1 -1
  511. package/lib/response/change-job-run-compartment-response.js +1 -1
  512. package/lib/response/change-model-compartment-response.d.ts +1 -1
  513. package/lib/response/change-model-compartment-response.js +1 -1
  514. package/lib/response/change-model-deployment-compartment-response.d.ts +1 -1
  515. package/lib/response/change-model-deployment-compartment-response.js +1 -1
  516. package/lib/response/change-model-version-set-compartment-response.d.ts +26 -0
  517. package/lib/response/change-model-version-set-compartment-response.js +15 -0
  518. package/lib/response/change-model-version-set-compartment-response.js.map +1 -0
  519. package/lib/response/change-notebook-session-compartment-response.d.ts +1 -1
  520. package/lib/response/change-notebook-session-compartment-response.js +1 -1
  521. package/lib/response/change-pipeline-compartment-response.d.ts +20 -0
  522. package/lib/response/change-pipeline-compartment-response.js +15 -0
  523. package/lib/response/change-pipeline-compartment-response.js.map +1 -0
  524. package/lib/response/change-pipeline-run-compartment-response.d.ts +20 -0
  525. package/lib/response/change-pipeline-run-compartment-response.js +15 -0
  526. package/lib/response/change-pipeline-run-compartment-response.js.map +1 -0
  527. package/lib/response/change-project-compartment-response.d.ts +1 -1
  528. package/lib/response/change-project-compartment-response.js +1 -1
  529. package/lib/response/create-job-artifact-response.d.ts +1 -1
  530. package/lib/response/create-job-artifact-response.js +1 -1
  531. package/lib/response/create-job-response.d.ts +1 -1
  532. package/lib/response/create-job-response.js +1 -1
  533. package/lib/response/create-job-run-response.d.ts +1 -1
  534. package/lib/response/create-job-run-response.js +1 -1
  535. package/lib/response/create-model-artifact-response.d.ts +1 -1
  536. package/lib/response/create-model-artifact-response.js +1 -1
  537. package/lib/response/create-model-deployment-response.d.ts +1 -1
  538. package/lib/response/create-model-deployment-response.js +1 -1
  539. package/lib/response/create-model-provenance-response.d.ts +1 -1
  540. package/lib/response/create-model-provenance-response.js +1 -1
  541. package/lib/response/create-model-response.d.ts +1 -1
  542. package/lib/response/create-model-response.js +1 -1
  543. package/lib/response/create-model-version-set-response.d.ts +30 -0
  544. package/lib/response/create-model-version-set-response.js +15 -0
  545. package/lib/response/create-model-version-set-response.js.map +1 -0
  546. package/lib/response/create-notebook-session-response.d.ts +1 -1
  547. package/lib/response/create-notebook-session-response.js +1 -1
  548. package/lib/response/create-pipeline-response.d.ts +30 -0
  549. package/lib/response/create-pipeline-response.js +15 -0
  550. package/lib/response/create-pipeline-response.js.map +1 -0
  551. package/lib/response/create-pipeline-run-response.d.ts +35 -0
  552. package/lib/response/create-pipeline-run-response.js +15 -0
  553. package/lib/response/create-pipeline-run-response.js.map +1 -0
  554. package/lib/response/create-project-response.d.ts +1 -1
  555. package/lib/response/create-project-response.js +1 -1
  556. package/lib/response/create-step-artifact-response.d.ts +20 -0
  557. package/lib/response/create-step-artifact-response.js +15 -0
  558. package/lib/response/create-step-artifact-response.js.map +1 -0
  559. package/lib/response/deactivate-model-deployment-response.d.ts +1 -1
  560. package/lib/response/deactivate-model-deployment-response.js +1 -1
  561. package/lib/response/deactivate-model-response.d.ts +1 -1
  562. package/lib/response/deactivate-model-response.js +1 -1
  563. package/lib/response/deactivate-notebook-session-response.d.ts +1 -1
  564. package/lib/response/deactivate-notebook-session-response.js +1 -1
  565. package/lib/response/delete-job-response.d.ts +1 -1
  566. package/lib/response/delete-job-response.js +1 -1
  567. package/lib/response/delete-job-run-response.d.ts +1 -1
  568. package/lib/response/delete-job-run-response.js +1 -1
  569. package/lib/response/delete-model-deployment-response.d.ts +1 -1
  570. package/lib/response/delete-model-deployment-response.js +1 -1
  571. package/lib/response/delete-model-response.d.ts +1 -1
  572. package/lib/response/delete-model-response.js +1 -1
  573. package/lib/response/delete-model-version-set-response.d.ts +26 -0
  574. package/lib/response/delete-model-version-set-response.js +15 -0
  575. package/lib/response/delete-model-version-set-response.js.map +1 -0
  576. package/lib/response/delete-notebook-session-response.d.ts +1 -1
  577. package/lib/response/delete-notebook-session-response.js +1 -1
  578. package/lib/response/delete-pipeline-response.d.ts +26 -0
  579. package/lib/response/delete-pipeline-response.js +15 -0
  580. package/lib/response/delete-pipeline-response.js.map +1 -0
  581. package/lib/response/delete-pipeline-run-response.d.ts +20 -0
  582. package/lib/response/delete-pipeline-run-response.js +15 -0
  583. package/lib/response/delete-pipeline-run-response.js.map +1 -0
  584. package/lib/response/delete-project-response.d.ts +1 -1
  585. package/lib/response/delete-project-response.js +1 -1
  586. package/lib/response/export-model-artifact-response.d.ts +1 -1
  587. package/lib/response/export-model-artifact-response.js +1 -1
  588. package/lib/response/get-job-artifact-content-response.d.ts +1 -1
  589. package/lib/response/get-job-artifact-content-response.js +1 -1
  590. package/lib/response/get-job-response.d.ts +1 -1
  591. package/lib/response/get-job-response.js +1 -1
  592. package/lib/response/get-job-run-response.d.ts +1 -1
  593. package/lib/response/get-job-run-response.js +1 -1
  594. package/lib/response/get-model-artifact-content-response.d.ts +1 -1
  595. package/lib/response/get-model-artifact-content-response.js +1 -1
  596. package/lib/response/get-model-deployment-response.d.ts +1 -1
  597. package/lib/response/get-model-deployment-response.js +1 -1
  598. package/lib/response/get-model-provenance-response.d.ts +1 -1
  599. package/lib/response/get-model-provenance-response.js +1 -1
  600. package/lib/response/get-model-response.d.ts +1 -1
  601. package/lib/response/get-model-response.js +1 -1
  602. package/lib/response/get-model-version-set-response.d.ts +30 -0
  603. package/lib/response/get-model-version-set-response.js +15 -0
  604. package/lib/response/get-model-version-set-response.js.map +1 -0
  605. package/lib/response/get-notebook-session-response.d.ts +1 -1
  606. package/lib/response/get-notebook-session-response.js +1 -1
  607. package/lib/response/get-pipeline-response.d.ts +30 -0
  608. package/lib/response/get-pipeline-response.js +15 -0
  609. package/lib/response/get-pipeline-response.js.map +1 -0
  610. package/lib/response/get-pipeline-run-response.d.ts +30 -0
  611. package/lib/response/get-pipeline-run-response.js +15 -0
  612. package/lib/response/get-pipeline-run-response.js.map +1 -0
  613. package/lib/response/get-project-response.d.ts +1 -1
  614. package/lib/response/get-project-response.js +1 -1
  615. package/lib/response/get-step-artifact-content-response.d.ts +52 -0
  616. package/lib/response/get-step-artifact-content-response.js +15 -0
  617. package/lib/response/get-step-artifact-content-response.js.map +1 -0
  618. package/lib/response/get-work-request-response.d.ts +1 -1
  619. package/lib/response/get-work-request-response.js +1 -1
  620. package/lib/response/head-job-artifact-response.d.ts +1 -1
  621. package/lib/response/head-job-artifact-response.js +1 -1
  622. package/lib/response/head-model-artifact-response.d.ts +1 -1
  623. package/lib/response/head-model-artifact-response.js +1 -1
  624. package/lib/response/head-step-artifact-response.d.ts +46 -0
  625. package/lib/response/head-step-artifact-response.js +15 -0
  626. package/lib/response/head-step-artifact-response.js.map +1 -0
  627. package/lib/response/import-model-artifact-response.d.ts +1 -1
  628. package/lib/response/import-model-artifact-response.js +1 -1
  629. package/lib/response/index.d.ts +45 -1
  630. package/lib/response/index.js +1 -1
  631. package/lib/response/list-fast-launch-job-configs-response.d.ts +1 -1
  632. package/lib/response/list-fast-launch-job-configs-response.js +1 -1
  633. package/lib/response/list-job-runs-response.d.ts +1 -1
  634. package/lib/response/list-job-runs-response.js +1 -1
  635. package/lib/response/list-job-shapes-response.d.ts +1 -1
  636. package/lib/response/list-job-shapes-response.js +1 -1
  637. package/lib/response/list-jobs-response.d.ts +1 -1
  638. package/lib/response/list-jobs-response.js +1 -1
  639. package/lib/response/list-model-deployment-shapes-response.d.ts +1 -1
  640. package/lib/response/list-model-deployment-shapes-response.js +1 -1
  641. package/lib/response/list-model-deployments-response.d.ts +1 -1
  642. package/lib/response/list-model-deployments-response.js +1 -1
  643. package/lib/response/list-model-version-sets-response.d.ts +35 -0
  644. package/lib/response/list-model-version-sets-response.js +15 -0
  645. package/lib/response/list-model-version-sets-response.js.map +1 -0
  646. package/lib/response/list-models-response.d.ts +1 -1
  647. package/lib/response/list-models-response.js +1 -1
  648. package/lib/response/list-notebook-session-shapes-response.d.ts +1 -1
  649. package/lib/response/list-notebook-session-shapes-response.js +1 -1
  650. package/lib/response/list-notebook-sessions-response.d.ts +1 -1
  651. package/lib/response/list-notebook-sessions-response.js +1 -1
  652. package/lib/response/list-pipeline-runs-response.d.ts +35 -0
  653. package/lib/response/list-pipeline-runs-response.js +15 -0
  654. package/lib/response/list-pipeline-runs-response.js.map +1 -0
  655. package/lib/response/list-pipelines-response.d.ts +35 -0
  656. package/lib/response/list-pipelines-response.js +15 -0
  657. package/lib/response/list-pipelines-response.js.map +1 -0
  658. package/lib/response/list-projects-response.d.ts +1 -1
  659. package/lib/response/list-projects-response.js +1 -1
  660. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  661. package/lib/response/list-work-request-errors-response.js +1 -1
  662. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  663. package/lib/response/list-work-request-logs-response.js +1 -1
  664. package/lib/response/list-work-requests-response.d.ts +1 -1
  665. package/lib/response/list-work-requests-response.js +1 -1
  666. package/lib/response/update-job-response.d.ts +1 -1
  667. package/lib/response/update-job-response.js +1 -1
  668. package/lib/response/update-job-run-response.d.ts +1 -1
  669. package/lib/response/update-job-run-response.js +1 -1
  670. package/lib/response/update-model-deployment-response.d.ts +1 -1
  671. package/lib/response/update-model-deployment-response.js +1 -1
  672. package/lib/response/update-model-provenance-response.d.ts +1 -1
  673. package/lib/response/update-model-provenance-response.js +1 -1
  674. package/lib/response/update-model-response.d.ts +1 -1
  675. package/lib/response/update-model-response.js +1 -1
  676. package/lib/response/update-model-version-set-response.d.ts +30 -0
  677. package/lib/response/update-model-version-set-response.js +15 -0
  678. package/lib/response/update-model-version-set-response.js.map +1 -0
  679. package/lib/response/update-notebook-session-response.d.ts +1 -1
  680. package/lib/response/update-notebook-session-response.js +1 -1
  681. package/lib/response/update-pipeline-response.d.ts +30 -0
  682. package/lib/response/update-pipeline-response.js +15 -0
  683. package/lib/response/update-pipeline-response.js.map +1 -0
  684. package/lib/response/update-pipeline-run-response.d.ts +30 -0
  685. package/lib/response/update-pipeline-run-response.js +15 -0
  686. package/lib/response/update-pipeline-run-response.js.map +1 -0
  687. package/lib/response/update-project-response.d.ts +1 -1
  688. package/lib/response/update-project-response.js +1 -1
  689. package/package.json +3 -3
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-pipeline-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-pipeline-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/delete-pipeline-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRunRequest.
16
+ */
17
+ export interface DeletePipelineRunRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline run.
20
+ */
21
+ "pipelineRunId": string;
22
+ /**
23
+ * A boolean value to specify whether to delete related jobRuns or not.
24
+ */
25
+ "deleteRelatedJobRuns"?: boolean;
26
+ /**
27
+ * For optimistic concurrency control. In the PUT or DELETE call
28
+ * for a resource, set the `if-match` parameter to the value of the
29
+ * etag from a previous GET or POST response for that resource.
30
+ * The resource is updated or deleted only if the `etag` you
31
+ * provide matches the resource's current `etag` value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-pipeline-run-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-pipeline-run-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/delete-pipeline-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifactRequest.
17
17
  */
18
18
  export interface ExportModelArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContentRequest.
16
16
  */
17
17
  export interface GetJobArtifactContentRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetJob.ts.html |here} to see how to use GetJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetJob.ts.html |here} to see how to use GetJobRequest.
16
16
  */
17
17
  export interface GetJobRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetJobRun.ts.html |here} to see how to use GetJobRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetJobRun.ts.html |here} to see how to use GetJobRunRequest.
16
16
  */
17
17
  export interface GetJobRunRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContentRequest.
16
16
  */
17
17
  export interface GetModelArtifactContentRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeploymentRequest.
16
16
  */
17
17
  export interface GetModelDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenanceRequest.
16
16
  */
17
17
  export interface GetModelProvenanceRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetModel.ts.html |here} to see how to use GetModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetModel.ts.html |here} to see how to use GetModelRequest.
16
16
  */
17
17
  export interface GetModelRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetModelVersionSet.ts.html |here} to see how to use GetModelVersionSetRequest.
16
+ */
17
+ export interface GetModelVersionSetRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model version set.
20
+ */
21
+ "modelVersionSetId": string;
22
+ /**
23
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId"?: string;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-model-version-set-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-model-version-set-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/get-model-version-set-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSessionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSessionRequest.
16
16
  */
17
17
  export interface GetNotebookSessionRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetPipeline.ts.html |here} to see how to use GetPipelineRequest.
16
+ */
17
+ export interface GetPipelineRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline.
20
+ */
21
+ "pipelineId": string;
22
+ /**
23
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId"?: string;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-pipeline-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-pipeline-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/get-pipeline-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetPipelineRun.ts.html |here} to see how to use GetPipelineRunRequest.
16
+ */
17
+ export interface GetPipelineRunRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline run.
20
+ */
21
+ "pipelineRunId": string;
22
+ /**
23
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId"?: string;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-pipeline-run-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-pipeline-run-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/get-pipeline-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetProject.ts.html |here} to see how to use GetProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetProject.ts.html |here} to see how to use GetProjectRequest.
16
16
  */
17
17
  export interface GetProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,37 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetStepArtifactContent.ts.html |here} to see how to use GetStepArtifactContentRequest.
16
+ */
17
+ export interface GetStepArtifactContentRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline.
20
+ */
21
+ "pipelineId": string;
22
+ /**
23
+ * Unique Step identifier in a pipeline.
24
+ */
25
+ "stepName": string;
26
+ /**
27
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * Optional byte range to fetch, as described in [RFC 7233](https://tools.ietf.org/html/rfc7232#section-2.1), section 2.1.
33
+ * Note that only a single range of bytes is supported.
34
+ *
35
+ */
36
+ "range"?: common.Range;
37
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-step-artifact-content-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-step-artifact-content-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/get-step-artifact-content-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });