oci-datascience 2.132.0 → 2.135.0

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 +8 -6
  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,29 @@
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 fixed size scaling policy.
17
+ */
18
+ export interface ManagedComputeClusterFixedSizeScalingPolicy extends model.ManagedComputeClusterScalingPolicy {
19
+ /**
20
+ * The number of instances for the managed compute cluster type compute target. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
21
+ */
22
+ "instanceCount": number;
23
+ "policyType": string;
24
+ }
25
+ export declare namespace ManagedComputeClusterFixedSizeScalingPolicy {
26
+ function getJsonObj(obj: ManagedComputeClusterFixedSizeScalingPolicy, isParentJsonObj?: boolean): object;
27
+ const policyType = "FIXED_SIZE";
28
+ function getDeserializedJsonObj(obj: ManagedComputeClusterFixedSizeScalingPolicy, isParentJsonObj?: boolean): object;
29
+ }
@@ -32,24 +32,24 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.CreateIdcsAuthConfigurationDetails = void 0;
35
+ exports.ManagedComputeClusterFixedSizeScalingPolicy = void 0;
36
36
  const model = __importStar(require("../model"));
37
- var CreateIdcsAuthConfigurationDetails;
38
- (function (CreateIdcsAuthConfigurationDetails) {
37
+ var ManagedComputeClusterFixedSizeScalingPolicy;
38
+ (function (ManagedComputeClusterFixedSizeScalingPolicy) {
39
39
  function getJsonObj(obj, isParentJsonObj) {
40
40
  const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
41
  ? obj
42
- : model.CreateAuthConfigurationDetails.getJsonObj(obj))), {});
42
+ : model.ManagedComputeClusterScalingPolicy.getJsonObj(obj))), {});
43
43
  return jsonObj;
44
44
  }
45
- CreateIdcsAuthConfigurationDetails.getJsonObj = getJsonObj;
46
- CreateIdcsAuthConfigurationDetails.type = "IDCS";
45
+ ManagedComputeClusterFixedSizeScalingPolicy.getJsonObj = getJsonObj;
46
+ ManagedComputeClusterFixedSizeScalingPolicy.policyType = "FIXED_SIZE";
47
47
  function getDeserializedJsonObj(obj, isParentJsonObj) {
48
48
  const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
49
  ? obj
50
- : model.CreateAuthConfigurationDetails.getDeserializedJsonObj(obj))), {});
50
+ : model.ManagedComputeClusterScalingPolicy.getDeserializedJsonObj(obj))), {});
51
51
  return jsonObj;
52
52
  }
53
- CreateIdcsAuthConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
54
- })(CreateIdcsAuthConfigurationDetails = exports.CreateIdcsAuthConfigurationDetails || (exports.CreateIdcsAuthConfigurationDetails = {}));
55
- //# sourceMappingURL=create-idcs-auth-configuration-details.js.map
53
+ ManagedComputeClusterFixedSizeScalingPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(ManagedComputeClusterFixedSizeScalingPolicy = exports.ManagedComputeClusterFixedSizeScalingPolicy || (exports.ManagedComputeClusterFixedSizeScalingPolicy = {}));
55
+ //# sourceMappingURL=managed-compute-cluster-fixed-size-scaling-policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managed-compute-cluster-fixed-size-scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-fixed-size-scaling-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,2CAA2C,CAgC3D;AAhCD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CACxB,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAClD,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAU,aAczB,CAAA;IACY,sDAAU,GAAG,YAAY,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAC9D,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAgC3D"}
@@ -0,0 +1,32 @@
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 compute target instance configuration details for managed compute cluster type compute target.
17
+ */
18
+ export interface ManagedComputeClusterInstanceConfigurationDetails {
19
+ /**
20
+ * The shape used to launch the instances in compute target. Supported shapes can be retrieved using compute target shapes api.
21
+ */
22
+ "instanceShape": string;
23
+ /**
24
+ * The size of the boot volume to attach to the instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "bootVolumeSizeInGBs"?: number;
27
+ "instanceShapeDetails"?: model.ManagedComputeClusterInstanceShapeDetails;
28
+ }
29
+ export declare namespace ManagedComputeClusterInstanceConfigurationDetails {
30
+ function getJsonObj(obj: ManagedComputeClusterInstanceConfigurationDetails): object;
31
+ function getDeserializedJsonObj(obj: ManagedComputeClusterInstanceConfigurationDetails): object;
32
+ }
@@ -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.ManagedComputeClusterInstanceConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var ManagedComputeClusterInstanceConfigurationDetails;
38
+ (function (ManagedComputeClusterInstanceConfigurationDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "instanceShapeDetails": obj.instanceShapeDetails
42
+ ? model.ManagedComputeClusterInstanceShapeDetails.getJsonObj(obj.instanceShapeDetails)
43
+ : undefined
44
+ });
45
+ return jsonObj;
46
+ }
47
+ ManagedComputeClusterInstanceConfigurationDetails.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "instanceShapeDetails": obj.instanceShapeDetails
51
+ ? model.ManagedComputeClusterInstanceShapeDetails.getDeserializedJsonObj(obj.instanceShapeDetails)
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ ManagedComputeClusterInstanceConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(ManagedComputeClusterInstanceConfigurationDetails = exports.ManagedComputeClusterInstanceConfigurationDetails || (exports.ManagedComputeClusterInstanceConfigurationDetails = {}));
58
+ //# sourceMappingURL=managed-compute-cluster-instance-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managed-compute-cluster-instance-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-instance-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,iDAAiD,CA6BjE;AA7BD,WAAiB,iDAAiD;IAChE,SAAgB,UAAU,CAAC,GAAsD;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACtF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4DAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAsD;QAEtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACpE,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wEAAsB,yBAerC,CAAA;AACH,CAAC,EA7BgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QA6BjE"}
@@ -0,0 +1,30 @@
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
+ * Instance shape configuration for managed compute cluster type compute target. Specify only when a flex shape is selected.
16
+ */
17
+ export interface ManagedComputeClusterInstanceShapeDetails {
18
+ /**
19
+ * The total number of OCPUs allocated to the instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
+ */
21
+ "ocpus"?: number;
22
+ /**
23
+ * The total amount of memory allocated to the instance, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "memoryInGBs"?: number;
26
+ }
27
+ export declare namespace ManagedComputeClusterInstanceShapeDetails {
28
+ function getJsonObj(obj: ManagedComputeClusterInstanceShapeDetails): object;
29
+ function getDeserializedJsonObj(obj: ManagedComputeClusterInstanceShapeDetails): object;
30
+ }
@@ -0,0 +1,30 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ManagedComputeClusterInstanceShapeDetails = void 0;
17
+ var ManagedComputeClusterInstanceShapeDetails;
18
+ (function (ManagedComputeClusterInstanceShapeDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ ManagedComputeClusterInstanceShapeDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ ManagedComputeClusterInstanceShapeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(ManagedComputeClusterInstanceShapeDetails = exports.ManagedComputeClusterInstanceShapeDetails || (exports.ManagedComputeClusterInstanceShapeDetails = {}));
30
+ //# sourceMappingURL=managed-compute-cluster-instance-shape-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managed-compute-cluster-instance-shape-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-instance-shape-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
@@ -0,0 +1,30 @@
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 job infrastructure configuration for compute target.
17
+ */
18
+ export interface ManagedComputeClusterJobInfrastructureConfigurationDetails extends model.JobInfrastructureConfigurationDetails {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute target.
21
+ */
22
+ "computeTargetId": string;
23
+ "resourceConfiguration": model.ManagedComputeClusterJobResourceConfiguration;
24
+ "jobInfrastructureType": string;
25
+ }
26
+ export declare namespace ManagedComputeClusterJobInfrastructureConfigurationDetails {
27
+ function getJsonObj(obj: ManagedComputeClusterJobInfrastructureConfigurationDetails, isParentJsonObj?: boolean): object;
28
+ const jobInfrastructureType = "MANAGED_COMPUTE_CLUSTER";
29
+ function getDeserializedJsonObj(obj: ManagedComputeClusterJobInfrastructureConfigurationDetails, isParentJsonObj?: boolean): object;
30
+ }
@@ -0,0 +1,63 @@
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.ManagedComputeClusterJobInfrastructureConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var ManagedComputeClusterJobInfrastructureConfigurationDetails;
38
+ (function (ManagedComputeClusterJobInfrastructureConfigurationDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.JobInfrastructureConfigurationDetails.getJsonObj(obj))), {
43
+ "resourceConfiguration": obj.resourceConfiguration
44
+ ? model.ManagedComputeClusterJobResourceConfiguration.getJsonObj(obj.resourceConfiguration)
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ ManagedComputeClusterJobInfrastructureConfigurationDetails.getJsonObj = getJsonObj;
50
+ ManagedComputeClusterJobInfrastructureConfigurationDetails.jobInfrastructureType = "MANAGED_COMPUTE_CLUSTER";
51
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
52
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
53
+ ? obj
54
+ : model.JobInfrastructureConfigurationDetails.getDeserializedJsonObj(obj))), {
55
+ "resourceConfiguration": obj.resourceConfiguration
56
+ ? model.ManagedComputeClusterJobResourceConfiguration.getDeserializedJsonObj(obj.resourceConfiguration)
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ ManagedComputeClusterJobInfrastructureConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(ManagedComputeClusterJobInfrastructureConfigurationDetails = exports.ManagedComputeClusterJobInfrastructureConfigurationDetails || (exports.ManagedComputeClusterJobInfrastructureConfigurationDetails = {}));
63
+ //# sourceMappingURL=managed-compute-cluster-job-infrastructure-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managed-compute-cluster-job-infrastructure-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,0DAA0D,CA4C1E;AA5CD,WAAiB,0DAA0D;IACzE,SAAgB,UAAU,CACxB,GAA+D,EAC/D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACrD,GAAG,CAC2D,CAAC,GAClE;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,6CAA6C,CAAC,UAAU,CAC5D,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,qEAAU,aAoBzB,CAAA;IACY,gFAAqB,GAAG,yBAAyB,CAAC;IAC/D,SAAgB,sBAAsB,CACpC,GAA+D,EAC/D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjE,GAAG,CAC2D,CAAC,GAClE;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CACxE,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,iFAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,0DAA0D,GAA1D,kEAA0D,KAA1D,kEAA0D,QA4C1E"}
@@ -13,17 +13,13 @@
13
13
  */
14
14
  import * as model from "../model";
15
15
  /**
16
- * Configuration of IDCS AuthN/Z for online prediction
16
+ * Details for the compute target job resource configuration.
17
17
  */
18
- export interface CreateIdcsAuthConfigurationDetails extends model.CreateAuthConfigurationDetails {
19
- /**
20
- * Identity Domain OCID
21
- */
22
- "domainId": string;
23
- "type": string;
18
+ export interface ManagedComputeClusterJobResourceConfiguration {
19
+ "resourceLimitConfiguration"?: model.ResourceLimitConfiguration;
20
+ "resourceRequestConfiguration": model.ResourceRequestConfiguration;
24
21
  }
25
- export declare namespace CreateIdcsAuthConfigurationDetails {
26
- function getJsonObj(obj: CreateIdcsAuthConfigurationDetails, isParentJsonObj?: boolean): object;
27
- const type = "IDCS";
28
- function getDeserializedJsonObj(obj: CreateIdcsAuthConfigurationDetails, isParentJsonObj?: boolean): object;
22
+ export declare namespace ManagedComputeClusterJobResourceConfiguration {
23
+ function getJsonObj(obj: ManagedComputeClusterJobResourceConfiguration): object;
24
+ function getDeserializedJsonObj(obj: ManagedComputeClusterJobResourceConfiguration): object;
29
25
  }
@@ -0,0 +1,64 @@
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.ManagedComputeClusterJobResourceConfiguration = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var ManagedComputeClusterJobResourceConfiguration;
38
+ (function (ManagedComputeClusterJobResourceConfiguration) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "resourceLimitConfiguration": obj.resourceLimitConfiguration
42
+ ? model.ResourceLimitConfiguration.getJsonObj(obj.resourceLimitConfiguration)
43
+ : undefined,
44
+ "resourceRequestConfiguration": obj.resourceRequestConfiguration
45
+ ? model.ResourceRequestConfiguration.getJsonObj(obj.resourceRequestConfiguration)
46
+ : undefined
47
+ });
48
+ return jsonObj;
49
+ }
50
+ ManagedComputeClusterJobResourceConfiguration.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {
53
+ "resourceLimitConfiguration": obj.resourceLimitConfiguration
54
+ ? model.ResourceLimitConfiguration.getDeserializedJsonObj(obj.resourceLimitConfiguration)
55
+ : undefined,
56
+ "resourceRequestConfiguration": obj.resourceRequestConfiguration
57
+ ? model.ResourceRequestConfiguration.getDeserializedJsonObj(obj.resourceRequestConfiguration)
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ ManagedComputeClusterJobResourceConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(ManagedComputeClusterJobResourceConfiguration = exports.ManagedComputeClusterJobResourceConfiguration || (exports.ManagedComputeClusterJobResourceConfiguration = {}));
64
+ //# sourceMappingURL=managed-compute-cluster-job-resource-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managed-compute-cluster-job-resource-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-job-resource-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,6CAA6C,CAmC7D;AAnCD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;YACb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,4BAA4B,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;YACb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACvD,GAAG,CAAC,4BAA4B,CACjC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oEAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnCgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAmC7D"}
@@ -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 metric expression rule base.
16
+ */
17
+ export interface ManagedComputeClusterMetricExpressionRule {
18
+ "metricExpressionRuleType": string;
19
+ }
20
+ export declare namespace ManagedComputeClusterMetricExpressionRule {
21
+ function getJsonObj(obj: ManagedComputeClusterMetricExpressionRule): object;
22
+ function getDeserializedJsonObj(obj: ManagedComputeClusterMetricExpressionRule): 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.ManagedComputeClusterMetricExpressionRule = void 0;
36
+ const model = __importStar(require("../model"));
37
+ const common = require("oci-common");
38
+ var ManagedComputeClusterMetricExpressionRule;
39
+ (function (ManagedComputeClusterMetricExpressionRule) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ if (obj && "metricExpressionRuleType" in obj && obj.metricExpressionRuleType) {
43
+ switch (obj.metricExpressionRuleType) {
44
+ case "PREDEFINED_EXPRESSION":
45
+ return model.ManagedComputeClusterPredefinedMetricExpressionRule.getJsonObj(jsonObj, true);
46
+ case "CUSTOM_EXPRESSION":
47
+ return model.ManagedComputeClusterCustomMetricExpressionRule.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.metricExpressionRuleType}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ ManagedComputeClusterMetricExpressionRule.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "metricExpressionRuleType" in obj && obj.metricExpressionRuleType) {
59
+ switch (obj.metricExpressionRuleType) {
60
+ case "PREDEFINED_EXPRESSION":
61
+ return model.ManagedComputeClusterPredefinedMetricExpressionRule.getDeserializedJsonObj(jsonObj, true);
62
+ case "CUSTOM_EXPRESSION":
63
+ return model.ManagedComputeClusterCustomMetricExpressionRule.getDeserializedJsonObj(jsonObj, true);
64
+ default:
65
+ if (common.LOG.logger)
66
+ common.LOG.logger.info(`Unknown value for: ${obj.metricExpressionRuleType}`);
67
+ }
68
+ }
69
+ return jsonObj;
70
+ }
71
+ ManagedComputeClusterMetricExpressionRule.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(ManagedComputeClusterMetricExpressionRule = exports.ManagedComputeClusterMetricExpressionRule || (exports.ManagedComputeClusterMetricExpressionRule = {}));
73
+ //# sourceMappingURL=managed-compute-cluster-metric-expression-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managed-compute-cluster-metric-expression-rule.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-metric-expression-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,yCAAyC,CA6CzD;AA7CD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,0BAA0B,IAAI,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE;YAC5E,QAAQ,GAAG,CAAC,wBAAwB,EAAE;gBACpC,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mDAAmD,CAAC,UAAU,CACL,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,wBAAwB,EAAE,CAAC,CAAC;aAClF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,oDAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,0BAA0B,IAAI,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE;YAC5E,QAAQ,GAAG,CAAC,wBAAwB,EAAE;gBACpC,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CACjB,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,wBAAwB,EAAE,CAAC,CAAC;aAClF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,gEAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA6CzD"}
@@ -0,0 +1,31 @@
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
+ * Infrastructure configuration details for model deploy on managed compute cluster type compute target.
17
+ */
18
+ export interface ManagedComputeClusterModelDeployInfrastructureConfigDetails extends model.ModelDeployInfrastructureConfigurationDetails {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Compute Target.
21
+ */
22
+ "computeTargetId": string;
23
+ "modelDeploymentResourceConfiguration"?: model.ManagedComputeClusterModelDeploymentResourceConfiguration;
24
+ "scalingPolicy"?: model.ManagedComputeClusterWorkloadAutoScalingPolicy | model.ManagedComputeClusterWorkloadFixedSizeScalingPolicy;
25
+ "infrastructureType": string;
26
+ }
27
+ export declare namespace ManagedComputeClusterModelDeployInfrastructureConfigDetails {
28
+ function getJsonObj(obj: ManagedComputeClusterModelDeployInfrastructureConfigDetails, isParentJsonObj?: boolean): object;
29
+ const infrastructureType = "MANAGED_COMPUTE_CLUSTER";
30
+ function getDeserializedJsonObj(obj: ManagedComputeClusterModelDeployInfrastructureConfigDetails, isParentJsonObj?: boolean): object;
31
+ }
@@ -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.ManagedComputeClusterModelDeployInfrastructureConfigDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var ManagedComputeClusterModelDeployInfrastructureConfigDetails;
38
+ (function (ManagedComputeClusterModelDeployInfrastructureConfigDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.ModelDeployInfrastructureConfigurationDetails.getJsonObj(obj))), {
43
+ "modelDeploymentResourceConfiguration": obj.modelDeploymentResourceConfiguration
44
+ ? model.ManagedComputeClusterModelDeploymentResourceConfiguration.getJsonObj(obj.modelDeploymentResourceConfiguration)
45
+ : undefined,
46
+ "scalingPolicy": obj.scalingPolicy
47
+ ? model.ManagedComputeClusterWorkloadScalingPolicy.getJsonObj(obj.scalingPolicy)
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ ManagedComputeClusterModelDeployInfrastructureConfigDetails.getJsonObj = getJsonObj;
53
+ ManagedComputeClusterModelDeployInfrastructureConfigDetails.infrastructureType = "MANAGED_COMPUTE_CLUSTER";
54
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
55
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
56
+ ? obj
57
+ : model.ModelDeployInfrastructureConfigurationDetails.getDeserializedJsonObj(obj))), {
58
+ "modelDeploymentResourceConfiguration": obj.modelDeploymentResourceConfiguration
59
+ ? model.ManagedComputeClusterModelDeploymentResourceConfiguration.getDeserializedJsonObj(obj.modelDeploymentResourceConfiguration)
60
+ : undefined,
61
+ "scalingPolicy": obj.scalingPolicy
62
+ ? model.ManagedComputeClusterWorkloadScalingPolicy.getDeserializedJsonObj(obj.scalingPolicy)
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ ManagedComputeClusterModelDeployInfrastructureConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(ManagedComputeClusterModelDeployInfrastructureConfigDetails = exports.ManagedComputeClusterModelDeployInfrastructureConfigDetails || (exports.ManagedComputeClusterModelDeployInfrastructureConfigDetails = {}));
69
+ //# sourceMappingURL=managed-compute-cluster-model-deploy-infrastructure-config-details.js.map