oci-datascience 2.50.2 → 2.50.4

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":"change-pipeline-run-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/change-pipeline-run-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
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.2/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifactRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifactRequest.
18
18
  */
19
19
  export interface CreateJobArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -13,7 +13,7 @@
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.2/datascience/CreateJob.ts.html |here} to see how to use CreateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateJob.ts.html |here} to see how to use CreateJobRequest.
17
17
  */
18
18
  export interface CreateJobRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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.2/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRunRequest.
17
17
  */
18
18
  export interface CreateJobRunRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifactRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifactRequest.
18
18
  */
19
19
  export interface CreateModelArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -13,7 +13,7 @@
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.2/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeploymentRequest.
17
17
  */
18
18
  export interface CreateModelDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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.2/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenanceRequest.
17
17
  */
18
18
  export interface CreateModelProvenanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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.2/datascience/CreateModel.ts.html |here} to see how to use CreateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateModel.ts.html |here} to see how to use CreateModelRequest.
17
17
  */
18
18
  export interface CreateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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.2/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSetRequest.
17
17
  */
18
18
  export interface CreateModelVersionSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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.2/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSessionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSessionRequest.
17
17
  */
18
18
  export interface CreateNotebookSessionRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,33 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreatePipeline.ts.html |here} to see how to use CreatePipelineRequest.
17
+ */
18
+ export interface CreatePipelineRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new Pipeline.
21
+ */
22
+ "createPipelineDetails": model.CreatePipelineDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
25
+ *
26
+ */
27
+ "opcRetryToken"?: string;
28
+ /**
29
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ }
@@ -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-pipeline-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-pipeline-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/create-pipeline-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,33 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRunRequest.
17
+ */
18
+ export interface CreatePipelineRunRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new PipelineRun.
21
+ */
22
+ "createPipelineRunDetails": model.CreatePipelineRunDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
25
+ *
26
+ */
27
+ "opcRetryToken"?: string;
28
+ /**
29
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ }
@@ -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-pipeline-run-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-pipeline-run-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/create-pipeline-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
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.2/datascience/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
17
17
  */
18
18
  export interface CreateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,57 @@
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 common = require("oci-common");
15
+ import stream = require("stream");
16
+ /**
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifactRequest.
18
+ */
19
+ export interface CreateStepArtifactRequest extends common.BaseRequest {
20
+ /**
21
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline.
22
+ */
23
+ "pipelineId": string;
24
+ /**
25
+ * Unique Step identifier in a pipeline.
26
+ */
27
+ "stepName": string;
28
+ /**
29
+ * The content length of the body.
30
+ */
31
+ "contentLength"?: number;
32
+ /**
33
+ * The step artifact to upload.
34
+ */
35
+ "stepArtifact": Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string;
36
+ /**
37
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
43
+ *
44
+ */
45
+ "opcRetryToken"?: string;
46
+ /**
47
+ * This header allows you to specify a filename during upload. This file name is used to dispose of the file contents
48
+ * while downloading the file. If this optional field is not populated in the request, then the OCID of the model is used for the file
49
+ * name when downloading.
50
+ * Example: `{\"Content-Disposition\": \"attachment\"
51
+ * \"filename\"=\"model.tar.gz\"
52
+ * \"Content-Length\": \"2347\"
53
+ * \"Content-Type\": \"application/gzip\"}`
54
+ *
55
+ */
56
+ "contentDisposition"?: string;
57
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-step-artifact-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/create-step-artifact-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
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.2/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeploymentRequest.
16
16
  */
17
17
  export interface DeactivateModelDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModelRequest.
16
16
  */
17
17
  export interface DeactivateModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSessionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSessionRequest.
16
16
  */
17
17
  export interface DeactivateNotebookSessionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/datascience/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
16
16
  */
17
17
  export interface DeleteJobRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRunRequest.
16
16
  */
17
17
  export interface DeleteJobRunRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeploymentRequest.
16
16
  */
17
17
  export interface DeleteModelDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/datascience/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
16
16
  */
17
17
  export interface DeleteModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSetRequest.
16
16
  */
17
17
  export interface DeleteModelVersionSetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSessionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSessionRequest.
16
16
  */
17
17
  export interface DeleteNotebookSessionRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,44 @@
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.4/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipelineRequest.
16
+ */
17
+ export interface DeletePipelineRequest 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
+ * A boolean value to specify whether to delete related PipelineRuns or not.
24
+ */
25
+ "deleteRelatedPipelineRuns"?: boolean;
26
+ /**
27
+ * A boolean value to specify whether to delete related jobRuns or not.
28
+ */
29
+ "deleteRelatedJobRuns"?: boolean;
30
+ /**
31
+ * For optimistic concurrency control. In the PUT or DELETE call
32
+ * for a resource, set the `if-match` parameter to the value of the
33
+ * etag from a previous GET or POST response for that resource.
34
+ * The resource is updated or deleted only if the `etag` you
35
+ * provide matches the resource's current `etag` value.
36
+ *
37
+ */
38
+ "ifMatch"?: string;
39
+ /**
40
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
41
+ *
42
+ */
43
+ "opcRequestId"?: string;
44
+ }
@@ -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.4/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"}
@@ -12,7 +12,7 @@
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.2/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.4/datascience/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
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.2/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.4/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifactRequest.
17
17
  */
18
18
  export interface ExportModelArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
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.2/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.4/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContentRequest.
16
16
  */
17
17
  export interface GetJobArtifactContentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/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.4/datascience/GetJob.ts.html |here} to see how to use GetJobRequest.
16
16
  */
17
17
  export interface GetJobRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/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.4/datascience/GetJobRun.ts.html |here} to see how to use GetJobRunRequest.
16
16
  */
17
17
  export interface GetJobRunRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/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.4/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContentRequest.
16
16
  */
17
17
  export interface GetModelArtifactContentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/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.4/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeploymentRequest.
16
16
  */
17
17
  export interface GetModelDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/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.4/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenanceRequest.
16
16
  */
17
17
  export interface GetModelProvenanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.2/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.4/datascience/GetModel.ts.html |here} to see how to use GetModelRequest.
16
16
  */
17
17
  export interface GetModelRequest extends common.BaseRequest {
18
18
  /**