oci-datascience 2.101.0 → 2.102.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 (161) hide show
  1. package/lib/client.d.ts +147 -0
  2. package/lib/client.js +675 -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/change-schedule-compartment-details.d.ts +28 -0
  8. package/lib/model/change-schedule-compartment-details.js +30 -0
  9. package/lib/model/change-schedule-compartment-details.js.map +1 -0
  10. package/lib/model/container-summary.d.ts +106 -0
  11. package/lib/model/container-summary.js +95 -0
  12. package/lib/model/container-summary.js.map +1 -0
  13. package/lib/model/container-target-workload.d.ts +24 -0
  14. package/lib/model/container-target-workload.js +35 -0
  15. package/lib/model/container-target-workload.js.map +1 -0
  16. package/lib/model/container-usage.d.ts +27 -0
  17. package/lib/model/container-usage.js +38 -0
  18. package/lib/model/container-usage.js.map +1 -0
  19. package/lib/model/container-version-lifecycle-state.d.ts +29 -0
  20. package/lib/model/container-version-lifecycle-state.js +40 -0
  21. package/lib/model/container-version-lifecycle-state.js.map +1 -0
  22. package/lib/model/create-job-run-schedule-action-details.d.ts +26 -0
  23. package/lib/model/create-job-run-schedule-action-details.js +63 -0
  24. package/lib/model/create-job-run-schedule-action-details.js.map +1 -0
  25. package/lib/model/create-pipeline-run-schedule-action-details.d.ts +26 -0
  26. package/lib/model/create-pipeline-run-schedule-action-details.js +63 -0
  27. package/lib/model/create-pipeline-run-schedule-action-details.js.map +1 -0
  28. package/lib/model/create-schedule-details.d.ts +60 -0
  29. package/lib/model/create-schedule-details.js +64 -0
  30. package/lib/model/create-schedule-details.js.map +1 -0
  31. package/lib/model/generic-job-run-use-case-configuration-details.d.ts +31 -0
  32. package/lib/model/generic-job-run-use-case-configuration-details.js +55 -0
  33. package/lib/model/generic-job-run-use-case-configuration-details.js.map +1 -0
  34. package/lib/model/index.d.ts +58 -0
  35. package/lib/model/index.js +62 -4
  36. package/lib/model/index.js.map +1 -1
  37. package/lib/model/invoke-ml-application-provider-trigger-schedule-action-details.d.ts +30 -0
  38. package/lib/model/invoke-ml-application-provider-trigger-schedule-action-details.js +63 -0
  39. package/lib/model/invoke-ml-application-provider-trigger-schedule-action-details.js.map +1 -0
  40. package/lib/model/job-run-use-case-configuration-details.d.ts +24 -0
  41. package/lib/model/job-run-use-case-configuration-details.js +69 -0
  42. package/lib/model/job-run-use-case-configuration-details.js.map +1 -0
  43. package/lib/model/job-run-workload-configuration-details.d.ts +26 -0
  44. package/lib/model/job-run-workload-configuration-details.js +63 -0
  45. package/lib/model/job-run-workload-configuration-details.js.map +1 -0
  46. package/lib/model/model-deploy-workload-configuration-details.d.ts +50 -0
  47. package/lib/model/model-deploy-workload-configuration-details.js +55 -0
  48. package/lib/model/model-deploy-workload-configuration-details.js.map +1 -0
  49. package/lib/model/schedule-action.d.ts +23 -0
  50. package/lib/model/schedule-action.js +69 -0
  51. package/lib/model/schedule-action.js.map +1 -0
  52. package/lib/model/schedule-cron-trigger.d.ts +29 -0
  53. package/lib/model/schedule-cron-trigger.js +53 -0
  54. package/lib/model/schedule-cron-trigger.js.map +1 -0
  55. package/lib/model/schedule-http-action-details.d.ts +23 -0
  56. package/lib/model/schedule-http-action-details.js +77 -0
  57. package/lib/model/schedule-http-action-details.js.map +1 -0
  58. package/lib/model/schedule-http-action.d.ts +26 -0
  59. package/lib/model/schedule-http-action.js +61 -0
  60. package/lib/model/schedule-http-action.js.map +1 -0
  61. package/lib/model/schedule-ical-trigger.d.ts +29 -0
  62. package/lib/model/schedule-ical-trigger.js +53 -0
  63. package/lib/model/schedule-ical-trigger.js.map +1 -0
  64. package/lib/model/schedule-interval-trigger.d.ts +48 -0
  65. package/lib/model/schedule-interval-trigger.js +65 -0
  66. package/lib/model/schedule-interval-trigger.js.map +1 -0
  67. package/lib/model/schedule-lifecycle-state.d.ts +34 -0
  68. package/lib/model/schedule-lifecycle-state.js +45 -0
  69. package/lib/model/schedule-lifecycle-state.js.map +1 -0
  70. package/lib/model/schedule-log-details.d.ts +30 -0
  71. package/lib/model/schedule-log-details.js +30 -0
  72. package/lib/model/schedule-log-details.js.map +1 -0
  73. package/lib/model/schedule-summary.d.ts +92 -0
  74. package/lib/model/schedule-summary.js +56 -0
  75. package/lib/model/schedule-summary.js.map +1 -0
  76. package/lib/model/schedule-trigger.d.ts +35 -0
  77. package/lib/model/schedule-trigger.js +77 -0
  78. package/lib/model/schedule-trigger.js.map +1 -0
  79. package/lib/model/schedule.d.ts +125 -0
  80. package/lib/model/schedule.js +64 -0
  81. package/lib/model/schedule.js.map +1 -0
  82. package/lib/model/tag-configuration.d.ts +30 -0
  83. package/lib/model/tag-configuration.js +30 -0
  84. package/lib/model/tag-configuration.js.map +1 -0
  85. package/lib/model/trigger-ml-application-instance-view-flow-details.d.ts +31 -0
  86. package/lib/model/trigger-ml-application-instance-view-flow-details.js +62 -0
  87. package/lib/model/trigger-ml-application-instance-view-flow-details.js.map +1 -0
  88. package/lib/model/trigger-parameter.d.ts +30 -0
  89. package/lib/model/trigger-parameter.js +30 -0
  90. package/lib/model/trigger-parameter.js.map +1 -0
  91. package/lib/model/update-schedule-details.d.ts +52 -0
  92. package/lib/model/update-schedule-details.js +64 -0
  93. package/lib/model/update-schedule-details.js.map +1 -0
  94. package/lib/model/work-request-operation-type.d.ts +6 -0
  95. package/lib/model/work-request-operation-type.js +6 -0
  96. package/lib/model/work-request-operation-type.js.map +1 -1
  97. package/lib/model/workload-configuration-details.d.ts +24 -0
  98. package/lib/model/workload-configuration-details.js +73 -0
  99. package/lib/model/workload-configuration-details.js.map +1 -0
  100. package/lib/request/activate-schedule-request.d.ts +41 -0
  101. package/lib/request/activate-schedule-request.js +15 -0
  102. package/lib/request/activate-schedule-request.js.map +1 -0
  103. package/lib/request/change-schedule-compartment-request.d.ts +46 -0
  104. package/lib/request/change-schedule-compartment-request.js +15 -0
  105. package/lib/request/change-schedule-compartment-request.js.map +1 -0
  106. package/lib/request/create-schedule-request.d.ts +33 -0
  107. package/lib/request/create-schedule-request.js +15 -0
  108. package/lib/request/create-schedule-request.js.map +1 -0
  109. package/lib/request/deactivate-schedule-request.d.ts +41 -0
  110. package/lib/request/deactivate-schedule-request.js +15 -0
  111. package/lib/request/deactivate-schedule-request.js.map +1 -0
  112. package/lib/request/delete-schedule-request.d.ts +36 -0
  113. package/lib/request/delete-schedule-request.js +15 -0
  114. package/lib/request/delete-schedule-request.js.map +1 -0
  115. package/lib/request/get-schedule-request.d.ts +27 -0
  116. package/lib/request/get-schedule-request.js +15 -0
  117. package/lib/request/get-schedule-request.js.map +1 -0
  118. package/lib/request/index.d.ts +18 -0
  119. package/lib/request/index.js +3 -1
  120. package/lib/request/index.js.map +1 -1
  121. package/lib/request/list-containers-request.d.ts +72 -0
  122. package/lib/request/list-containers-request.js +15 -0
  123. package/lib/request/list-containers-request.js.map +1 -0
  124. package/lib/request/list-schedules-request.d.ts +82 -0
  125. package/lib/request/list-schedules-request.js +29 -0
  126. package/lib/request/list-schedules-request.js.map +1 -0
  127. package/lib/request/list-work-requests-request.d.ts +6 -0
  128. package/lib/request/list-work-requests-request.js +6 -0
  129. package/lib/request/list-work-requests-request.js.map +1 -1
  130. package/lib/request/update-schedule-request.d.ts +41 -0
  131. package/lib/request/update-schedule-request.js +15 -0
  132. package/lib/request/update-schedule-request.js.map +1 -0
  133. package/lib/response/activate-schedule-response.d.ts +26 -0
  134. package/lib/response/activate-schedule-response.js +15 -0
  135. package/lib/response/activate-schedule-response.js.map +1 -0
  136. package/lib/response/change-schedule-compartment-response.d.ts +26 -0
  137. package/lib/response/change-schedule-compartment-response.js +15 -0
  138. package/lib/response/change-schedule-compartment-response.js.map +1 -0
  139. package/lib/response/create-schedule-response.d.ts +44 -0
  140. package/lib/response/create-schedule-response.js +15 -0
  141. package/lib/response/create-schedule-response.js.map +1 -0
  142. package/lib/response/deactivate-schedule-response.d.ts +26 -0
  143. package/lib/response/deactivate-schedule-response.js +15 -0
  144. package/lib/response/deactivate-schedule-response.js.map +1 -0
  145. package/lib/response/delete-schedule-response.d.ts +26 -0
  146. package/lib/response/delete-schedule-response.js +15 -0
  147. package/lib/response/delete-schedule-response.js.map +1 -0
  148. package/lib/response/get-schedule-response.d.ts +30 -0
  149. package/lib/response/get-schedule-response.js +15 -0
  150. package/lib/response/get-schedule-response.js.map +1 -0
  151. package/lib/response/index.d.ts +18 -0
  152. package/lib/response/list-containers-response.d.ts +35 -0
  153. package/lib/response/list-containers-response.js +15 -0
  154. package/lib/response/list-containers-response.js.map +1 -0
  155. package/lib/response/list-schedules-response.d.ts +30 -0
  156. package/lib/response/list-schedules-response.js +15 -0
  157. package/lib/response/list-schedules-response.js.map +1 -0
  158. package/lib/response/update-schedule-response.d.ts +26 -0
  159. package/lib/response/update-schedule-response.js +15 -0
  160. package/lib/response/update-schedule-response.js.map +1 -0
  161. package/package.json +3 -3
@@ -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, 2025, 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
+ * Trigger parameter
16
+ */
17
+ export interface TriggerParameter {
18
+ /**
19
+ * Name of trigger parameter
20
+ */
21
+ "name": string;
22
+ /**
23
+ * Value of trigger parameter
24
+ */
25
+ "value": string;
26
+ }
27
+ export declare namespace TriggerParameter {
28
+ function getJsonObj(obj: TriggerParameter): object;
29
+ function getDeserializedJsonObj(obj: TriggerParameter): 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, 2025, 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.TriggerParameter = void 0;
17
+ var TriggerParameter;
18
+ (function (TriggerParameter) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ TriggerParameter.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ TriggerParameter.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(TriggerParameter = exports.TriggerParameter || (exports.TriggerParameter = {}));
30
+ //# sourceMappingURL=trigger-parameter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trigger-parameter.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/trigger-parameter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,52 @@
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, 2025, 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
+ * Update details for a schedule.
17
+ */
18
+ export interface UpdateScheduleDetails {
19
+ /**
20
+ * A user-friendly name. Avoid entering confidential information.
21
+ */
22
+ "displayName"?: string;
23
+ /**
24
+ * A short description of the schedule.
25
+ */
26
+ "description"?: string;
27
+ "trigger"?: model.ScheduleICalTrigger | model.ScheduleIntervalTrigger | model.ScheduleCronTrigger;
28
+ "action"?: model.ScheduleHttpAction;
29
+ "logDetails"?: model.ScheduleLogDetails;
30
+ /**
31
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
32
+ * Example: {@code {\"Department\": \"Finance\"}}
33
+ *
34
+ */
35
+ "freeformTags"?: {
36
+ [key: string]: string;
37
+ };
38
+ /**
39
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
40
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
41
+ *
42
+ */
43
+ "definedTags"?: {
44
+ [key: string]: {
45
+ [key: string]: any;
46
+ };
47
+ };
48
+ }
49
+ export declare namespace UpdateScheduleDetails {
50
+ function getJsonObj(obj: UpdateScheduleDetails): object;
51
+ function getDeserializedJsonObj(obj: UpdateScheduleDetails): object;
52
+ }
@@ -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, 2025, 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.UpdateScheduleDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var UpdateScheduleDetails;
38
+ (function (UpdateScheduleDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "trigger": obj.trigger ? model.ScheduleTrigger.getJsonObj(obj.trigger) : undefined,
42
+ "action": obj.action ? model.ScheduleAction.getJsonObj(obj.action) : undefined,
43
+ "logDetails": obj.logDetails
44
+ ? model.ScheduleLogDetails.getJsonObj(obj.logDetails)
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ UpdateScheduleDetails.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "trigger": obj.trigger
53
+ ? model.ScheduleTrigger.getDeserializedJsonObj(obj.trigger)
54
+ : undefined,
55
+ "action": obj.action ? model.ScheduleAction.getDeserializedJsonObj(obj.action) : undefined,
56
+ "logDetails": obj.logDetails
57
+ ? model.ScheduleLogDetails.getDeserializedJsonObj(obj.logDetails)
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ UpdateScheduleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(UpdateScheduleDetails = exports.UpdateScheduleDetails || (exports.UpdateScheduleDetails = {}));
64
+ //# sourceMappingURL=update-schedule-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-schedule-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-schedule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgClC,IAAiB,qBAAqB,CA+BrC;AA/BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;YAClF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC9E,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1F,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4CAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA+BrC"}
@@ -39,6 +39,12 @@ export declare enum WorkRequestOperationType {
39
39
  PrivateEndpointDelete = "PRIVATE_ENDPOINT_DELETE",
40
40
  PrivateEndpointMove = "PRIVATE_ENDPOINT_MOVE",
41
41
  PrivateEndpointUpdate = "PRIVATE_ENDPOINT_UPDATE",
42
+ ScheduleCreate = "SCHEDULE_CREATE",
43
+ ScheduleUpdate = "SCHEDULE_UPDATE",
44
+ ScheduleDelete = "SCHEDULE_DELETE",
45
+ ScheduleMove = "SCHEDULE_MOVE",
46
+ ScheduleActivate = "SCHEDULE_ACTIVATE",
47
+ ScheduleDeactivate = "SCHEDULE_DEACTIVATE",
42
48
  RestoreArchivedModel = "RESTORE_ARCHIVED_MODEL",
43
49
  /**
44
50
  * This value is used if a service returns a value for this enum that is not recognized by this
@@ -43,6 +43,12 @@ var WorkRequestOperationType;
43
43
  WorkRequestOperationType["PrivateEndpointDelete"] = "PRIVATE_ENDPOINT_DELETE";
44
44
  WorkRequestOperationType["PrivateEndpointMove"] = "PRIVATE_ENDPOINT_MOVE";
45
45
  WorkRequestOperationType["PrivateEndpointUpdate"] = "PRIVATE_ENDPOINT_UPDATE";
46
+ WorkRequestOperationType["ScheduleCreate"] = "SCHEDULE_CREATE";
47
+ WorkRequestOperationType["ScheduleUpdate"] = "SCHEDULE_UPDATE";
48
+ WorkRequestOperationType["ScheduleDelete"] = "SCHEDULE_DELETE";
49
+ WorkRequestOperationType["ScheduleMove"] = "SCHEDULE_MOVE";
50
+ WorkRequestOperationType["ScheduleActivate"] = "SCHEDULE_ACTIVATE";
51
+ WorkRequestOperationType["ScheduleDeactivate"] = "SCHEDULE_DEACTIVATE";
46
52
  WorkRequestOperationType["RestoreArchivedModel"] = "RESTORE_ARCHIVED_MODEL";
47
53
  /**
48
54
  * This value is used if a service returns a value for this enum that is not recognized by this
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-operation-type.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/work-request-operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,wBAgCX;AAhCD,WAAY,wBAAwB;IAClC,6EAAiD,CAAA;IACjD,6EAAiD,CAAA;IACjD,iFAAqD,CAAA;IACrD,qFAAyD,CAAA;IACzD,4EAAgD,CAAA;IAChD,yEAA6C,CAAA;IAC7C,yEAA6C,CAAA;IAC7C,6EAAiD,CAAA;IACjD,6EAAiD,CAAA;IACjD,iFAAqD,CAAA;IACrD,qFAAyD,CAAA;IACzD,6EAAiD,CAAA;IACjD,4DAAgC,CAAA;IAChC,oEAAwC,CAAA;IACxC,oDAAwB,CAAA;IACxB,8DAAkC,CAAA;IAClC,8DAAkC,CAAA;IAClC,qEAAyC,CAAA;IACzC,qEAAyC,CAAA;IACzC,qEAAyC,CAAA;IACzC,6EAAiD,CAAA;IACjD,6EAAiD,CAAA;IACjD,yEAA6C,CAAA;IAC7C,6EAAiD,CAAA;IACjD,2EAA+C,CAAA;IAE/C;;;OAGG;IACH,0DAA8B,CAAA;AAChC,CAAC,EAhCW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAgCnC;AAED,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAOxC"}
1
+ {"version":3,"file":"work-request-operation-type.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/work-request-operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,wBAsCX;AAtCD,WAAY,wBAAwB;IAClC,6EAAiD,CAAA;IACjD,6EAAiD,CAAA;IACjD,iFAAqD,CAAA;IACrD,qFAAyD,CAAA;IACzD,4EAAgD,CAAA;IAChD,yEAA6C,CAAA;IAC7C,yEAA6C,CAAA;IAC7C,6EAAiD,CAAA;IACjD,6EAAiD,CAAA;IACjD,iFAAqD,CAAA;IACrD,qFAAyD,CAAA;IACzD,6EAAiD,CAAA;IACjD,4DAAgC,CAAA;IAChC,oEAAwC,CAAA;IACxC,oDAAwB,CAAA;IACxB,8DAAkC,CAAA;IAClC,8DAAkC,CAAA;IAClC,qEAAyC,CAAA;IACzC,qEAAyC,CAAA;IACzC,qEAAyC,CAAA;IACzC,6EAAiD,CAAA;IACjD,6EAAiD,CAAA;IACjD,yEAA6C,CAAA;IAC7C,6EAAiD,CAAA;IACjD,8DAAkC,CAAA;IAClC,8DAAkC,CAAA;IAClC,8DAAkC,CAAA;IAClC,0DAA8B,CAAA;IAC9B,kEAAsC,CAAA;IACtC,sEAA0C,CAAA;IAC1C,2EAA+C,CAAA;IAE/C;;;OAGG;IACH,0DAA8B,CAAA;AAChC,CAAC,EAtCW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAsCnC;AAED,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAOxC"}
@@ -0,0 +1,24 @@
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, 2025, 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 workload configuration details
16
+ *
17
+ */
18
+ export interface WorkloadConfigurationDetails {
19
+ "workloadType": string;
20
+ }
21
+ export declare namespace WorkloadConfigurationDetails {
22
+ function getJsonObj(obj: WorkloadConfigurationDetails): object;
23
+ function getDeserializedJsonObj(obj: WorkloadConfigurationDetails): object;
24
+ }
@@ -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, 2025, 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.WorkloadConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ const common = require("oci-common");
38
+ var WorkloadConfigurationDetails;
39
+ (function (WorkloadConfigurationDetails) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ if (obj && "workloadType" in obj && obj.workloadType) {
43
+ switch (obj.workloadType) {
44
+ case "MODEL_DEPLOYMENT":
45
+ return model.ModelDeployWorkloadConfigurationDetails.getJsonObj(jsonObj, true);
46
+ case "JOB_RUN":
47
+ return model.JobRunWorkloadConfigurationDetails.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.workloadType}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ WorkloadConfigurationDetails.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "workloadType" in obj && obj.workloadType) {
59
+ switch (obj.workloadType) {
60
+ case "MODEL_DEPLOYMENT":
61
+ return model.ModelDeployWorkloadConfigurationDetails.getDeserializedJsonObj(jsonObj, true);
62
+ case "JOB_RUN":
63
+ return model.JobRunWorkloadConfigurationDetails.getDeserializedJsonObj(jsonObj, true);
64
+ default:
65
+ if (common.LOG.logger)
66
+ common.LOG.logger.info(`Unknown value for: ${obj.workloadType}`);
67
+ }
68
+ }
69
+ return jsonObj;
70
+ }
71
+ WorkloadConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(WorkloadConfigurationDetails = exports.WorkloadConfigurationDetails || (exports.WorkloadConfigurationDetails = {}));
73
+ //# sourceMappingURL=workload-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workload-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/workload-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAUtC,IAAiB,4BAA4B,CA2C5C;AA3CD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,uCAAuC,CAAC,UAAU,CACL,OAAQ,EAChE,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CACL,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,uCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CACjB,OAAQ,EAChE,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CACjB,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA2C5C"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ActivateSchedule.ts.html |here} to see how to use ActivateScheduleRequest.
16
+ */
17
+ export interface ActivateScheduleRequest extends common.BaseRequest {
18
+ /**
19
+ * unique Schedule identifier
20
+ */
21
+ "scheduleId": string;
22
+ /**
23
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId"?: string;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
38
+ *
39
+ */
40
+ "opcRetryToken"?: string;
41
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=activate-schedule-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activate-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/activate-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeScheduleCompartment.ts.html |here} to see how to use ChangeScheduleCompartmentRequest.
17
+ */
18
+ export interface ChangeScheduleCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * unique Schedule identifier
21
+ */
22
+ "scheduleId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "changeScheduleCompartmentDetails": model.ChangeScheduleCompartmentDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * For optimistic concurrency control. In the PUT or DELETE call
34
+ * for a resource, set the {@code if-match} parameter to the value of the
35
+ * etag from a previous GET or POST response for that resource.
36
+ * The resource is updated or deleted only if the {@code etag} you
37
+ * provide matches the resource's current {@code etag} value.
38
+ *
39
+ */
40
+ "ifMatch"?: string;
41
+ /**
42
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
43
+ *
44
+ */
45
+ "opcRequestId"?: string;
46
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-schedule-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-schedule-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/change-schedule-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateSchedule.ts.html |here} to see how to use CreateScheduleRequest.
17
+ */
18
+ export interface CreateScheduleRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new Schedule.
21
+ */
22
+ "createScheduleDetails": model.CreateScheduleDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
25
+ *
26
+ */
27
+ "opcRetryToken"?: string;
28
+ /**
29
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-schedule-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/create-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeactivateSchedule.ts.html |here} to see how to use DeactivateScheduleRequest.
16
+ */
17
+ export interface DeactivateScheduleRequest extends common.BaseRequest {
18
+ /**
19
+ * unique Schedule identifier
20
+ */
21
+ "scheduleId": string;
22
+ /**
23
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId"?: string;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
38
+ *
39
+ */
40
+ "opcRetryToken"?: string;
41
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=deactivate-schedule-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deactivate-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/deactivate-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteSchedule.ts.html |here} to see how to use DeleteScheduleRequest.
16
+ */
17
+ export interface DeleteScheduleRequest extends common.BaseRequest {
18
+ /**
19
+ * unique Schedule identifier
20
+ */
21
+ "scheduleId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource is updated or deleted only if the {@code etag} you
27
+ * provide matches the resource's current {@code etag} value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
33
+ *
34
+ */
35
+ "opcRequestId"?: string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-schedule-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/delete-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}