oci-datascience 2.131.2 → 2.134.1

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 (289) hide show
  1. package/lib/client.d.ts +128 -0
  2. package/lib/client.js +540 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/datascience-waiter.d.ts +8 -0
  5. package/lib/datascience-waiter.js +12 -0
  6. package/lib/datascience-waiter.js.map +1 -1
  7. package/lib/model/auth-configuration.js +0 -8
  8. package/lib/model/auth-configuration.js.map +1 -1
  9. package/lib/model/auto-scaling-policy.d.ts +1 -1
  10. package/lib/model/change-compute-target-compartment-details.d.ts +27 -0
  11. package/lib/model/change-compute-target-compartment-details.js +30 -0
  12. package/lib/model/change-compute-target-compartment-details.js.map +1 -0
  13. package/lib/model/compute-configuration-details.d.ts +23 -0
  14. package/lib/model/compute-configuration-details.js +69 -0
  15. package/lib/model/compute-configuration-details.js.map +1 -0
  16. package/lib/model/compute-target-lifecycle-state.d.ts +34 -0
  17. package/lib/model/compute-target-lifecycle-state.js +45 -0
  18. package/lib/model/compute-target-lifecycle-state.js.map +1 -0
  19. package/lib/model/compute-target-shape-series.d.ts +34 -0
  20. package/lib/model/compute-target-shape-series.js +45 -0
  21. package/lib/model/compute-target-shape-series.js.map +1 -0
  22. package/lib/model/{idcs-custom-service-auth-configuration.d.ts → compute-target-shape-summary.d.ts} +18 -19
  23. package/lib/model/compute-target-shape-summary.js +30 -0
  24. package/lib/model/compute-target-shape-summary.js.map +1 -0
  25. package/lib/model/compute-target-summary.d.ts +67 -0
  26. package/lib/model/compute-target-summary.js +30 -0
  27. package/lib/model/compute-target-summary.js.map +1 -0
  28. package/lib/model/compute-target-system-data.d.ts +23 -0
  29. package/lib/model/compute-target-system-data.js +69 -0
  30. package/lib/model/compute-target-system-data.js.map +1 -0
  31. package/lib/model/compute-target.d.ts +93 -0
  32. package/lib/model/compute-target.js +64 -0
  33. package/lib/model/compute-target.js.map +1 -0
  34. package/lib/model/compute-type.d.ts +28 -0
  35. package/lib/model/compute-type.js +39 -0
  36. package/lib/model/compute-type.js.map +1 -0
  37. package/lib/model/create-auth-configuration-details.js +0 -8
  38. package/lib/model/create-auth-configuration-details.js.map +1 -1
  39. package/lib/model/create-compute-target-details.d.ts +71 -0
  40. package/lib/model/create-compute-target-details.js +58 -0
  41. package/lib/model/create-compute-target-details.js.map +1 -0
  42. package/lib/model/create-job-details.d.ts +1 -1
  43. package/lib/model/create-job-details.js.map +1 -1
  44. package/lib/model/create-job-run-details.d.ts +1 -1
  45. package/lib/model/create-job-run-details.js.map +1 -1
  46. package/lib/model/create-ml-application-instance-details.d.ts +1 -1
  47. package/lib/model/create-ml-application-instance-details.js.map +1 -1
  48. package/lib/model/create-model-deployment-details.d.ts +1 -1
  49. package/lib/model/create-model-deployment-details.js.map +1 -1
  50. package/lib/model/http-method.d.ts +33 -0
  51. package/lib/model/http-method.js +44 -0
  52. package/lib/model/http-method.js.map +1 -0
  53. package/lib/model/index.d.ts +116 -8
  54. package/lib/model/index.js +124 -15
  55. package/lib/model/index.js.map +1 -1
  56. package/lib/model/{idcs-auth-configuration.d.ts → inference-http-endpoint.d.ts} +12 -11
  57. package/lib/model/inference-http-endpoint.js +62 -0
  58. package/lib/model/inference-http-endpoint.js.map +1 -0
  59. package/lib/model/job-infrastructure-configuration-details.js +4 -0
  60. package/lib/model/job-infrastructure-configuration-details.js.map +1 -1
  61. package/lib/model/job-node-group-configuration-details.d.ts +1 -1
  62. package/lib/model/job-node-group-configuration-details.js.map +1 -1
  63. package/lib/model/job-run.d.ts +2 -2
  64. package/lib/model/job-run.js.map +1 -1
  65. package/lib/model/job.d.ts +1 -1
  66. package/lib/model/job.js.map +1 -1
  67. package/lib/model/managed-compute-cluster-auto-scaling-policy-details.d.ts +23 -0
  68. package/lib/model/managed-compute-cluster-auto-scaling-policy-details.js +69 -0
  69. package/lib/model/managed-compute-cluster-auto-scaling-policy-details.js.map +1 -0
  70. package/lib/model/managed-compute-cluster-auto-scaling-policy.d.ts +40 -0
  71. package/lib/model/managed-compute-cluster-auto-scaling-policy.js +67 -0
  72. package/lib/model/managed-compute-cluster-auto-scaling-policy.js.map +1 -0
  73. package/lib/model/managed-compute-cluster-compute-configuration-details.d.ts +27 -0
  74. package/lib/model/managed-compute-cluster-compute-configuration-details.js +69 -0
  75. package/lib/model/managed-compute-cluster-compute-configuration-details.js.map +1 -0
  76. package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.d.ts +39 -0
  77. package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.js +55 -0
  78. package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.js.map +1 -0
  79. package/lib/model/managed-compute-cluster-custom-metric-expression-rule.d.ts +27 -0
  80. package/lib/model/managed-compute-cluster-custom-metric-expression-rule.js +69 -0
  81. package/lib/model/managed-compute-cluster-custom-metric-expression-rule.js.map +1 -0
  82. package/lib/model/managed-compute-cluster-fixed-size-scaling-policy.d.ts +29 -0
  83. package/lib/model/{create-idcs-auth-configuration-details.js → managed-compute-cluster-fixed-size-scaling-policy.js} +10 -10
  84. package/lib/model/managed-compute-cluster-fixed-size-scaling-policy.js.map +1 -0
  85. package/lib/model/managed-compute-cluster-instance-configuration-details.d.ts +32 -0
  86. package/lib/model/managed-compute-cluster-instance-configuration-details.js +58 -0
  87. package/lib/model/managed-compute-cluster-instance-configuration-details.js.map +1 -0
  88. package/lib/model/managed-compute-cluster-instance-shape-details.d.ts +30 -0
  89. package/lib/model/managed-compute-cluster-instance-shape-details.js +30 -0
  90. package/lib/model/managed-compute-cluster-instance-shape-details.js.map +1 -0
  91. package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.d.ts +30 -0
  92. package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.js +63 -0
  93. package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.js.map +1 -0
  94. package/lib/model/{create-idcs-auth-configuration-details.d.ts → managed-compute-cluster-job-resource-configuration.d.ts} +7 -11
  95. package/lib/model/managed-compute-cluster-job-resource-configuration.js +64 -0
  96. package/lib/model/managed-compute-cluster-job-resource-configuration.js.map +1 -0
  97. package/lib/model/managed-compute-cluster-metric-expression-rule.d.ts +23 -0
  98. package/lib/model/managed-compute-cluster-metric-expression-rule.js +73 -0
  99. package/lib/model/managed-compute-cluster-metric-expression-rule.js.map +1 -0
  100. package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.d.ts +31 -0
  101. package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.js +69 -0
  102. package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.js.map +1 -0
  103. package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.d.ts +25 -0
  104. package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.js +64 -0
  105. package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.js.map +1 -0
  106. package/lib/model/managed-compute-cluster-model-deployment-system-data.d.ts +29 -0
  107. package/lib/model/{idcs-custom-service-auth-configuration.js → managed-compute-cluster-model-deployment-system-data.js} +10 -10
  108. package/lib/model/managed-compute-cluster-model-deployment-system-data.js.map +1 -0
  109. package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.d.ts +29 -0
  110. package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js +55 -0
  111. package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js.map +1 -0
  112. package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.d.ts +40 -0
  113. package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.js +79 -0
  114. package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.js.map +1 -0
  115. package/lib/model/managed-compute-cluster-scaling-configuration.d.ts +36 -0
  116. package/lib/model/managed-compute-cluster-scaling-configuration.js +73 -0
  117. package/lib/model/managed-compute-cluster-scaling-configuration.js.map +1 -0
  118. package/lib/model/managed-compute-cluster-scaling-policy.d.ts +23 -0
  119. package/lib/model/managed-compute-cluster-scaling-policy.js +73 -0
  120. package/lib/model/managed-compute-cluster-scaling-policy.js.map +1 -0
  121. package/lib/model/managed-compute-cluster-system-data.d.ts +29 -0
  122. package/lib/model/{idcs-auth-configuration.js → managed-compute-cluster-system-data.js} +10 -10
  123. package/lib/model/managed-compute-cluster-system-data.js.map +1 -0
  124. package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.d.ts +45 -0
  125. package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.js +67 -0
  126. package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.js.map +1 -0
  127. package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.d.ts +23 -0
  128. package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.js +69 -0
  129. package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.js.map +1 -0
  130. package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.d.ts +33 -0
  131. package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.js +67 -0
  132. package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.js.map +1 -0
  133. package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.d.ts +29 -0
  134. package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.js +55 -0
  135. package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.js.map +1 -0
  136. package/lib/model/managed-compute-cluster-workload-metric-expression-rule.d.ts +23 -0
  137. package/lib/model/managed-compute-cluster-workload-metric-expression-rule.js +73 -0
  138. package/lib/model/managed-compute-cluster-workload-metric-expression-rule.js.map +1 -0
  139. package/lib/model/managed-compute-cluster-workload-scale-policy.d.ts +41 -0
  140. package/lib/model/managed-compute-cluster-workload-scale-policy.js +30 -0
  141. package/lib/model/managed-compute-cluster-workload-scale-policy.js.map +1 -0
  142. package/lib/model/managed-compute-cluster-workload-scaling-policy.d.ts +23 -0
  143. package/lib/model/managed-compute-cluster-workload-scaling-policy.js +73 -0
  144. package/lib/model/managed-compute-cluster-workload-scaling-policy.js.map +1 -0
  145. package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.d.ts +47 -0
  146. package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.js +79 -0
  147. package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.js.map +1 -0
  148. package/lib/model/ml-application-instance-view.d.ts +1 -1
  149. package/lib/model/ml-application-instance-view.js.map +1 -1
  150. package/lib/model/ml-application-instance.d.ts +1 -1
  151. package/lib/model/ml-application-instance.js.map +1 -1
  152. package/lib/model/model-deploy-infrastructure-configuration-details.d.ts +23 -0
  153. package/lib/model/model-deploy-infrastructure-configuration-details.js +69 -0
  154. package/lib/model/model-deploy-infrastructure-configuration-details.js.map +1 -0
  155. package/lib/model/model-deploy-infrastructure-type.d.ts +28 -0
  156. package/lib/model/model-deploy-infrastructure-type.js +39 -0
  157. package/lib/model/model-deploy-infrastructure-type.js.map +1 -0
  158. package/lib/model/model-deployment-configuration-details.js +4 -0
  159. package/lib/model/model-deployment-configuration-details.js.map +1 -1
  160. package/lib/model/model-deployment-summary.d.ts +2 -2
  161. package/lib/model/model-deployment-summary.js.map +1 -1
  162. package/lib/model/model-deployment-system-data.js +4 -0
  163. package/lib/model/model-deployment-system-data.js.map +1 -1
  164. package/lib/model/model-deployment-type.d.ts +1 -0
  165. package/lib/model/model-deployment-type.js +1 -0
  166. package/lib/model/model-deployment-type.js.map +1 -1
  167. package/lib/model/model-deployment.d.ts +2 -2
  168. package/lib/model/model-deployment.js.map +1 -1
  169. package/lib/model/ocir-model-deployment-environment-configuration-details.d.ts +12 -0
  170. package/lib/model/ocir-model-deployment-environment-configuration-details.js +14 -2
  171. package/lib/model/ocir-model-deployment-environment-configuration-details.js.map +1 -1
  172. package/lib/model/resource-limit-configuration.d.ts +32 -0
  173. package/lib/model/resource-limit-configuration.js +30 -0
  174. package/lib/model/resource-limit-configuration.js.map +1 -0
  175. package/lib/model/resource-request-configuration.d.ts +37 -0
  176. package/lib/model/resource-request-configuration.js +30 -0
  177. package/lib/model/resource-request-configuration.js.map +1 -0
  178. package/lib/model/single-model-configuration-details.d.ts +26 -0
  179. package/lib/model/single-model-configuration-details.js +30 -0
  180. package/lib/model/single-model-configuration-details.js.map +1 -0
  181. package/lib/model/single-model-deployment-flex-configuration-details.d.ts +28 -0
  182. package/lib/model/single-model-deployment-flex-configuration-details.js +75 -0
  183. package/lib/model/single-model-deployment-flex-configuration-details.js.map +1 -0
  184. package/lib/model/target-custom-expression-query-scaling-configuration.d.ts +47 -0
  185. package/lib/model/{create-idcs-custom-service-auth-configuration-details.js → target-custom-expression-query-scaling-configuration.js} +10 -10
  186. package/lib/model/target-custom-expression-query-scaling-configuration.js.map +1 -0
  187. package/lib/model/target-custom-metric-expression-rule.d.ts +26 -0
  188. package/lib/model/target-custom-metric-expression-rule.js +63 -0
  189. package/lib/model/target-custom-metric-expression-rule.js.map +1 -0
  190. package/lib/model/target-predefined-expression-threshold-scaling-configuration.d.ts +29 -0
  191. package/lib/model/target-predefined-expression-threshold-scaling-configuration.js +55 -0
  192. package/lib/model/target-predefined-expression-threshold-scaling-configuration.js.map +1 -0
  193. package/lib/model/target-predefined-metric-expression-rule.d.ts +39 -0
  194. package/lib/model/target-predefined-metric-expression-rule.js +73 -0
  195. package/lib/model/target-predefined-metric-expression-rule.js.map +1 -0
  196. package/lib/model/target-scaling-configuration.d.ts +23 -0
  197. package/lib/model/target-scaling-configuration.js +73 -0
  198. package/lib/model/target-scaling-configuration.js.map +1 -0
  199. package/lib/model/update-compute-configuration-details.d.ts +23 -0
  200. package/lib/model/update-compute-configuration-details.js +69 -0
  201. package/lib/model/update-compute-configuration-details.js.map +1 -0
  202. package/lib/model/update-compute-target-details.d.ts +66 -0
  203. package/lib/model/update-compute-target-details.js +58 -0
  204. package/lib/model/update-compute-target-details.js.map +1 -0
  205. package/lib/model/update-job-details.d.ts +1 -1
  206. package/lib/model/update-job-details.js.map +1 -1
  207. package/lib/model/update-managed-compute-cluster-configuration-details.d.ts +27 -0
  208. package/lib/model/update-managed-compute-cluster-configuration-details.js +69 -0
  209. package/lib/model/update-managed-compute-cluster-configuration-details.js.map +1 -0
  210. package/lib/model/update-managed-compute-cluster-instance-configuration-details.d.ts +32 -0
  211. package/lib/model/update-managed-compute-cluster-instance-configuration-details.js +58 -0
  212. package/lib/model/update-managed-compute-cluster-instance-configuration-details.js.map +1 -0
  213. package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.d.ts +33 -0
  214. package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.js +69 -0
  215. package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.js.map +1 -0
  216. package/lib/model/update-model-deploy-infrastructure-configuration-details.d.ts +23 -0
  217. package/lib/model/update-model-deploy-infrastructure-configuration-details.js +69 -0
  218. package/lib/model/update-model-deploy-infrastructure-configuration-details.js.map +1 -0
  219. package/lib/model/update-model-deployment-configuration-details.js +4 -0
  220. package/lib/model/update-model-deployment-configuration-details.js.map +1 -1
  221. package/lib/model/update-model-deployment-details.d.ts +1 -1
  222. package/lib/model/update-model-deployment-details.js.map +1 -1
  223. package/lib/model/update-ocir-model-deployment-environment-configuration-details.d.ts +12 -0
  224. package/lib/model/update-ocir-model-deployment-environment-configuration-details.js +14 -2
  225. package/lib/model/update-ocir-model-deployment-environment-configuration-details.js.map +1 -1
  226. package/lib/model/update-single-model-configuration-details.d.ts +26 -0
  227. package/lib/model/update-single-model-configuration-details.js +30 -0
  228. package/lib/model/update-single-model-configuration-details.js.map +1 -0
  229. package/lib/model/update-single-model-deployment-flex-configuration-details.d.ts +28 -0
  230. package/lib/model/update-single-model-deployment-flex-configuration-details.js +75 -0
  231. package/lib/model/update-single-model-deployment-flex-configuration-details.js.map +1 -0
  232. package/lib/model/work-request-operation-type.d.ts +3 -0
  233. package/lib/model/work-request-operation-type.js +3 -0
  234. package/lib/model/work-request-operation-type.js.map +1 -1
  235. package/lib/request/change-compute-target-compartment-request.d.ts +46 -0
  236. package/lib/request/change-compute-target-compartment-request.js +15 -0
  237. package/lib/request/change-compute-target-compartment-request.js.map +1 -0
  238. package/lib/request/create-compute-target-request.d.ts +33 -0
  239. package/lib/request/create-compute-target-request.js +15 -0
  240. package/lib/request/create-compute-target-request.js.map +1 -0
  241. package/lib/request/delete-compute-target-request.d.ts +36 -0
  242. package/lib/request/delete-compute-target-request.js +15 -0
  243. package/lib/request/delete-compute-target-request.js.map +1 -0
  244. package/lib/request/get-compute-target-request.d.ts +27 -0
  245. package/lib/request/get-compute-target-request.js +15 -0
  246. package/lib/request/get-compute-target-request.js.map +1 -0
  247. package/lib/request/index.d.ts +14 -0
  248. package/lib/request/index.js +3 -1
  249. package/lib/request/index.js.map +1 -1
  250. package/lib/request/list-compute-target-shapes-request.d.ts +45 -0
  251. package/lib/request/list-compute-target-shapes-request.js +15 -0
  252. package/lib/request/list-compute-target-shapes-request.js.map +1 -0
  253. package/lib/request/list-compute-targets-request.d.ts +84 -0
  254. package/lib/request/list-compute-targets-request.js +29 -0
  255. package/lib/request/list-compute-targets-request.js.map +1 -0
  256. package/lib/request/list-work-requests-request.d.ts +3 -0
  257. package/lib/request/list-work-requests-request.js +3 -0
  258. package/lib/request/list-work-requests-request.js.map +1 -1
  259. package/lib/request/update-compute-target-request.d.ts +41 -0
  260. package/lib/request/update-compute-target-request.js +15 -0
  261. package/lib/request/update-compute-target-request.js.map +1 -0
  262. package/lib/response/change-compute-target-compartment-response.d.ts +20 -0
  263. package/lib/response/change-compute-target-compartment-response.js +15 -0
  264. package/lib/response/change-compute-target-compartment-response.js.map +1 -0
  265. package/lib/response/create-compute-target-response.d.ts +41 -0
  266. package/lib/response/create-compute-target-response.js +15 -0
  267. package/lib/response/create-compute-target-response.js.map +1 -0
  268. package/lib/response/delete-compute-target-response.d.ts +26 -0
  269. package/lib/response/delete-compute-target-response.js +15 -0
  270. package/lib/response/delete-compute-target-response.js.map +1 -0
  271. package/lib/response/get-compute-target-response.d.ts +30 -0
  272. package/lib/response/get-compute-target-response.js +15 -0
  273. package/lib/response/get-compute-target-response.js.map +1 -0
  274. package/lib/response/index.d.ts +14 -0
  275. package/lib/response/list-compute-target-shapes-response.d.ts +35 -0
  276. package/lib/response/list-compute-target-shapes-response.js +15 -0
  277. package/lib/response/list-compute-target-shapes-response.js.map +1 -0
  278. package/lib/response/list-compute-targets-response.d.ts +35 -0
  279. package/lib/response/list-compute-targets-response.js +15 -0
  280. package/lib/response/list-compute-targets-response.js.map +1 -0
  281. package/lib/response/update-compute-target-response.d.ts +26 -0
  282. package/lib/response/update-compute-target-response.js +15 -0
  283. package/lib/response/update-compute-target-response.js.map +1 -0
  284. package/package.json +4 -3
  285. package/lib/model/create-idcs-auth-configuration-details.js.map +0 -1
  286. package/lib/model/create-idcs-custom-service-auth-configuration-details.d.ts +0 -45
  287. package/lib/model/create-idcs-custom-service-auth-configuration-details.js.map +0 -1
  288. package/lib/model/idcs-auth-configuration.js.map +0 -1
  289. package/lib/model/idcs-custom-service-auth-configuration.js.map +0 -1
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.TargetPredefinedExpressionThresholdScalingConfiguration = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var TargetPredefinedExpressionThresholdScalingConfiguration;
38
+ (function (TargetPredefinedExpressionThresholdScalingConfiguration) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.TargetScalingConfiguration.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ TargetPredefinedExpressionThresholdScalingConfiguration.getJsonObj = getJsonObj;
46
+ TargetPredefinedExpressionThresholdScalingConfiguration.targetScalingConfigurationType = "THRESHOLD";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.TargetScalingConfiguration.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ TargetPredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(TargetPredefinedExpressionThresholdScalingConfiguration = exports.TargetPredefinedExpressionThresholdScalingConfiguration || (exports.TargetPredefinedExpressionThresholdScalingConfiguration = {}));
55
+ //# sourceMappingURL=target-predefined-expression-threshold-scaling-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"target-predefined-expression-threshold-scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/target-predefined-expression-threshold-scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,uDAAuD,CAgCvE;AAhCD,WAAiB,uDAAuD;IACtE,SAAgB,UAAU,CACxB,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAC1C,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAU,aAczB,CAAA;IACY,sFAA8B,GAAG,WAAW,CAAC;IAC1D,SAAgB,sBAAsB,CACpC,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACtD,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,uDAAuD,GAAvD,+DAAuD,KAAvD,+DAAuD,QAgCvE"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Data Science API
3
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
4
+
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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
+ import * as model from "../model";
15
+ /**
16
+ * An expression built using CPU or Memory metrics for triggering an autoscaling action for workload.
17
+ */
18
+ export interface TargetPredefinedMetricExpressionRule extends model.ManagedComputeClusterWorkloadMetricExpressionRule {
19
+ /**
20
+ * Metric type
21
+ */
22
+ "metricType": TargetPredefinedMetricExpressionRule.MetricType;
23
+ "scaleConfiguration": model.TargetPredefinedExpressionThresholdScalingConfiguration;
24
+ "metricExpressionRuleType": string;
25
+ }
26
+ export declare namespace TargetPredefinedMetricExpressionRule {
27
+ enum MetricType {
28
+ CpuUtilization = "CPU_UTILIZATION",
29
+ MemoryUtilization = "MEMORY_UTILIZATION",
30
+ /**
31
+ * This value is used if a service returns a value for this enum that is not recognized by this
32
+ * version of the SDK.
33
+ */
34
+ UnknownValue = "UNKNOWN_VALUE"
35
+ }
36
+ function getJsonObj(obj: TargetPredefinedMetricExpressionRule, isParentJsonObj?: boolean): object;
37
+ const metricExpressionRuleType = "TARGET_PREDEFINED_EXPRESSION";
38
+ function getDeserializedJsonObj(obj: TargetPredefinedMetricExpressionRule, isParentJsonObj?: boolean): object;
39
+ }
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.TargetPredefinedMetricExpressionRule = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var TargetPredefinedMetricExpressionRule;
38
+ (function (TargetPredefinedMetricExpressionRule) {
39
+ let MetricType;
40
+ (function (MetricType) {
41
+ MetricType["CpuUtilization"] = "CPU_UTILIZATION";
42
+ MetricType["MemoryUtilization"] = "MEMORY_UTILIZATION";
43
+ /**
44
+ * This value is used if a service returns a value for this enum that is not recognized by this
45
+ * version of the SDK.
46
+ */
47
+ MetricType["UnknownValue"] = "UNKNOWN_VALUE";
48
+ })(MetricType = TargetPredefinedMetricExpressionRule.MetricType || (TargetPredefinedMetricExpressionRule.MetricType = {}));
49
+ function getJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.ManagedComputeClusterWorkloadMetricExpressionRule.getJsonObj(obj))), {
53
+ "scaleConfiguration": obj.scaleConfiguration
54
+ ? model.TargetPredefinedExpressionThresholdScalingConfiguration.getJsonObj(obj.scaleConfiguration)
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ TargetPredefinedMetricExpressionRule.getJsonObj = getJsonObj;
60
+ TargetPredefinedMetricExpressionRule.metricExpressionRuleType = "TARGET_PREDEFINED_EXPRESSION";
61
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
62
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
63
+ ? obj
64
+ : model.ManagedComputeClusterWorkloadMetricExpressionRule.getDeserializedJsonObj(obj))), {
65
+ "scaleConfiguration": obj.scaleConfiguration
66
+ ? model.TargetPredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj(obj.scaleConfiguration)
67
+ : undefined
68
+ });
69
+ return jsonObj;
70
+ }
71
+ TargetPredefinedMetricExpressionRule.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(TargetPredefinedMetricExpressionRule = exports.TargetPredefinedMetricExpressionRule || (exports.TargetPredefinedMetricExpressionRule = {}));
73
+ //# sourceMappingURL=target-predefined-metric-expression-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"target-predefined-metric-expression-rule.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/target-predefined-metric-expression-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,oCAAoC,CAsDpD;AAtDD,WAAiB,oCAAoC;IACnD,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,gDAAkC,CAAA;QAClC,sDAAwC,CAAA;QACxC;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,+CAAU,KAAV,+CAAU,QAQrB;IAED,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iDAAiD,CAAC,UAAU,CACjE,GAAG,CACqC,CAAC,GAC5C;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,uDAAuD,CAAC,UAAU,CACtE,GAAG,CAAC,kBAAkB,CACvB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAU,aAoBzB,CAAA;IACY,6DAAwB,GAAG,8BAA8B,CAAC;IACvE,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iDAAiD,CAAC,sBAAsB,CAC7E,GAAG,CACqC,CAAC,GAC5C;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,uDAAuD,CAAC,sBAAsB,CAClF,GAAG,CAAC,kBAAkB,CACvB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,2DAAsB,yBAoBrC,CAAA;AACH,CAAC,EAtDgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAsDpD"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Data Science API
3
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
4
+
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * The target scaling configuration for the workload scaling.
16
+ */
17
+ export interface TargetScalingConfiguration {
18
+ "targetScalingConfigurationType": string;
19
+ }
20
+ export declare namespace TargetScalingConfiguration {
21
+ function getJsonObj(obj: TargetScalingConfiguration): object;
22
+ function getDeserializedJsonObj(obj: TargetScalingConfiguration): object;
23
+ }
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.TargetScalingConfiguration = void 0;
36
+ const model = __importStar(require("../model"));
37
+ const common = require("oci-common");
38
+ var TargetScalingConfiguration;
39
+ (function (TargetScalingConfiguration) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ if (obj && "targetScalingConfigurationType" in obj && obj.targetScalingConfigurationType) {
43
+ switch (obj.targetScalingConfigurationType) {
44
+ case "QUERY":
45
+ return model.TargetCustomExpressionQueryScalingConfiguration.getJsonObj(jsonObj, true);
46
+ case "THRESHOLD":
47
+ return model.TargetPredefinedExpressionThresholdScalingConfiguration.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.targetScalingConfigurationType}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ TargetScalingConfiguration.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "targetScalingConfigurationType" in obj && obj.targetScalingConfigurationType) {
59
+ switch (obj.targetScalingConfigurationType) {
60
+ case "QUERY":
61
+ return model.TargetCustomExpressionQueryScalingConfiguration.getDeserializedJsonObj(jsonObj, true);
62
+ case "THRESHOLD":
63
+ return model.TargetPredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj(jsonObj, true);
64
+ default:
65
+ if (common.LOG.logger)
66
+ common.LOG.logger.info(`Unknown value for: ${obj.targetScalingConfigurationType}`);
67
+ }
68
+ }
69
+ return jsonObj;
70
+ }
71
+ TargetScalingConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(TargetScalingConfiguration = exports.TargetScalingConfiguration || (exports.TargetScalingConfiguration = {}));
73
+ //# sourceMappingURL=target-scaling-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"target-scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/target-scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,0BAA0B,CA6C1C;AA7CD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,gCAAgC,IAAI,GAAG,IAAI,GAAG,CAAC,8BAA8B,EAAE;YACxF,QAAQ,GAAG,CAAC,8BAA8B,EAAE;gBAC1C,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,uDAAuD,CAAC,UAAU,CACL,OAAQ,EAChF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,8BAA8B,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,qCAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,gCAAgC,IAAI,GAAG,IAAI,GAAG,CAAC,8BAA8B,EAAE;YACxF,QAAQ,GAAG,CAAC,8BAA8B,EAAE;gBAC1C,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,uDAAuD,CAAC,sBAAsB,CACjB,OAAQ,EAChF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,8BAA8B,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,iDAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6C1C"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Data Science API
3
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
4
+
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Configuration details of the targeted Compute.
16
+ */
17
+ export interface UpdateComputeConfigurationDetails {
18
+ "computeType": string;
19
+ }
20
+ export declare namespace UpdateComputeConfigurationDetails {
21
+ function getJsonObj(obj: UpdateComputeConfigurationDetails): object;
22
+ function getDeserializedJsonObj(obj: UpdateComputeConfigurationDetails): object;
23
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.UpdateComputeConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ const common = require("oci-common");
38
+ var UpdateComputeConfigurationDetails;
39
+ (function (UpdateComputeConfigurationDetails) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ if (obj && "computeType" in obj && obj.computeType) {
43
+ switch (obj.computeType) {
44
+ case "MANAGED_COMPUTE_CLUSTER":
45
+ return model.UpdateManagedComputeClusterConfigurationDetails.getJsonObj(jsonObj, true);
46
+ default:
47
+ if (common.LOG.logger)
48
+ common.LOG.logger.info(`Unknown value for: ${obj.computeType}`);
49
+ }
50
+ }
51
+ return jsonObj;
52
+ }
53
+ UpdateComputeConfigurationDetails.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
56
+ if (obj && "computeType" in obj && obj.computeType) {
57
+ switch (obj.computeType) {
58
+ case "MANAGED_COMPUTE_CLUSTER":
59
+ return model.UpdateManagedComputeClusterConfigurationDetails.getDeserializedJsonObj(jsonObj, true);
60
+ default:
61
+ if (common.LOG.logger)
62
+ common.LOG.logger.info(`Unknown value for: ${obj.computeType}`);
63
+ }
64
+ }
65
+ return jsonObj;
66
+ }
67
+ UpdateComputeConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(UpdateComputeConfigurationDetails = exports.UpdateComputeConfigurationDetails || (exports.UpdateComputeConfigurationDetails = {}));
69
+ //# sourceMappingURL=update-compute-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-compute-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-compute-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,iCAAiC,CAiCjD;AAjCD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,aAAa,IAAI,GAAG,IAAI,GAAG,CAAC,WAAW,EAAE;YAClD,QAAQ,GAAG,CAAC,WAAW,EAAE;gBACvB,KAAK,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC;aAC1F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4CAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,aAAa,IAAI,GAAG,IAAI,GAAG,CAAC,WAAW,EAAE;YAClD,QAAQ,GAAG,CAAC,WAAW,EAAE;gBACvB,KAAK,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC;aAC1F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAiCjD"}
@@ -0,0 +1,66 @@
1
+ /**
2
+ * Data Science API
3
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
4
+
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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
+ import * as model from "../model";
15
+ /**
16
+ * Details for updating a compute target.
17
+ */
18
+ export interface UpdateComputeTargetDetails {
19
+ /**
20
+ * A user-friendly display name for the resource.
21
+ */
22
+ "displayName"?: string;
23
+ /**
24
+ * A short description of the compute target.
25
+ */
26
+ "description"?: string;
27
+ /**
28
+ * Metadata for the compute target.
29
+ * The size of metadata must be less than 2048 bytes.
30
+ * Key should be under 32 characters.
31
+ * Key should contain only letters, digits and underscore (_)
32
+ * Key should start with a letter.
33
+ * Key should have at least 2 characters.
34
+ * Key should not end with underscore eg. {@code TEST_}
35
+ * Key if added cannot be empty. Value can be empty.
36
+ * No specific size limits on individual Values. But overall metadata is limited to 2048 bytes.
37
+ * Key can't be reserved Compute Target metadata.
38
+ *
39
+ */
40
+ "metadata"?: {
41
+ [key: string]: string;
42
+ };
43
+ "computeConfigurationDetails"?: model.UpdateManagedComputeClusterConfigurationDetails;
44
+ /**
45
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
46
+ * Example: {@code {\"Department\": \"Finance\"}}
47
+ *
48
+ */
49
+ "freeformTags"?: {
50
+ [key: string]: string;
51
+ };
52
+ /**
53
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
54
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
55
+ *
56
+ */
57
+ "definedTags"?: {
58
+ [key: string]: {
59
+ [key: string]: any;
60
+ };
61
+ };
62
+ }
63
+ export declare namespace UpdateComputeTargetDetails {
64
+ function getJsonObj(obj: UpdateComputeTargetDetails): object;
65
+ function getDeserializedJsonObj(obj: UpdateComputeTargetDetails): object;
66
+ }
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.UpdateComputeTargetDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var UpdateComputeTargetDetails;
38
+ (function (UpdateComputeTargetDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "computeConfigurationDetails": obj.computeConfigurationDetails
42
+ ? model.UpdateComputeConfigurationDetails.getJsonObj(obj.computeConfigurationDetails)
43
+ : undefined
44
+ });
45
+ return jsonObj;
46
+ }
47
+ UpdateComputeTargetDetails.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "computeConfigurationDetails": obj.computeConfigurationDetails
51
+ ? model.UpdateComputeConfigurationDetails.getDeserializedJsonObj(obj.computeConfigurationDetails)
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ UpdateComputeTargetDetails.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(UpdateComputeTargetDetails = exports.UpdateComputeTargetDetails || (exports.UpdateComputeTargetDetails = {}));
58
+ //# sourceMappingURL=update-compute-target-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-compute-target-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-compute-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4ClC,IAAiB,0BAA0B,CA2B1C;AA3BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,2BAA2B,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC5D,GAAG,CAAC,2BAA2B,CAChC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA3BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA2B1C"}
@@ -24,7 +24,7 @@ export interface UpdateJobDetails {
24
24
  * A short description of the job.
25
25
  */
26
26
  "description"?: string;
27
- "jobInfrastructureConfigurationDetails"?: model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
27
+ "jobInfrastructureConfigurationDetails"?: model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.ManagedComputeClusterJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
28
28
  /**
29
29
  * Collection of JobStorageMountConfigurationDetails.
30
30
  */
@@ -1 +1 @@
1
- {"version":3,"file":"update-job-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-job-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsClC,IAAiB,gBAAgB,CAuChC;AAvCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACpD,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;YACb,yCAAyC,EAAE,GAAG,CAAC,uCAAuC;gBACpF,CAAC,CAAC,GAAG,CAAC,uCAAuC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrD,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,2BAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CAChE,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;YACb,yCAAyC,EAAE,GAAG,CAAC,uCAAuC;gBACpF,CAAC,CAAC,GAAG,CAAC,uCAAuC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrD,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,uCAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAuChC"}
1
+ {"version":3,"file":"update-job-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-job-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,gBAAgB,CAuChC;AAvCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACpD,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;YACb,yCAAyC,EAAE,GAAG,CAAC,uCAAuC;gBACpF,CAAC,CAAC,GAAG,CAAC,uCAAuC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrD,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,2BAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CAChE,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;YACb,yCAAyC,EAAE,GAAG,CAAC,uCAAuC;gBACpF,CAAC,CAAC,GAAG,CAAC,uCAAuC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrD,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,uCAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAuChC"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Data Science API
3
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
4
+
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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
+ import * as model from "../model";
15
+ /**
16
+ * The configuration details for the managed compute cluster type compute target.
17
+ */
18
+ export interface UpdateManagedComputeClusterConfigurationDetails extends model.UpdateComputeConfigurationDetails {
19
+ "instanceConfiguration"?: model.UpdateManagedComputeClusterInstanceConfigurationDetails;
20
+ "scalingPolicy"?: model.ManagedComputeClusterAutoScalingPolicy | model.ManagedComputeClusterFixedSizeScalingPolicy;
21
+ "computeType": string;
22
+ }
23
+ export declare namespace UpdateManagedComputeClusterConfigurationDetails {
24
+ function getJsonObj(obj: UpdateManagedComputeClusterConfigurationDetails, isParentJsonObj?: boolean): object;
25
+ const computeType = "MANAGED_COMPUTE_CLUSTER";
26
+ function getDeserializedJsonObj(obj: UpdateManagedComputeClusterConfigurationDetails, isParentJsonObj?: boolean): object;
27
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.UpdateManagedComputeClusterConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var UpdateManagedComputeClusterConfigurationDetails;
38
+ (function (UpdateManagedComputeClusterConfigurationDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.UpdateComputeConfigurationDetails.getJsonObj(obj))), {
43
+ "instanceConfiguration": obj.instanceConfiguration
44
+ ? model.UpdateManagedComputeClusterInstanceConfigurationDetails.getJsonObj(obj.instanceConfiguration)
45
+ : undefined,
46
+ "scalingPolicy": obj.scalingPolicy
47
+ ? model.ManagedComputeClusterScalingPolicy.getJsonObj(obj.scalingPolicy)
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ UpdateManagedComputeClusterConfigurationDetails.getJsonObj = getJsonObj;
53
+ UpdateManagedComputeClusterConfigurationDetails.computeType = "MANAGED_COMPUTE_CLUSTER";
54
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
55
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
56
+ ? obj
57
+ : model.UpdateComputeConfigurationDetails.getDeserializedJsonObj(obj))), {
58
+ "instanceConfiguration": obj.instanceConfiguration
59
+ ? model.UpdateManagedComputeClusterInstanceConfigurationDetails.getDeserializedJsonObj(obj.instanceConfiguration)
60
+ : undefined,
61
+ "scalingPolicy": obj.scalingPolicy
62
+ ? model.ManagedComputeClusterScalingPolicy.getDeserializedJsonObj(obj.scalingPolicy)
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ UpdateManagedComputeClusterConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(UpdateManagedComputeClusterConfigurationDetails = exports.UpdateManagedComputeClusterConfigurationDetails || (exports.UpdateManagedComputeClusterConfigurationDetails = {}));
69
+ //# sourceMappingURL=update-managed-compute-cluster-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-managed-compute-cluster-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-managed-compute-cluster-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,+CAA+C,CAkD/D;AAlDD,WAAiB,+CAA+C;IAC9D,SAAgB,UAAU,CACxB,GAAoD,EACpD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACjD,GAAG,CACgD,CAAC,GACvD;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,uDAAuD,CAAC,UAAU,CACtE,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,0DAAU,aAuBzB,CAAA;IACY,2DAAW,GAAG,yBAAyB,CAAC;IACrD,SAAgB,sBAAsB,CACpC,GAAoD,EACpD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC7D,GAAG,CACgD,CAAC,GACvD;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,uDAAuD,CAAC,sBAAsB,CAClF,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACpF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,sEAAsB,yBAuBrC,CAAA;AACH,CAAC,EAlDgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAkD/D"}