oci-datascience 2.50.2 → 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 (271) hide show
  1. package/lib/client.d.ts +279 -69
  2. package/lib/client.js +1290 -156
  3. package/lib/client.js.map +1 -1
  4. package/lib/datascience-waiter.d.ts +16 -0
  5. package/lib/datascience-waiter.js +24 -0
  6. package/lib/datascience-waiter.js.map +1 -1
  7. package/lib/model/change-pipeline-compartment-details.d.ts +27 -0
  8. package/lib/model/change-pipeline-compartment-details.js +30 -0
  9. package/lib/model/change-pipeline-compartment-details.js.map +1 -0
  10. package/lib/model/change-pipeline-run-compartment-details.d.ts +27 -0
  11. package/lib/model/change-pipeline-run-compartment-details.js +30 -0
  12. package/lib/model/change-pipeline-run-compartment-details.js.map +1 -0
  13. package/lib/model/create-pipeline-details.d.ts +64 -0
  14. package/lib/model/create-pipeline-details.js +80 -0
  15. package/lib/model/create-pipeline-details.js.map +1 -0
  16. package/lib/model/create-pipeline-run-details.d.ts +73 -0
  17. package/lib/model/create-pipeline-run-details.js +74 -0
  18. package/lib/model/create-pipeline-run-details.js.map +1 -0
  19. package/lib/model/index.d.ts +58 -0
  20. package/lib/model/index.js +61 -2
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/pipeline-configuration-details.d.ts +23 -0
  23. package/lib/model/pipeline-configuration-details.js +69 -0
  24. package/lib/model/pipeline-configuration-details.js.map +1 -0
  25. package/lib/model/pipeline-custom-script-step-details.d.ts +30 -0
  26. package/lib/model/pipeline-custom-script-step-details.js +63 -0
  27. package/lib/model/pipeline-custom-script-step-details.js.map +1 -0
  28. package/lib/model/pipeline-custom-script-step-run.d.ts +25 -0
  29. package/lib/model/pipeline-custom-script-step-run.js +55 -0
  30. package/lib/model/pipeline-custom-script-step-run.js.map +1 -0
  31. package/lib/model/pipeline-custom-script-step-update-details.d.ts +25 -0
  32. package/lib/model/pipeline-custom-script-step-update-details.js +55 -0
  33. package/lib/model/pipeline-custom-script-step-update-details.js.map +1 -0
  34. package/lib/model/pipeline-default-configuration-details.d.ts +40 -0
  35. package/lib/model/pipeline-default-configuration-details.js +55 -0
  36. package/lib/model/pipeline-default-configuration-details.js.map +1 -0
  37. package/lib/model/pipeline-infrastructure-configuration-details.d.ts +33 -0
  38. package/lib/model/pipeline-infrastructure-configuration-details.js +58 -0
  39. package/lib/model/pipeline-infrastructure-configuration-details.js.map +1 -0
  40. package/lib/model/pipeline-lifecycle-state.d.ts +32 -0
  41. package/lib/model/pipeline-lifecycle-state.js +43 -0
  42. package/lib/model/pipeline-lifecycle-state.js.map +1 -0
  43. package/lib/model/pipeline-log-configuration-details.d.ts +38 -0
  44. package/lib/model/pipeline-log-configuration-details.js +30 -0
  45. package/lib/model/pipeline-log-configuration-details.js.map +1 -0
  46. package/lib/model/pipeline-ml-job-step-details.d.ts +29 -0
  47. package/lib/model/pipeline-ml-job-step-details.js +55 -0
  48. package/lib/model/pipeline-ml-job-step-details.js.map +1 -0
  49. package/lib/model/pipeline-ml-job-step-run.d.ts +29 -0
  50. package/lib/model/pipeline-ml-job-step-run.js +53 -0
  51. package/lib/model/pipeline-ml-job-step-run.js.map +1 -0
  52. package/lib/model/pipeline-ml-job-step-update-details.d.ts +25 -0
  53. package/lib/model/pipeline-ml-job-step-update-details.js +55 -0
  54. package/lib/model/pipeline-ml-job-step-update-details.js.map +1 -0
  55. package/lib/model/pipeline-run-lifecycle-state.d.ts +35 -0
  56. package/lib/model/pipeline-run-lifecycle-state.js +46 -0
  57. package/lib/model/pipeline-run-lifecycle-state.js.map +1 -0
  58. package/lib/model/pipeline-run-log-details.d.ts +30 -0
  59. package/lib/model/pipeline-run-log-details.js +30 -0
  60. package/lib/model/pipeline-run-log-details.js.map +1 -0
  61. package/lib/model/pipeline-run-summary.d.ts +99 -0
  62. package/lib/model/pipeline-run-summary.js +30 -0
  63. package/lib/model/pipeline-run-summary.js.map +1 -0
  64. package/lib/model/pipeline-run.d.ts +111 -0
  65. package/lib/model/pipeline-run.js +96 -0
  66. package/lib/model/pipeline-run.js.map +1 -0
  67. package/lib/model/pipeline-shape-config-details.d.ts +32 -0
  68. package/lib/model/pipeline-shape-config-details.js +30 -0
  69. package/lib/model/pipeline-shape-config-details.js.map +1 -0
  70. package/lib/model/pipeline-step-configuration-details.d.ts +36 -0
  71. package/lib/model/pipeline-step-configuration-details.js +30 -0
  72. package/lib/model/pipeline-step-configuration-details.js.map +1 -0
  73. package/lib/model/pipeline-step-details.d.ts +37 -0
  74. package/lib/model/pipeline-step-details.js +81 -0
  75. package/lib/model/pipeline-step-details.js.map +1 -0
  76. package/lib/model/pipeline-step-override-details.d.ts +28 -0
  77. package/lib/model/pipeline-step-override-details.js +58 -0
  78. package/lib/model/pipeline-step-override-details.js.map +1 -0
  79. package/lib/model/pipeline-step-run.d.ts +59 -0
  80. package/lib/model/pipeline-step-run.js +90 -0
  81. package/lib/model/pipeline-step-run.js.map +1 -0
  82. package/lib/model/pipeline-step-update-details.d.ts +33 -0
  83. package/lib/model/pipeline-step-update-details.js +81 -0
  84. package/lib/model/pipeline-step-update-details.js.map +1 -0
  85. package/lib/model/pipeline-summary.d.ts +87 -0
  86. package/lib/model/pipeline-summary.js +30 -0
  87. package/lib/model/pipeline-summary.js.map +1 -0
  88. package/lib/model/pipeline.d.ts +102 -0
  89. package/lib/model/pipeline.js +80 -0
  90. package/lib/model/pipeline.js.map +1 -0
  91. package/lib/model/update-pipeline-details.d.ts +55 -0
  92. package/lib/model/update-pipeline-details.js +74 -0
  93. package/lib/model/update-pipeline-details.js.map +1 -0
  94. package/lib/model/update-pipeline-run-details.d.ts +44 -0
  95. package/lib/model/update-pipeline-run-details.js +30 -0
  96. package/lib/model/update-pipeline-run-details.js.map +1 -0
  97. package/lib/model/work-request-operation-type.d.ts +5 -0
  98. package/lib/model/work-request-operation-type.js +5 -0
  99. package/lib/model/work-request-operation-type.js.map +1 -1
  100. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  101. package/lib/request/activate-model-request.d.ts +1 -1
  102. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  103. package/lib/request/cancel-job-run-request.d.ts +1 -1
  104. package/lib/request/cancel-pipeline-run-request.d.ts +41 -0
  105. package/lib/request/cancel-pipeline-run-request.js +15 -0
  106. package/lib/request/cancel-pipeline-run-request.js.map +1 -0
  107. package/lib/request/cancel-work-request-request.d.ts +1 -1
  108. package/lib/request/change-job-compartment-request.d.ts +1 -1
  109. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  110. package/lib/request/change-model-compartment-request.d.ts +1 -1
  111. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  112. package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
  113. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  114. package/lib/request/change-pipeline-compartment-request.d.ts +41 -0
  115. package/lib/request/change-pipeline-compartment-request.js +15 -0
  116. package/lib/request/change-pipeline-compartment-request.js.map +1 -0
  117. package/lib/request/change-pipeline-run-compartment-request.d.ts +41 -0
  118. package/lib/request/change-pipeline-run-compartment-request.js +15 -0
  119. package/lib/request/change-pipeline-run-compartment-request.js.map +1 -0
  120. package/lib/request/change-project-compartment-request.d.ts +1 -1
  121. package/lib/request/create-job-artifact-request.d.ts +1 -1
  122. package/lib/request/create-job-request.d.ts +1 -1
  123. package/lib/request/create-job-run-request.d.ts +1 -1
  124. package/lib/request/create-model-artifact-request.d.ts +1 -1
  125. package/lib/request/create-model-deployment-request.d.ts +1 -1
  126. package/lib/request/create-model-provenance-request.d.ts +1 -1
  127. package/lib/request/create-model-request.d.ts +1 -1
  128. package/lib/request/create-model-version-set-request.d.ts +1 -1
  129. package/lib/request/create-notebook-session-request.d.ts +1 -1
  130. package/lib/request/create-pipeline-request.d.ts +33 -0
  131. package/lib/request/create-pipeline-request.js +15 -0
  132. package/lib/request/create-pipeline-request.js.map +1 -0
  133. package/lib/request/create-pipeline-run-request.d.ts +33 -0
  134. package/lib/request/create-pipeline-run-request.js +15 -0
  135. package/lib/request/create-pipeline-run-request.js.map +1 -0
  136. package/lib/request/create-project-request.d.ts +1 -1
  137. package/lib/request/create-step-artifact-request.d.ts +57 -0
  138. package/lib/request/create-step-artifact-request.js +15 -0
  139. package/lib/request/create-step-artifact-request.js.map +1 -0
  140. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  141. package/lib/request/deactivate-model-request.d.ts +1 -1
  142. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  143. package/lib/request/delete-job-request.d.ts +1 -1
  144. package/lib/request/delete-job-run-request.d.ts +1 -1
  145. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  146. package/lib/request/delete-model-request.d.ts +1 -1
  147. package/lib/request/delete-model-version-set-request.d.ts +1 -1
  148. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  149. package/lib/request/delete-pipeline-request.d.ts +44 -0
  150. package/lib/request/delete-pipeline-request.js +15 -0
  151. package/lib/request/delete-pipeline-request.js.map +1 -0
  152. package/lib/request/delete-pipeline-run-request.d.ts +40 -0
  153. package/lib/request/delete-pipeline-run-request.js +15 -0
  154. package/lib/request/delete-pipeline-run-request.js.map +1 -0
  155. package/lib/request/delete-project-request.d.ts +1 -1
  156. package/lib/request/export-model-artifact-request.d.ts +1 -1
  157. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  158. package/lib/request/get-job-request.d.ts +1 -1
  159. package/lib/request/get-job-run-request.d.ts +1 -1
  160. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  161. package/lib/request/get-model-deployment-request.d.ts +1 -1
  162. package/lib/request/get-model-provenance-request.d.ts +1 -1
  163. package/lib/request/get-model-request.d.ts +1 -1
  164. package/lib/request/get-model-version-set-request.d.ts +1 -1
  165. package/lib/request/get-notebook-session-request.d.ts +1 -1
  166. package/lib/request/get-pipeline-request.d.ts +27 -0
  167. package/lib/request/get-pipeline-request.js +15 -0
  168. package/lib/request/get-pipeline-request.js.map +1 -0
  169. package/lib/request/get-pipeline-run-request.d.ts +27 -0
  170. package/lib/request/get-pipeline-run-request.js +15 -0
  171. package/lib/request/get-pipeline-run-request.js.map +1 -0
  172. package/lib/request/get-project-request.d.ts +1 -1
  173. package/lib/request/get-step-artifact-content-request.d.ts +37 -0
  174. package/lib/request/get-step-artifact-content-request.js +15 -0
  175. package/lib/request/get-step-artifact-content-request.js.map +1 -0
  176. package/lib/request/get-work-request-request.d.ts +1 -1
  177. package/lib/request/head-job-artifact-request.d.ts +1 -1
  178. package/lib/request/head-model-artifact-request.d.ts +1 -1
  179. package/lib/request/head-step-artifact-request.d.ts +31 -0
  180. package/lib/request/head-step-artifact-request.js +15 -0
  181. package/lib/request/head-step-artifact-request.js.map +1 -0
  182. package/lib/request/import-model-artifact-request.d.ts +1 -1
  183. package/lib/request/index.d.ts +32 -0
  184. package/lib/request/index.js +5 -1
  185. package/lib/request/index.js.map +1 -1
  186. package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
  187. package/lib/request/list-job-runs-request.d.ts +1 -1
  188. package/lib/request/list-job-shapes-request.d.ts +1 -1
  189. package/lib/request/list-jobs-request.d.ts +1 -1
  190. package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
  191. package/lib/request/list-model-deployments-request.d.ts +1 -1
  192. package/lib/request/list-model-version-sets-request.d.ts +1 -1
  193. package/lib/request/list-models-request.d.ts +1 -1
  194. package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
  195. package/lib/request/list-notebook-sessions-request.d.ts +1 -1
  196. package/lib/request/list-pipeline-runs-request.d.ts +90 -0
  197. package/lib/request/list-pipeline-runs-request.js +29 -0
  198. package/lib/request/list-pipeline-runs-request.js.map +1 -0
  199. package/lib/request/list-pipelines-request.d.ts +90 -0
  200. package/lib/request/list-pipelines-request.js +29 -0
  201. package/lib/request/list-pipelines-request.js.map +1 -0
  202. package/lib/request/list-projects-request.d.ts +1 -1
  203. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  204. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  205. package/lib/request/list-work-requests-request.d.ts +7 -2
  206. package/lib/request/list-work-requests-request.js +5 -0
  207. package/lib/request/list-work-requests-request.js.map +1 -1
  208. package/lib/request/update-job-request.d.ts +1 -1
  209. package/lib/request/update-job-run-request.d.ts +1 -1
  210. package/lib/request/update-model-deployment-request.d.ts +1 -1
  211. package/lib/request/update-model-provenance-request.d.ts +1 -1
  212. package/lib/request/update-model-request.d.ts +1 -1
  213. package/lib/request/update-model-version-set-request.d.ts +1 -1
  214. package/lib/request/update-notebook-session-request.d.ts +1 -1
  215. package/lib/request/update-pipeline-request.d.ts +41 -0
  216. package/lib/request/update-pipeline-request.js +15 -0
  217. package/lib/request/update-pipeline-request.js.map +1 -0
  218. package/lib/request/update-pipeline-run-request.d.ts +41 -0
  219. package/lib/request/update-pipeline-run-request.js +15 -0
  220. package/lib/request/update-pipeline-run-request.js.map +1 -0
  221. package/lib/request/update-project-request.d.ts +1 -1
  222. package/lib/response/cancel-pipeline-run-response.d.ts +20 -0
  223. package/lib/response/cancel-pipeline-run-response.js +15 -0
  224. package/lib/response/cancel-pipeline-run-response.js.map +1 -0
  225. package/lib/response/change-pipeline-compartment-response.d.ts +20 -0
  226. package/lib/response/change-pipeline-compartment-response.js +15 -0
  227. package/lib/response/change-pipeline-compartment-response.js.map +1 -0
  228. package/lib/response/change-pipeline-run-compartment-response.d.ts +20 -0
  229. package/lib/response/change-pipeline-run-compartment-response.js +15 -0
  230. package/lib/response/change-pipeline-run-compartment-response.js.map +1 -0
  231. package/lib/response/create-pipeline-response.d.ts +30 -0
  232. package/lib/response/create-pipeline-response.js +15 -0
  233. package/lib/response/create-pipeline-response.js.map +1 -0
  234. package/lib/response/create-pipeline-run-response.d.ts +35 -0
  235. package/lib/response/create-pipeline-run-response.js +15 -0
  236. package/lib/response/create-pipeline-run-response.js.map +1 -0
  237. package/lib/response/create-step-artifact-response.d.ts +20 -0
  238. package/lib/response/create-step-artifact-response.js +15 -0
  239. package/lib/response/create-step-artifact-response.js.map +1 -0
  240. package/lib/response/delete-pipeline-response.d.ts +26 -0
  241. package/lib/response/delete-pipeline-response.js +15 -0
  242. package/lib/response/delete-pipeline-response.js.map +1 -0
  243. package/lib/response/delete-pipeline-run-response.d.ts +20 -0
  244. package/lib/response/delete-pipeline-run-response.js +15 -0
  245. package/lib/response/delete-pipeline-run-response.js.map +1 -0
  246. package/lib/response/get-pipeline-response.d.ts +30 -0
  247. package/lib/response/get-pipeline-response.js +15 -0
  248. package/lib/response/get-pipeline-response.js.map +1 -0
  249. package/lib/response/get-pipeline-run-response.d.ts +30 -0
  250. package/lib/response/get-pipeline-run-response.js +15 -0
  251. package/lib/response/get-pipeline-run-response.js.map +1 -0
  252. package/lib/response/get-step-artifact-content-response.d.ts +52 -0
  253. package/lib/response/get-step-artifact-content-response.js +15 -0
  254. package/lib/response/get-step-artifact-content-response.js.map +1 -0
  255. package/lib/response/head-step-artifact-response.d.ts +46 -0
  256. package/lib/response/head-step-artifact-response.js +15 -0
  257. package/lib/response/head-step-artifact-response.js.map +1 -0
  258. package/lib/response/index.d.ts +32 -0
  259. package/lib/response/list-pipeline-runs-response.d.ts +35 -0
  260. package/lib/response/list-pipeline-runs-response.js +15 -0
  261. package/lib/response/list-pipeline-runs-response.js.map +1 -0
  262. package/lib/response/list-pipelines-response.d.ts +35 -0
  263. package/lib/response/list-pipelines-response.js +15 -0
  264. package/lib/response/list-pipelines-response.js.map +1 -0
  265. package/lib/response/update-pipeline-response.d.ts +30 -0
  266. package/lib/response/update-pipeline-response.js +15 -0
  267. package/lib/response/update-pipeline-response.js.map +1 -0
  268. package/lib/response/update-pipeline-run-response.d.ts +30 -0
  269. package/lib/response/update-pipeline-run-response.js +15 -0
  270. package/lib/response/update-pipeline-run-response.js.map +1 -0
  271. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-pipeline-run-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-pipeline-run-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
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
+ export interface CreateStepArtifactResponse {
14
+ /**
15
+ * Unique Oracle assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, then provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -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=create-step-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-step-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-step-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
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
+ export interface DeletePipelineResponse {
14
+ /**
15
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
16
+ * with this ID to track the status of the request.
17
+ *
18
+ */
19
+ "opcWorkRequestId": string;
20
+ /**
21
+ * Unique Oracle assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, then provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-pipeline-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/delete-pipeline-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
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
+ export interface DeletePipelineRunResponse {
14
+ /**
15
+ * Unique Oracle assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, then provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-pipeline-run-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/delete-pipeline-run-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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 * as model from "../model";
14
+ export interface GetPipelineResponse {
15
+ /**
16
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, then provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Pipeline instance.
28
+ */
29
+ "pipeline": model.Pipeline;
30
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-pipeline-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/get-pipeline-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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 * as model from "../model";
14
+ export interface GetPipelineRunResponse {
15
+ /**
16
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, then provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.PipelineRun instance.
28
+ */
29
+ "pipelineRun": model.PipelineRun;
30
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-pipeline-run-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/get-pipeline-run-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,52 @@
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
+ /// <reference types="node" />
14
+ import stream = require("stream");
15
+ export interface GetStepArtifactContentResponse {
16
+ /**
17
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
+ *
19
+ */
20
+ "etag": string;
21
+ /**
22
+ * Unique Oracle assigned identifier for the request. If you need to contact
23
+ * Oracle about a particular request, then provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId": string;
27
+ /**
28
+ * The content size of the body in bytes.
29
+ */
30
+ "contentLength": number;
31
+ /**
32
+ * The base-64 encoded MD5 hash of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.15.
33
+ * Unavailable for objects uploaded using multipart upload.
34
+ * If the `content-md5` header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header.
35
+ * If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
36
+ * \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
37
+ *
38
+ */
39
+ "contentMd5": string;
40
+ /**
41
+ * The artifact modification time, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
42
+ */
43
+ "lastModified": Date;
44
+ /**
45
+ * The content disposition of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 19.5.1.
46
+ */
47
+ "contentDisposition": string;
48
+ /**
49
+ * The returned stream.Readable | ReadableStream instance.
50
+ */
51
+ "value": stream.Readable | ReadableStream;
52
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-step-artifact-content-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/get-step-artifact-content-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,46 @@
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
+ export interface HeadStepArtifactResponse {
14
+ /**
15
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ *
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, then provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The content size of the body in bytes.
27
+ */
28
+ "contentLength": number;
29
+ /**
30
+ * The base-64 encoded MD5 hash of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.15.
31
+ * Unavailable for objects uploaded using multipart upload.
32
+ * If the `content-md5` header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header.
33
+ * If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
34
+ * \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
35
+ *
36
+ */
37
+ "contentMd5": string;
38
+ /**
39
+ * The content disposition of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 19.5.1.
40
+ */
41
+ "contentDisposition": string;
42
+ /**
43
+ * The artifact modification time, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
44
+ */
45
+ "lastModified": Date;
46
+ }
@@ -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=head-step-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"head-step-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/head-step-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -19,6 +19,8 @@ import * as ActivateNotebookSessionResponse from "./activate-notebook-session-re
19
19
  export import ActivateNotebookSessionResponse = ActivateNotebookSessionResponse.ActivateNotebookSessionResponse;
20
20
  import * as CancelJobRunResponse from "./cancel-job-run-response";
21
21
  export import CancelJobRunResponse = CancelJobRunResponse.CancelJobRunResponse;
22
+ import * as CancelPipelineRunResponse from "./cancel-pipeline-run-response";
23
+ export import CancelPipelineRunResponse = CancelPipelineRunResponse.CancelPipelineRunResponse;
22
24
  import * as CancelWorkRequestResponse from "./cancel-work-request-response";
23
25
  export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
24
26
  import * as ChangeJobCompartmentResponse from "./change-job-compartment-response";
@@ -33,6 +35,10 @@ import * as ChangeModelVersionSetCompartmentResponse from "./change-model-versio
33
35
  export import ChangeModelVersionSetCompartmentResponse = ChangeModelVersionSetCompartmentResponse.ChangeModelVersionSetCompartmentResponse;
34
36
  import * as ChangeNotebookSessionCompartmentResponse from "./change-notebook-session-compartment-response";
35
37
  export import ChangeNotebookSessionCompartmentResponse = ChangeNotebookSessionCompartmentResponse.ChangeNotebookSessionCompartmentResponse;
38
+ import * as ChangePipelineCompartmentResponse from "./change-pipeline-compartment-response";
39
+ export import ChangePipelineCompartmentResponse = ChangePipelineCompartmentResponse.ChangePipelineCompartmentResponse;
40
+ import * as ChangePipelineRunCompartmentResponse from "./change-pipeline-run-compartment-response";
41
+ export import ChangePipelineRunCompartmentResponse = ChangePipelineRunCompartmentResponse.ChangePipelineRunCompartmentResponse;
36
42
  import * as ChangeProjectCompartmentResponse from "./change-project-compartment-response";
37
43
  export import ChangeProjectCompartmentResponse = ChangeProjectCompartmentResponse.ChangeProjectCompartmentResponse;
38
44
  import * as CreateJobResponse from "./create-job-response";
@@ -53,8 +59,14 @@ import * as CreateModelVersionSetResponse from "./create-model-version-set-respo
53
59
  export import CreateModelVersionSetResponse = CreateModelVersionSetResponse.CreateModelVersionSetResponse;
54
60
  import * as CreateNotebookSessionResponse from "./create-notebook-session-response";
55
61
  export import CreateNotebookSessionResponse = CreateNotebookSessionResponse.CreateNotebookSessionResponse;
62
+ import * as CreatePipelineResponse from "./create-pipeline-response";
63
+ export import CreatePipelineResponse = CreatePipelineResponse.CreatePipelineResponse;
64
+ import * as CreatePipelineRunResponse from "./create-pipeline-run-response";
65
+ export import CreatePipelineRunResponse = CreatePipelineRunResponse.CreatePipelineRunResponse;
56
66
  import * as CreateProjectResponse from "./create-project-response";
57
67
  export import CreateProjectResponse = CreateProjectResponse.CreateProjectResponse;
68
+ import * as CreateStepArtifactResponse from "./create-step-artifact-response";
69
+ export import CreateStepArtifactResponse = CreateStepArtifactResponse.CreateStepArtifactResponse;
58
70
  import * as DeactivateModelResponse from "./deactivate-model-response";
59
71
  export import DeactivateModelResponse = DeactivateModelResponse.DeactivateModelResponse;
60
72
  import * as DeactivateModelDeploymentResponse from "./deactivate-model-deployment-response";
@@ -73,6 +85,10 @@ import * as DeleteModelVersionSetResponse from "./delete-model-version-set-respo
73
85
  export import DeleteModelVersionSetResponse = DeleteModelVersionSetResponse.DeleteModelVersionSetResponse;
74
86
  import * as DeleteNotebookSessionResponse from "./delete-notebook-session-response";
75
87
  export import DeleteNotebookSessionResponse = DeleteNotebookSessionResponse.DeleteNotebookSessionResponse;
88
+ import * as DeletePipelineResponse from "./delete-pipeline-response";
89
+ export import DeletePipelineResponse = DeletePipelineResponse.DeletePipelineResponse;
90
+ import * as DeletePipelineRunResponse from "./delete-pipeline-run-response";
91
+ export import DeletePipelineRunResponse = DeletePipelineRunResponse.DeletePipelineRunResponse;
76
92
  import * as DeleteProjectResponse from "./delete-project-response";
77
93
  export import DeleteProjectResponse = DeleteProjectResponse.DeleteProjectResponse;
78
94
  import * as ExportModelArtifactResponse from "./export-model-artifact-response";
@@ -95,14 +111,22 @@ import * as GetModelVersionSetResponse from "./get-model-version-set-response";
95
111
  export import GetModelVersionSetResponse = GetModelVersionSetResponse.GetModelVersionSetResponse;
96
112
  import * as GetNotebookSessionResponse from "./get-notebook-session-response";
97
113
  export import GetNotebookSessionResponse = GetNotebookSessionResponse.GetNotebookSessionResponse;
114
+ import * as GetPipelineResponse from "./get-pipeline-response";
115
+ export import GetPipelineResponse = GetPipelineResponse.GetPipelineResponse;
116
+ import * as GetPipelineRunResponse from "./get-pipeline-run-response";
117
+ export import GetPipelineRunResponse = GetPipelineRunResponse.GetPipelineRunResponse;
98
118
  import * as GetProjectResponse from "./get-project-response";
99
119
  export import GetProjectResponse = GetProjectResponse.GetProjectResponse;
120
+ import * as GetStepArtifactContentResponse from "./get-step-artifact-content-response";
121
+ export import GetStepArtifactContentResponse = GetStepArtifactContentResponse.GetStepArtifactContentResponse;
100
122
  import * as GetWorkRequestResponse from "./get-work-request-response";
101
123
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
102
124
  import * as HeadJobArtifactResponse from "./head-job-artifact-response";
103
125
  export import HeadJobArtifactResponse = HeadJobArtifactResponse.HeadJobArtifactResponse;
104
126
  import * as HeadModelArtifactResponse from "./head-model-artifact-response";
105
127
  export import HeadModelArtifactResponse = HeadModelArtifactResponse.HeadModelArtifactResponse;
128
+ import * as HeadStepArtifactResponse from "./head-step-artifact-response";
129
+ export import HeadStepArtifactResponse = HeadStepArtifactResponse.HeadStepArtifactResponse;
106
130
  import * as ImportModelArtifactResponse from "./import-model-artifact-response";
107
131
  export import ImportModelArtifactResponse = ImportModelArtifactResponse.ImportModelArtifactResponse;
108
132
  import * as ListFastLaunchJobConfigsResponse from "./list-fast-launch-job-configs-response";
@@ -125,6 +149,10 @@ import * as ListNotebookSessionShapesResponse from "./list-notebook-session-shap
125
149
  export import ListNotebookSessionShapesResponse = ListNotebookSessionShapesResponse.ListNotebookSessionShapesResponse;
126
150
  import * as ListNotebookSessionsResponse from "./list-notebook-sessions-response";
127
151
  export import ListNotebookSessionsResponse = ListNotebookSessionsResponse.ListNotebookSessionsResponse;
152
+ import * as ListPipelineRunsResponse from "./list-pipeline-runs-response";
153
+ export import ListPipelineRunsResponse = ListPipelineRunsResponse.ListPipelineRunsResponse;
154
+ import * as ListPipelinesResponse from "./list-pipelines-response";
155
+ export import ListPipelinesResponse = ListPipelinesResponse.ListPipelinesResponse;
128
156
  import * as ListProjectsResponse from "./list-projects-response";
129
157
  export import ListProjectsResponse = ListProjectsResponse.ListProjectsResponse;
130
158
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
@@ -147,5 +175,9 @@ import * as UpdateModelVersionSetResponse from "./update-model-version-set-respo
147
175
  export import UpdateModelVersionSetResponse = UpdateModelVersionSetResponse.UpdateModelVersionSetResponse;
148
176
  import * as UpdateNotebookSessionResponse from "./update-notebook-session-response";
149
177
  export import UpdateNotebookSessionResponse = UpdateNotebookSessionResponse.UpdateNotebookSessionResponse;
178
+ import * as UpdatePipelineResponse from "./update-pipeline-response";
179
+ export import UpdatePipelineResponse = UpdatePipelineResponse.UpdatePipelineResponse;
180
+ import * as UpdatePipelineRunResponse from "./update-pipeline-run-response";
181
+ export import UpdatePipelineRunResponse = UpdatePipelineRunResponse.UpdatePipelineRunResponse;
150
182
  import * as UpdateProjectResponse from "./update-project-response";
151
183
  export import UpdateProjectResponse = UpdateProjectResponse.UpdateProjectResponse;
@@ -0,0 +1,35 @@
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 * as model from "../model";
14
+ export interface ListPipelineRunsResponse {
15
+ /**
16
+ * Unique Oracle assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, then provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
+ *
24
+ */
25
+ "opcNextPage": string;
26
+ /**
27
+ * Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
+ *
29
+ */
30
+ "opcPrevPage": string;
31
+ /**
32
+ * A list of PipelineRunSummary instances.
33
+ */
34
+ "items": model.PipelineRunSummary[];
35
+ }
@@ -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=list-pipeline-runs-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-pipeline-runs-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-pipeline-runs-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
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 * as model from "../model";
14
+ export interface ListPipelinesResponse {
15
+ /**
16
+ * Unique Oracle assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, then provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
+ *
24
+ */
25
+ "opcNextPage": string;
26
+ /**
27
+ * Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
+ *
29
+ */
30
+ "opcPrevPage": string;
31
+ /**
32
+ * A list of PipelineSummary instances.
33
+ */
34
+ "items": model.PipelineSummary[];
35
+ }
@@ -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=list-pipelines-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-pipelines-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-pipelines-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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 * as model from "../model";
14
+ export interface UpdatePipelineResponse {
15
+ /**
16
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, then provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Pipeline instance.
28
+ */
29
+ "pipeline": model.Pipeline;
30
+ }
@@ -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=update-pipeline-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-pipeline-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/update-pipeline-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}