oci-datascience 2.50.2 → 2.50.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/lib/client.d.ts +279 -69
  2. package/lib/client.js +1290 -156
  3. package/lib/client.js.map +1 -1
  4. package/lib/datascience-waiter.d.ts +16 -0
  5. package/lib/datascience-waiter.js +24 -0
  6. package/lib/datascience-waiter.js.map +1 -1
  7. package/lib/model/change-pipeline-compartment-details.d.ts +27 -0
  8. package/lib/model/change-pipeline-compartment-details.js +30 -0
  9. package/lib/model/change-pipeline-compartment-details.js.map +1 -0
  10. package/lib/model/change-pipeline-run-compartment-details.d.ts +27 -0
  11. package/lib/model/change-pipeline-run-compartment-details.js +30 -0
  12. package/lib/model/change-pipeline-run-compartment-details.js.map +1 -0
  13. package/lib/model/create-pipeline-details.d.ts +64 -0
  14. package/lib/model/create-pipeline-details.js +80 -0
  15. package/lib/model/create-pipeline-details.js.map +1 -0
  16. package/lib/model/create-pipeline-run-details.d.ts +73 -0
  17. package/lib/model/create-pipeline-run-details.js +74 -0
  18. package/lib/model/create-pipeline-run-details.js.map +1 -0
  19. package/lib/model/index.d.ts +58 -0
  20. package/lib/model/index.js +61 -2
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/pipeline-configuration-details.d.ts +23 -0
  23. package/lib/model/pipeline-configuration-details.js +69 -0
  24. package/lib/model/pipeline-configuration-details.js.map +1 -0
  25. package/lib/model/pipeline-custom-script-step-details.d.ts +30 -0
  26. package/lib/model/pipeline-custom-script-step-details.js +63 -0
  27. package/lib/model/pipeline-custom-script-step-details.js.map +1 -0
  28. package/lib/model/pipeline-custom-script-step-run.d.ts +25 -0
  29. package/lib/model/pipeline-custom-script-step-run.js +55 -0
  30. package/lib/model/pipeline-custom-script-step-run.js.map +1 -0
  31. package/lib/model/pipeline-custom-script-step-update-details.d.ts +25 -0
  32. package/lib/model/pipeline-custom-script-step-update-details.js +55 -0
  33. package/lib/model/pipeline-custom-script-step-update-details.js.map +1 -0
  34. package/lib/model/pipeline-default-configuration-details.d.ts +40 -0
  35. package/lib/model/pipeline-default-configuration-details.js +55 -0
  36. package/lib/model/pipeline-default-configuration-details.js.map +1 -0
  37. package/lib/model/pipeline-infrastructure-configuration-details.d.ts +33 -0
  38. package/lib/model/pipeline-infrastructure-configuration-details.js +58 -0
  39. package/lib/model/pipeline-infrastructure-configuration-details.js.map +1 -0
  40. package/lib/model/pipeline-lifecycle-state.d.ts +32 -0
  41. package/lib/model/pipeline-lifecycle-state.js +43 -0
  42. package/lib/model/pipeline-lifecycle-state.js.map +1 -0
  43. package/lib/model/pipeline-log-configuration-details.d.ts +38 -0
  44. package/lib/model/pipeline-log-configuration-details.js +30 -0
  45. package/lib/model/pipeline-log-configuration-details.js.map +1 -0
  46. package/lib/model/pipeline-ml-job-step-details.d.ts +29 -0
  47. package/lib/model/pipeline-ml-job-step-details.js +55 -0
  48. package/lib/model/pipeline-ml-job-step-details.js.map +1 -0
  49. package/lib/model/pipeline-ml-job-step-run.d.ts +29 -0
  50. package/lib/model/pipeline-ml-job-step-run.js +53 -0
  51. package/lib/model/pipeline-ml-job-step-run.js.map +1 -0
  52. package/lib/model/pipeline-ml-job-step-update-details.d.ts +25 -0
  53. package/lib/model/pipeline-ml-job-step-update-details.js +55 -0
  54. package/lib/model/pipeline-ml-job-step-update-details.js.map +1 -0
  55. package/lib/model/pipeline-run-lifecycle-state.d.ts +35 -0
  56. package/lib/model/pipeline-run-lifecycle-state.js +46 -0
  57. package/lib/model/pipeline-run-lifecycle-state.js.map +1 -0
  58. package/lib/model/pipeline-run-log-details.d.ts +30 -0
  59. package/lib/model/pipeline-run-log-details.js +30 -0
  60. package/lib/model/pipeline-run-log-details.js.map +1 -0
  61. package/lib/model/pipeline-run-summary.d.ts +99 -0
  62. package/lib/model/pipeline-run-summary.js +30 -0
  63. package/lib/model/pipeline-run-summary.js.map +1 -0
  64. package/lib/model/pipeline-run.d.ts +111 -0
  65. package/lib/model/pipeline-run.js +96 -0
  66. package/lib/model/pipeline-run.js.map +1 -0
  67. package/lib/model/pipeline-shape-config-details.d.ts +32 -0
  68. package/lib/model/pipeline-shape-config-details.js +30 -0
  69. package/lib/model/pipeline-shape-config-details.js.map +1 -0
  70. package/lib/model/pipeline-step-configuration-details.d.ts +36 -0
  71. package/lib/model/pipeline-step-configuration-details.js +30 -0
  72. package/lib/model/pipeline-step-configuration-details.js.map +1 -0
  73. package/lib/model/pipeline-step-details.d.ts +37 -0
  74. package/lib/model/pipeline-step-details.js +81 -0
  75. package/lib/model/pipeline-step-details.js.map +1 -0
  76. package/lib/model/pipeline-step-override-details.d.ts +28 -0
  77. package/lib/model/pipeline-step-override-details.js +58 -0
  78. package/lib/model/pipeline-step-override-details.js.map +1 -0
  79. package/lib/model/pipeline-step-run.d.ts +59 -0
  80. package/lib/model/pipeline-step-run.js +90 -0
  81. package/lib/model/pipeline-step-run.js.map +1 -0
  82. package/lib/model/pipeline-step-update-details.d.ts +33 -0
  83. package/lib/model/pipeline-step-update-details.js +81 -0
  84. package/lib/model/pipeline-step-update-details.js.map +1 -0
  85. package/lib/model/pipeline-summary.d.ts +87 -0
  86. package/lib/model/pipeline-summary.js +30 -0
  87. package/lib/model/pipeline-summary.js.map +1 -0
  88. package/lib/model/pipeline.d.ts +102 -0
  89. package/lib/model/pipeline.js +80 -0
  90. package/lib/model/pipeline.js.map +1 -0
  91. package/lib/model/update-pipeline-details.d.ts +55 -0
  92. package/lib/model/update-pipeline-details.js +74 -0
  93. package/lib/model/update-pipeline-details.js.map +1 -0
  94. package/lib/model/update-pipeline-run-details.d.ts +44 -0
  95. package/lib/model/update-pipeline-run-details.js +30 -0
  96. package/lib/model/update-pipeline-run-details.js.map +1 -0
  97. package/lib/model/work-request-operation-type.d.ts +5 -0
  98. package/lib/model/work-request-operation-type.js +5 -0
  99. package/lib/model/work-request-operation-type.js.map +1 -1
  100. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  101. package/lib/request/activate-model-request.d.ts +1 -1
  102. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  103. package/lib/request/cancel-job-run-request.d.ts +1 -1
  104. package/lib/request/cancel-pipeline-run-request.d.ts +41 -0
  105. package/lib/request/cancel-pipeline-run-request.js +15 -0
  106. package/lib/request/cancel-pipeline-run-request.js.map +1 -0
  107. package/lib/request/cancel-work-request-request.d.ts +1 -1
  108. package/lib/request/change-job-compartment-request.d.ts +1 -1
  109. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  110. package/lib/request/change-model-compartment-request.d.ts +1 -1
  111. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  112. package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
  113. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  114. package/lib/request/change-pipeline-compartment-request.d.ts +41 -0
  115. package/lib/request/change-pipeline-compartment-request.js +15 -0
  116. package/lib/request/change-pipeline-compartment-request.js.map +1 -0
  117. package/lib/request/change-pipeline-run-compartment-request.d.ts +41 -0
  118. package/lib/request/change-pipeline-run-compartment-request.js +15 -0
  119. package/lib/request/change-pipeline-run-compartment-request.js.map +1 -0
  120. package/lib/request/change-project-compartment-request.d.ts +1 -1
  121. package/lib/request/create-job-artifact-request.d.ts +1 -1
  122. package/lib/request/create-job-request.d.ts +1 -1
  123. package/lib/request/create-job-run-request.d.ts +1 -1
  124. package/lib/request/create-model-artifact-request.d.ts +1 -1
  125. package/lib/request/create-model-deployment-request.d.ts +1 -1
  126. package/lib/request/create-model-provenance-request.d.ts +1 -1
  127. package/lib/request/create-model-request.d.ts +1 -1
  128. package/lib/request/create-model-version-set-request.d.ts +1 -1
  129. package/lib/request/create-notebook-session-request.d.ts +1 -1
  130. package/lib/request/create-pipeline-request.d.ts +33 -0
  131. package/lib/request/create-pipeline-request.js +15 -0
  132. package/lib/request/create-pipeline-request.js.map +1 -0
  133. package/lib/request/create-pipeline-run-request.d.ts +33 -0
  134. package/lib/request/create-pipeline-run-request.js +15 -0
  135. package/lib/request/create-pipeline-run-request.js.map +1 -0
  136. package/lib/request/create-project-request.d.ts +1 -1
  137. package/lib/request/create-step-artifact-request.d.ts +57 -0
  138. package/lib/request/create-step-artifact-request.js +15 -0
  139. package/lib/request/create-step-artifact-request.js.map +1 -0
  140. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  141. package/lib/request/deactivate-model-request.d.ts +1 -1
  142. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  143. package/lib/request/delete-job-request.d.ts +1 -1
  144. package/lib/request/delete-job-run-request.d.ts +1 -1
  145. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  146. package/lib/request/delete-model-request.d.ts +1 -1
  147. package/lib/request/delete-model-version-set-request.d.ts +1 -1
  148. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  149. package/lib/request/delete-pipeline-request.d.ts +44 -0
  150. package/lib/request/delete-pipeline-request.js +15 -0
  151. package/lib/request/delete-pipeline-request.js.map +1 -0
  152. package/lib/request/delete-pipeline-run-request.d.ts +40 -0
  153. package/lib/request/delete-pipeline-run-request.js +15 -0
  154. package/lib/request/delete-pipeline-run-request.js.map +1 -0
  155. package/lib/request/delete-project-request.d.ts +1 -1
  156. package/lib/request/export-model-artifact-request.d.ts +1 -1
  157. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  158. package/lib/request/get-job-request.d.ts +1 -1
  159. package/lib/request/get-job-run-request.d.ts +1 -1
  160. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  161. package/lib/request/get-model-deployment-request.d.ts +1 -1
  162. package/lib/request/get-model-provenance-request.d.ts +1 -1
  163. package/lib/request/get-model-request.d.ts +1 -1
  164. package/lib/request/get-model-version-set-request.d.ts +1 -1
  165. package/lib/request/get-notebook-session-request.d.ts +1 -1
  166. package/lib/request/get-pipeline-request.d.ts +27 -0
  167. package/lib/request/get-pipeline-request.js +15 -0
  168. package/lib/request/get-pipeline-request.js.map +1 -0
  169. package/lib/request/get-pipeline-run-request.d.ts +27 -0
  170. package/lib/request/get-pipeline-run-request.js +15 -0
  171. package/lib/request/get-pipeline-run-request.js.map +1 -0
  172. package/lib/request/get-project-request.d.ts +1 -1
  173. package/lib/request/get-step-artifact-content-request.d.ts +37 -0
  174. package/lib/request/get-step-artifact-content-request.js +15 -0
  175. package/lib/request/get-step-artifact-content-request.js.map +1 -0
  176. package/lib/request/get-work-request-request.d.ts +1 -1
  177. package/lib/request/head-job-artifact-request.d.ts +1 -1
  178. package/lib/request/head-model-artifact-request.d.ts +1 -1
  179. package/lib/request/head-step-artifact-request.d.ts +31 -0
  180. package/lib/request/head-step-artifact-request.js +15 -0
  181. package/lib/request/head-step-artifact-request.js.map +1 -0
  182. package/lib/request/import-model-artifact-request.d.ts +1 -1
  183. package/lib/request/index.d.ts +32 -0
  184. package/lib/request/index.js +5 -1
  185. package/lib/request/index.js.map +1 -1
  186. package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
  187. package/lib/request/list-job-runs-request.d.ts +1 -1
  188. package/lib/request/list-job-shapes-request.d.ts +1 -1
  189. package/lib/request/list-jobs-request.d.ts +1 -1
  190. package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
  191. package/lib/request/list-model-deployments-request.d.ts +1 -1
  192. package/lib/request/list-model-version-sets-request.d.ts +1 -1
  193. package/lib/request/list-models-request.d.ts +1 -1
  194. package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
  195. package/lib/request/list-notebook-sessions-request.d.ts +1 -1
  196. package/lib/request/list-pipeline-runs-request.d.ts +90 -0
  197. package/lib/request/list-pipeline-runs-request.js +29 -0
  198. package/lib/request/list-pipeline-runs-request.js.map +1 -0
  199. package/lib/request/list-pipelines-request.d.ts +90 -0
  200. package/lib/request/list-pipelines-request.js +29 -0
  201. package/lib/request/list-pipelines-request.js.map +1 -0
  202. package/lib/request/list-projects-request.d.ts +1 -1
  203. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  204. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  205. package/lib/request/list-work-requests-request.d.ts +7 -2
  206. package/lib/request/list-work-requests-request.js +5 -0
  207. package/lib/request/list-work-requests-request.js.map +1 -1
  208. package/lib/request/update-job-request.d.ts +1 -1
  209. package/lib/request/update-job-run-request.d.ts +1 -1
  210. package/lib/request/update-model-deployment-request.d.ts +1 -1
  211. package/lib/request/update-model-provenance-request.d.ts +1 -1
  212. package/lib/request/update-model-request.d.ts +1 -1
  213. package/lib/request/update-model-version-set-request.d.ts +1 -1
  214. package/lib/request/update-notebook-session-request.d.ts +1 -1
  215. package/lib/request/update-pipeline-request.d.ts +41 -0
  216. package/lib/request/update-pipeline-request.js +15 -0
  217. package/lib/request/update-pipeline-request.js.map +1 -0
  218. package/lib/request/update-pipeline-run-request.d.ts +41 -0
  219. package/lib/request/update-pipeline-run-request.js +15 -0
  220. package/lib/request/update-pipeline-run-request.js.map +1 -0
  221. package/lib/request/update-project-request.d.ts +1 -1
  222. package/lib/response/cancel-pipeline-run-response.d.ts +20 -0
  223. package/lib/response/cancel-pipeline-run-response.js +15 -0
  224. package/lib/response/cancel-pipeline-run-response.js.map +1 -0
  225. package/lib/response/change-pipeline-compartment-response.d.ts +20 -0
  226. package/lib/response/change-pipeline-compartment-response.js +15 -0
  227. package/lib/response/change-pipeline-compartment-response.js.map +1 -0
  228. package/lib/response/change-pipeline-run-compartment-response.d.ts +20 -0
  229. package/lib/response/change-pipeline-run-compartment-response.js +15 -0
  230. package/lib/response/change-pipeline-run-compartment-response.js.map +1 -0
  231. package/lib/response/create-pipeline-response.d.ts +30 -0
  232. package/lib/response/create-pipeline-response.js +15 -0
  233. package/lib/response/create-pipeline-response.js.map +1 -0
  234. package/lib/response/create-pipeline-run-response.d.ts +35 -0
  235. package/lib/response/create-pipeline-run-response.js +15 -0
  236. package/lib/response/create-pipeline-run-response.js.map +1 -0
  237. package/lib/response/create-step-artifact-response.d.ts +20 -0
  238. package/lib/response/create-step-artifact-response.js +15 -0
  239. package/lib/response/create-step-artifact-response.js.map +1 -0
  240. package/lib/response/delete-pipeline-response.d.ts +26 -0
  241. package/lib/response/delete-pipeline-response.js +15 -0
  242. package/lib/response/delete-pipeline-response.js.map +1 -0
  243. package/lib/response/delete-pipeline-run-response.d.ts +20 -0
  244. package/lib/response/delete-pipeline-run-response.js +15 -0
  245. package/lib/response/delete-pipeline-run-response.js.map +1 -0
  246. package/lib/response/get-pipeline-response.d.ts +30 -0
  247. package/lib/response/get-pipeline-response.js +15 -0
  248. package/lib/response/get-pipeline-response.js.map +1 -0
  249. package/lib/response/get-pipeline-run-response.d.ts +30 -0
  250. package/lib/response/get-pipeline-run-response.js +15 -0
  251. package/lib/response/get-pipeline-run-response.js.map +1 -0
  252. package/lib/response/get-step-artifact-content-response.d.ts +52 -0
  253. package/lib/response/get-step-artifact-content-response.js +15 -0
  254. package/lib/response/get-step-artifact-content-response.js.map +1 -0
  255. package/lib/response/head-step-artifact-response.d.ts +46 -0
  256. package/lib/response/head-step-artifact-response.js +15 -0
  257. package/lib/response/head-step-artifact-response.js.map +1 -0
  258. package/lib/response/index.d.ts +32 -0
  259. package/lib/response/list-pipeline-runs-response.d.ts +35 -0
  260. package/lib/response/list-pipeline-runs-response.js +15 -0
  261. package/lib/response/list-pipeline-runs-response.js.map +1 -0
  262. package/lib/response/list-pipelines-response.d.ts +35 -0
  263. package/lib/response/list-pipelines-response.js +15 -0
  264. package/lib/response/list-pipelines-response.js.map +1 -0
  265. package/lib/response/update-pipeline-response.d.ts +30 -0
  266. package/lib/response/update-pipeline-response.js +15 -0
  267. package/lib/response/update-pipeline-response.js.map +1 -0
  268. package/lib/response/update-pipeline-run-response.d.ts +30 -0
  269. package/lib/response/update-pipeline-run-response.js +15 -0
  270. package/lib/response/update-pipeline-run-response.js.map +1 -0
  271. package/package.json +3 -3
@@ -32,8 +32,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ModelSummary = exports.ModelProvenance = exports.ModelLifecycleState = exports.ModelDeploymentType = exports.ModelDeploymentSummary = exports.ModelDeploymentShapeSummary = exports.ModelDeploymentShapeSeries = exports.ModelDeploymentLifecycleState = exports.ModelDeploymentInstanceShapeConfigDetails = exports.ModelDeploymentConfigurationDetails = exports.ModelDeployment = exports.ModelConfigurationDetails = exports.Model = exports.Metadata = exports.LogDetails = exports.JobSummary = exports.JobShapeSummary = exports.JobShapeConfigDetails = exports.JobRunSummary = exports.JobRunLogDetails = exports.JobRunLifecycleState = exports.JobRun = exports.JobLogConfigurationDetails = exports.JobLifecycleState = exports.JobInfrastructureConfigurationDetails = exports.JobConfigurationDetails = exports.Job = exports.InstanceConfiguration = exports.ImportModelArtifactDetails = exports.FastLaunchJobConfigSummary = exports.ExportModelArtifactDetails = exports.CreateProjectDetails = exports.CreateNotebookSessionDetails = exports.CreateModelVersionSetDetails = exports.CreateModelProvenanceDetails = exports.CreateModelDetails = exports.CreateModelDeploymentDetails = exports.CreateJobRunDetails = exports.CreateJobDetails = exports.ChangeProjectCompartmentDetails = exports.ChangeNotebookSessionCompartmentDetails = exports.ChangeModelVersionSetCompartmentDetails = exports.ChangeModelDeploymentCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.ChangeJobRunCompartmentDetails = exports.ChangeJobCompartmentDetails = exports.CategoryLogDetails = exports.ArtifactSourceType = exports.ArtifactImportDetails = exports.ArtifactExportDetails = void 0;
36
- exports.UpdateSingleModelDeploymentConfigurationDetails = exports.StandaloneJobInfrastructureConfigurationDetails = exports.SingleModelDeploymentConfigurationDetails = exports.ManagedEgressStandaloneJobInfrastructureConfigurationDetails = exports.FixedSizeScalingPolicy = exports.DefaultJobConfigurationDetails = exports.ArtifactImportDetailsObjectStorage = exports.ArtifactExportDetailsObjectStorage = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperationType = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.UpdateProjectDetails = exports.UpdateNotebookSessionDetails = exports.UpdateModelVersionSetDetails = exports.UpdateModelProvenanceDetails = exports.UpdateModelDetails = exports.UpdateModelDeploymentDetails = exports.UpdateModelDeploymentConfigurationDetails = exports.UpdateModelConfigurationDetails = exports.UpdateJobRunDetails = exports.UpdateJobDetails = exports.UpdateCategoryLogDetails = exports.ScalingPolicy = exports.ProjectSummary = exports.ProjectLifecycleState = exports.Project = exports.NotebookSessionSummary = exports.NotebookSessionShapeSummary = exports.NotebookSessionShapeSeries = exports.NotebookSessionShapeConfigDetails = exports.NotebookSessionRuntimeConfigDetails = exports.NotebookSessionLifecycleState = exports.NotebookSessionGitRepoConfigDetails = exports.NotebookSessionGitConfigDetails = exports.NotebookSessionConfigurationDetails = exports.NotebookSessionConfigDetails = exports.NotebookSession = exports.ModelVersionSetSummary = exports.ModelVersionSetLifecycleState = exports.ModelVersionSet = void 0;
35
+ exports.ModelDeploymentSummary = exports.ModelDeploymentShapeSummary = exports.ModelDeploymentShapeSeries = exports.ModelDeploymentLifecycleState = exports.ModelDeploymentInstanceShapeConfigDetails = exports.ModelDeploymentConfigurationDetails = exports.ModelDeployment = exports.ModelConfigurationDetails = exports.Model = exports.Metadata = exports.LogDetails = exports.JobSummary = exports.JobShapeSummary = exports.JobShapeConfigDetails = exports.JobRunSummary = exports.JobRunLogDetails = exports.JobRunLifecycleState = exports.JobRun = exports.JobLogConfigurationDetails = exports.JobLifecycleState = exports.JobInfrastructureConfigurationDetails = exports.JobConfigurationDetails = exports.Job = exports.InstanceConfiguration = exports.ImportModelArtifactDetails = exports.FastLaunchJobConfigSummary = exports.ExportModelArtifactDetails = exports.CreateProjectDetails = exports.CreatePipelineRunDetails = exports.CreatePipelineDetails = exports.CreateNotebookSessionDetails = exports.CreateModelVersionSetDetails = exports.CreateModelProvenanceDetails = exports.CreateModelDetails = exports.CreateModelDeploymentDetails = exports.CreateJobRunDetails = exports.CreateJobDetails = exports.ChangeProjectCompartmentDetails = exports.ChangePipelineRunCompartmentDetails = exports.ChangePipelineCompartmentDetails = exports.ChangeNotebookSessionCompartmentDetails = exports.ChangeModelVersionSetCompartmentDetails = exports.ChangeModelDeploymentCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.ChangeJobRunCompartmentDetails = exports.ChangeJobCompartmentDetails = exports.CategoryLogDetails = exports.ArtifactSourceType = exports.ArtifactImportDetails = exports.ArtifactExportDetails = void 0;
36
+ exports.UpdatePipelineRunDetails = exports.UpdatePipelineDetails = exports.UpdateNotebookSessionDetails = exports.UpdateModelVersionSetDetails = exports.UpdateModelProvenanceDetails = exports.UpdateModelDetails = exports.UpdateModelDeploymentDetails = exports.UpdateModelDeploymentConfigurationDetails = exports.UpdateModelConfigurationDetails = exports.UpdateJobRunDetails = exports.UpdateJobDetails = exports.UpdateCategoryLogDetails = exports.ScalingPolicy = exports.ProjectSummary = exports.ProjectLifecycleState = exports.Project = exports.PipelineSummary = exports.PipelineStepUpdateDetails = exports.PipelineStepRun = exports.PipelineStepOverrideDetails = exports.PipelineStepDetails = exports.PipelineStepConfigurationDetails = exports.PipelineShapeConfigDetails = exports.PipelineRunSummary = exports.PipelineRunLogDetails = exports.PipelineRunLifecycleState = exports.PipelineRun = exports.PipelineLogConfigurationDetails = exports.PipelineLifecycleState = exports.PipelineInfrastructureConfigurationDetails = exports.PipelineConfigurationDetails = exports.Pipeline = exports.NotebookSessionSummary = exports.NotebookSessionShapeSummary = exports.NotebookSessionShapeSeries = exports.NotebookSessionShapeConfigDetails = exports.NotebookSessionRuntimeConfigDetails = exports.NotebookSessionLifecycleState = exports.NotebookSessionGitRepoConfigDetails = exports.NotebookSessionGitConfigDetails = exports.NotebookSessionConfigurationDetails = exports.NotebookSessionConfigDetails = exports.NotebookSession = exports.ModelVersionSetSummary = exports.ModelVersionSetLifecycleState = exports.ModelVersionSet = exports.ModelSummary = exports.ModelProvenance = exports.ModelLifecycleState = exports.ModelDeploymentType = void 0;
37
+ exports.UpdateSingleModelDeploymentConfigurationDetails = exports.StandaloneJobInfrastructureConfigurationDetails = exports.SingleModelDeploymentConfigurationDetails = exports.PipelineMLJobStepUpdateDetails = exports.PipelineMLJobStepRun = exports.PipelineMLJobStepDetails = exports.PipelineDefaultConfigurationDetails = exports.PipelineCustomScriptStepUpdateDetails = exports.PipelineCustomScriptStepRun = exports.PipelineCustomScriptStepDetails = exports.ManagedEgressStandaloneJobInfrastructureConfigurationDetails = exports.FixedSizeScalingPolicy = exports.DefaultJobConfigurationDetails = exports.ArtifactImportDetailsObjectStorage = exports.ArtifactExportDetailsObjectStorage = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperationType = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.UpdateProjectDetails = void 0;
37
38
  const ArtifactExportDetails = __importStar(require("./artifact-export-details"));
38
39
  exports.ArtifactExportDetails = ArtifactExportDetails.ArtifactExportDetails;
39
40
  const ArtifactImportDetails = __importStar(require("./artifact-import-details"));
@@ -54,6 +55,10 @@ const ChangeModelVersionSetCompartmentDetails = __importStar(require("./change-m
54
55
  exports.ChangeModelVersionSetCompartmentDetails = ChangeModelVersionSetCompartmentDetails.ChangeModelVersionSetCompartmentDetails;
55
56
  const ChangeNotebookSessionCompartmentDetails = __importStar(require("./change-notebook-session-compartment-details"));
56
57
  exports.ChangeNotebookSessionCompartmentDetails = ChangeNotebookSessionCompartmentDetails.ChangeNotebookSessionCompartmentDetails;
58
+ const ChangePipelineCompartmentDetails = __importStar(require("./change-pipeline-compartment-details"));
59
+ exports.ChangePipelineCompartmentDetails = ChangePipelineCompartmentDetails.ChangePipelineCompartmentDetails;
60
+ const ChangePipelineRunCompartmentDetails = __importStar(require("./change-pipeline-run-compartment-details"));
61
+ exports.ChangePipelineRunCompartmentDetails = ChangePipelineRunCompartmentDetails.ChangePipelineRunCompartmentDetails;
57
62
  const ChangeProjectCompartmentDetails = __importStar(require("./change-project-compartment-details"));
58
63
  exports.ChangeProjectCompartmentDetails = ChangeProjectCompartmentDetails.ChangeProjectCompartmentDetails;
59
64
  const CreateJobDetails = __importStar(require("./create-job-details"));
@@ -70,6 +75,10 @@ const CreateModelVersionSetDetails = __importStar(require("./create-model-versio
70
75
  exports.CreateModelVersionSetDetails = CreateModelVersionSetDetails.CreateModelVersionSetDetails;
71
76
  const CreateNotebookSessionDetails = __importStar(require("./create-notebook-session-details"));
72
77
  exports.CreateNotebookSessionDetails = CreateNotebookSessionDetails.CreateNotebookSessionDetails;
78
+ const CreatePipelineDetails = __importStar(require("./create-pipeline-details"));
79
+ exports.CreatePipelineDetails = CreatePipelineDetails.CreatePipelineDetails;
80
+ const CreatePipelineRunDetails = __importStar(require("./create-pipeline-run-details"));
81
+ exports.CreatePipelineRunDetails = CreatePipelineRunDetails.CreatePipelineRunDetails;
73
82
  const CreateProjectDetails = __importStar(require("./create-project-details"));
74
83
  exports.CreateProjectDetails = CreateProjectDetails.CreateProjectDetails;
75
84
  const ExportModelArtifactDetails = __importStar(require("./export-model-artifact-details"));
@@ -162,6 +171,38 @@ const NotebookSessionShapeSummary = __importStar(require("./notebook-session-sha
162
171
  exports.NotebookSessionShapeSummary = NotebookSessionShapeSummary.NotebookSessionShapeSummary;
163
172
  const NotebookSessionSummary = __importStar(require("./notebook-session-summary"));
164
173
  exports.NotebookSessionSummary = NotebookSessionSummary.NotebookSessionSummary;
174
+ const Pipeline = __importStar(require("./pipeline"));
175
+ exports.Pipeline = Pipeline.Pipeline;
176
+ const PipelineConfigurationDetails = __importStar(require("./pipeline-configuration-details"));
177
+ exports.PipelineConfigurationDetails = PipelineConfigurationDetails.PipelineConfigurationDetails;
178
+ const PipelineInfrastructureConfigurationDetails = __importStar(require("./pipeline-infrastructure-configuration-details"));
179
+ exports.PipelineInfrastructureConfigurationDetails = PipelineInfrastructureConfigurationDetails.PipelineInfrastructureConfigurationDetails;
180
+ const PipelineLifecycleState = __importStar(require("./pipeline-lifecycle-state"));
181
+ exports.PipelineLifecycleState = PipelineLifecycleState.PipelineLifecycleState;
182
+ const PipelineLogConfigurationDetails = __importStar(require("./pipeline-log-configuration-details"));
183
+ exports.PipelineLogConfigurationDetails = PipelineLogConfigurationDetails.PipelineLogConfigurationDetails;
184
+ const PipelineRun = __importStar(require("./pipeline-run"));
185
+ exports.PipelineRun = PipelineRun.PipelineRun;
186
+ const PipelineRunLifecycleState = __importStar(require("./pipeline-run-lifecycle-state"));
187
+ exports.PipelineRunLifecycleState = PipelineRunLifecycleState.PipelineRunLifecycleState;
188
+ const PipelineRunLogDetails = __importStar(require("./pipeline-run-log-details"));
189
+ exports.PipelineRunLogDetails = PipelineRunLogDetails.PipelineRunLogDetails;
190
+ const PipelineRunSummary = __importStar(require("./pipeline-run-summary"));
191
+ exports.PipelineRunSummary = PipelineRunSummary.PipelineRunSummary;
192
+ const PipelineShapeConfigDetails = __importStar(require("./pipeline-shape-config-details"));
193
+ exports.PipelineShapeConfigDetails = PipelineShapeConfigDetails.PipelineShapeConfigDetails;
194
+ const PipelineStepConfigurationDetails = __importStar(require("./pipeline-step-configuration-details"));
195
+ exports.PipelineStepConfigurationDetails = PipelineStepConfigurationDetails.PipelineStepConfigurationDetails;
196
+ const PipelineStepDetails = __importStar(require("./pipeline-step-details"));
197
+ exports.PipelineStepDetails = PipelineStepDetails.PipelineStepDetails;
198
+ const PipelineStepOverrideDetails = __importStar(require("./pipeline-step-override-details"));
199
+ exports.PipelineStepOverrideDetails = PipelineStepOverrideDetails.PipelineStepOverrideDetails;
200
+ const PipelineStepRun = __importStar(require("./pipeline-step-run"));
201
+ exports.PipelineStepRun = PipelineStepRun.PipelineStepRun;
202
+ const PipelineStepUpdateDetails = __importStar(require("./pipeline-step-update-details"));
203
+ exports.PipelineStepUpdateDetails = PipelineStepUpdateDetails.PipelineStepUpdateDetails;
204
+ const PipelineSummary = __importStar(require("./pipeline-summary"));
205
+ exports.PipelineSummary = PipelineSummary.PipelineSummary;
165
206
  const Project = __importStar(require("./project"));
166
207
  exports.Project = Project.Project;
167
208
  const ProjectLifecycleState = __importStar(require("./project-lifecycle-state"));
@@ -190,6 +231,10 @@ const UpdateModelVersionSetDetails = __importStar(require("./update-model-versio
190
231
  exports.UpdateModelVersionSetDetails = UpdateModelVersionSetDetails.UpdateModelVersionSetDetails;
191
232
  const UpdateNotebookSessionDetails = __importStar(require("./update-notebook-session-details"));
192
233
  exports.UpdateNotebookSessionDetails = UpdateNotebookSessionDetails.UpdateNotebookSessionDetails;
234
+ const UpdatePipelineDetails = __importStar(require("./update-pipeline-details"));
235
+ exports.UpdatePipelineDetails = UpdatePipelineDetails.UpdatePipelineDetails;
236
+ const UpdatePipelineRunDetails = __importStar(require("./update-pipeline-run-details"));
237
+ exports.UpdatePipelineRunDetails = UpdatePipelineRunDetails.UpdatePipelineRunDetails;
193
238
  const UpdateProjectDetails = __importStar(require("./update-project-details"));
194
239
  exports.UpdateProjectDetails = UpdateProjectDetails.UpdateProjectDetails;
195
240
  const WorkRequest = __importStar(require("./work-request"));
@@ -216,6 +261,20 @@ const FixedSizeScalingPolicy = __importStar(require("./fixed-size-scaling-policy
216
261
  exports.FixedSizeScalingPolicy = FixedSizeScalingPolicy.FixedSizeScalingPolicy;
217
262
  const ManagedEgressStandaloneJobInfrastructureConfigurationDetails = __importStar(require("./managed-egress-standalone-job-infrastructure-configuration-details"));
218
263
  exports.ManagedEgressStandaloneJobInfrastructureConfigurationDetails = ManagedEgressStandaloneJobInfrastructureConfigurationDetails.ManagedEgressStandaloneJobInfrastructureConfigurationDetails;
264
+ const PipelineCustomScriptStepDetails = __importStar(require("./pipeline-custom-script-step-details"));
265
+ exports.PipelineCustomScriptStepDetails = PipelineCustomScriptStepDetails.PipelineCustomScriptStepDetails;
266
+ const PipelineCustomScriptStepRun = __importStar(require("./pipeline-custom-script-step-run"));
267
+ exports.PipelineCustomScriptStepRun = PipelineCustomScriptStepRun.PipelineCustomScriptStepRun;
268
+ const PipelineCustomScriptStepUpdateDetails = __importStar(require("./pipeline-custom-script-step-update-details"));
269
+ exports.PipelineCustomScriptStepUpdateDetails = PipelineCustomScriptStepUpdateDetails.PipelineCustomScriptStepUpdateDetails;
270
+ const PipelineDefaultConfigurationDetails = __importStar(require("./pipeline-default-configuration-details"));
271
+ exports.PipelineDefaultConfigurationDetails = PipelineDefaultConfigurationDetails.PipelineDefaultConfigurationDetails;
272
+ const PipelineMLJobStepDetails = __importStar(require("./pipeline-ml-job-step-details"));
273
+ exports.PipelineMLJobStepDetails = PipelineMLJobStepDetails.PipelineMLJobStepDetails;
274
+ const PipelineMLJobStepRun = __importStar(require("./pipeline-ml-job-step-run"));
275
+ exports.PipelineMLJobStepRun = PipelineMLJobStepRun.PipelineMLJobStepRun;
276
+ const PipelineMLJobStepUpdateDetails = __importStar(require("./pipeline-ml-job-step-update-details"));
277
+ exports.PipelineMLJobStepUpdateDetails = PipelineMLJobStepUpdateDetails.PipelineMLJobStepUpdateDetails;
219
278
  const SingleModelDeploymentConfigurationDetails = __importStar(require("./single-model-deployment-configuration-details"));
220
279
  exports.SingleModelDeploymentConfigurationDetails = SingleModelDeploymentConfigurationDetails.SingleModelDeploymentConfigurationDetails;
221
280
  const StandaloneJobInfrastructureConfigurationDetails = __importStar(require("./standalone-job-infrastructure-configuration-details"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;AAEH,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,uHAAyG;AAC3F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,wHAA0G;AAC5F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,uHAAyG;AAC3F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,gFAAkE;AACpD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2CAA6B;AACf,QAAA,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC;AAC5B,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,kHAAoG;AACtF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,kDAAoC;AACtB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,wEAA0D;AAC5C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,iEAAmD;AACrC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,yFAA2E;AAC7D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,8GAAgG;AAClF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,4HAA8G;AAChG,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,8GAAgG;AAClF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,gHAAkG;AACpF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,+FAAiF;AACnE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,4HAA8G;AAChG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,mDAAqC;AACvB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,2HAA6G;AAC/F,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAEzE,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,mKAAqJ;AACvI,QAAA,4DAA4D,GAAG,4DAA4D,CAAC,4DAA4D,CAAC;AACvM,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,8GAAgG;AAClF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,yFAA2E;AAC7D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iFAAmE;AACrD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,sGAAwF;AAC1E,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2HAA6G;AAC/F,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,uIAAyH;AAC3G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC;AAChK,wIAA0H;AAC5G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC"}
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * The configuration details of a pipeline.
16
+ */
17
+ export interface PipelineConfigurationDetails {
18
+ "type": string;
19
+ }
20
+ export declare namespace PipelineConfigurationDetails {
21
+ function getJsonObj(obj: PipelineConfigurationDetails): object;
22
+ function getDeserializedJsonObj(obj: PipelineConfigurationDetails): 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, 2023, 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.PipelineConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ const common = require("oci-common");
38
+ var PipelineConfigurationDetails;
39
+ (function (PipelineConfigurationDetails) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ if (obj && "type" in obj && obj.type) {
43
+ switch (obj.type) {
44
+ case "DEFAULT":
45
+ return model.PipelineDefaultConfigurationDetails.getJsonObj(jsonObj, true);
46
+ default:
47
+ if (common.LOG.logger)
48
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
49
+ }
50
+ }
51
+ return jsonObj;
52
+ }
53
+ PipelineConfigurationDetails.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
56
+ if (obj && "type" in obj && obj.type) {
57
+ switch (obj.type) {
58
+ case "DEFAULT":
59
+ return model.PipelineDefaultConfigurationDetails.getDeserializedJsonObj(jsonObj, true);
60
+ default:
61
+ if (common.LOG.logger)
62
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
63
+ }
64
+ }
65
+ return jsonObj;
66
+ }
67
+ PipelineConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(PipelineConfigurationDetails = exports.PipelineConfigurationDetails || (exports.PipelineConfigurationDetails = {}));
69
+ //# sourceMappingURL=pipeline-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,4BAA4B,CAiC5C;AAjCD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,mCAAmC,CAAC,UAAU,CACL,OAAQ,EAC5D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CACjB,OAAQ,EAC5D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAiC5C"}
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * The type of step where user provides the step artifact to be executed on an execution engine managed by the pipelines service.
17
+ */
18
+ export interface PipelineCustomScriptStepDetails extends model.PipelineStepDetails {
19
+ "stepInfrastructureConfigurationDetails"?: model.PipelineInfrastructureConfigurationDetails;
20
+ /**
21
+ * A flag to indicate whether the artifact has been uploaded for this step or not.
22
+ */
23
+ "isArtifactUploaded"?: boolean;
24
+ "stepType": string;
25
+ }
26
+ export declare namespace PipelineCustomScriptStepDetails {
27
+ function getJsonObj(obj: PipelineCustomScriptStepDetails, isParentJsonObj?: boolean): object;
28
+ const stepType = "CUSTOM_SCRIPT";
29
+ function getDeserializedJsonObj(obj: PipelineCustomScriptStepDetails, 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, 2023, 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.PipelineCustomScriptStepDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var PipelineCustomScriptStepDetails;
38
+ (function (PipelineCustomScriptStepDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.PipelineStepDetails.getJsonObj(obj))), {
43
+ "stepInfrastructureConfigurationDetails": obj.stepInfrastructureConfigurationDetails
44
+ ? model.PipelineInfrastructureConfigurationDetails.getJsonObj(obj.stepInfrastructureConfigurationDetails)
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ PipelineCustomScriptStepDetails.getJsonObj = getJsonObj;
50
+ PipelineCustomScriptStepDetails.stepType = "CUSTOM_SCRIPT";
51
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
52
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
53
+ ? obj
54
+ : model.PipelineStepDetails.getDeserializedJsonObj(obj))), {
55
+ "stepInfrastructureConfigurationDetails": obj.stepInfrastructureConfigurationDetails
56
+ ? model.PipelineInfrastructureConfigurationDetails.getDeserializedJsonObj(obj.stepInfrastructureConfigurationDetails)
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ PipelineCustomScriptStepDetails.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(PipelineCustomScriptStepDetails = exports.PipelineCustomScriptStepDetails || (exports.PipelineCustomScriptStepDetails = {}));
63
+ //# sourceMappingURL=pipeline-custom-script-step-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-custom-script-step-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-custom-script-step-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,+BAA+B,CA0C/C;AA1CD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GAChF;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACzD,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,0CAAU,aAkBzB,CAAA;IACY,wCAAQ,GAAG,eAAe,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAC/C,GAAG,CACgC,CAAC,GACvC;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACrE,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,sDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA1CgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA0C/C"}
@@ -0,0 +1,25 @@
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, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Detail of each CustomScriptStepRun.
17
+ */
18
+ export interface PipelineCustomScriptStepRun extends model.PipelineStepRun {
19
+ "stepType": string;
20
+ }
21
+ export declare namespace PipelineCustomScriptStepRun {
22
+ function getJsonObj(obj: PipelineCustomScriptStepRun, isParentJsonObj?: boolean): object;
23
+ const stepType = "CUSTOM_SCRIPT";
24
+ function getDeserializedJsonObj(obj: PipelineCustomScriptStepRun, isParentJsonObj?: boolean): object;
25
+ }
@@ -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, 2023, 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.PipelineCustomScriptStepRun = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var PipelineCustomScriptStepRun;
38
+ (function (PipelineCustomScriptStepRun) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.PipelineStepRun.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ PipelineCustomScriptStepRun.getJsonObj = getJsonObj;
46
+ PipelineCustomScriptStepRun.stepType = "CUSTOM_SCRIPT";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.PipelineStepRun.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ PipelineCustomScriptStepRun.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(PipelineCustomScriptStepRun = exports.PipelineCustomScriptStepRun || (exports.PipelineCustomScriptStepRun = {}));
55
+ //# sourceMappingURL=pipeline-custom-script-step-run.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-custom-script-step-run.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-custom-script-step-run.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,2BAA2B,CAyB3C;AAzBD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GACxE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,oCAAQ,GAAG,eAAe,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GACpF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyB3C"}
@@ -0,0 +1,25 @@
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, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * The type of step where user provides the step artifact to be executed on an execution engine managed by the pipelines service.
17
+ */
18
+ export interface PipelineCustomScriptStepUpdateDetails extends model.PipelineStepUpdateDetails {
19
+ "stepType": string;
20
+ }
21
+ export declare namespace PipelineCustomScriptStepUpdateDetails {
22
+ function getJsonObj(obj: PipelineCustomScriptStepUpdateDetails, isParentJsonObj?: boolean): object;
23
+ const stepType = "CUSTOM_SCRIPT";
24
+ function getDeserializedJsonObj(obj: PipelineCustomScriptStepUpdateDetails, isParentJsonObj?: boolean): object;
25
+ }
@@ -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, 2023, 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.PipelineCustomScriptStepUpdateDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var PipelineCustomScriptStepUpdateDetails;
38
+ (function (PipelineCustomScriptStepUpdateDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.PipelineStepUpdateDetails.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ PipelineCustomScriptStepUpdateDetails.getJsonObj = getJsonObj;
46
+ PipelineCustomScriptStepUpdateDetails.stepType = "CUSTOM_SCRIPT";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.PipelineStepUpdateDetails.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ PipelineCustomScriptStepUpdateDetails.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(PipelineCustomScriptStepUpdateDetails = exports.PipelineCustomScriptStepUpdateDetails || (exports.PipelineCustomScriptStepUpdateDetails = {}));
55
+ //# sourceMappingURL=pipeline-custom-script-step-update-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-custom-script-step-update-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-custom-script-step-update-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,qCAAqC,CAgCrD;AAhCD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CACxB,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACzC,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gDAAU,aAczB,CAAA;IACY,8CAAQ,GAAG,eAAe,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACrD,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAgCrD"}
@@ -0,0 +1,40 @@
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, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * The default pipeline configuration.
17
+ */
18
+ export interface PipelineDefaultConfigurationDetails extends model.PipelineConfigurationDetails {
19
+ /**
20
+ * A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
21
+ */
22
+ "maximumRuntimeInMinutes"?: number;
23
+ /**
24
+ * Environment variables to set for steps in the pipeline.
25
+ */
26
+ "environmentVariables"?: {
27
+ [key: string]: string;
28
+ };
29
+ /**
30
+ * The command line arguments to set for steps in the pipeline.
31
+ *
32
+ */
33
+ "commandLineArguments"?: string;
34
+ "type": string;
35
+ }
36
+ export declare namespace PipelineDefaultConfigurationDetails {
37
+ function getJsonObj(obj: PipelineDefaultConfigurationDetails, isParentJsonObj?: boolean): object;
38
+ const type = "DEFAULT";
39
+ function getDeserializedJsonObj(obj: PipelineDefaultConfigurationDetails, isParentJsonObj?: boolean): object;
40
+ }
@@ -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, 2023, 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.PipelineDefaultConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var PipelineDefaultConfigurationDetails;
38
+ (function (PipelineDefaultConfigurationDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.PipelineConfigurationDetails.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ PipelineDefaultConfigurationDetails.getJsonObj = getJsonObj;
46
+ PipelineDefaultConfigurationDetails.type = "DEFAULT";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.PipelineConfigurationDetails.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ PipelineDefaultConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(PipelineDefaultConfigurationDetails = exports.PipelineDefaultConfigurationDetails || (exports.PipelineDefaultConfigurationDetails = {}));
55
+ //# sourceMappingURL=pipeline-default-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-default-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-default-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwBlC,IAAiB,mCAAmC,CAgCnD;AAhCD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAC5C,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8CAAU,aAczB,CAAA;IACY,wCAAI,GAAG,SAAS,CAAC;IAC9B,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAgCnD"}