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,27 @@
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/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
16
+ */
17
+ export interface GetScheduleRequest 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
+ }
@@ -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=get-schedule-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/get-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -17,6 +17,8 @@ import * as ActivateModelDeploymentRequest from "./activate-model-deployment-req
17
17
  export import ActivateModelDeploymentRequest = ActivateModelDeploymentRequest.ActivateModelDeploymentRequest;
18
18
  import * as ActivateNotebookSessionRequest from "./activate-notebook-session-request";
19
19
  export import ActivateNotebookSessionRequest = ActivateNotebookSessionRequest.ActivateNotebookSessionRequest;
20
+ import * as ActivateScheduleRequest from "./activate-schedule-request";
21
+ export import ActivateScheduleRequest = ActivateScheduleRequest.ActivateScheduleRequest;
20
22
  import * as CancelJobRunRequest from "./cancel-job-run-request";
21
23
  export import CancelJobRunRequest = CancelJobRunRequest.CancelJobRunRequest;
22
24
  import * as CancelPipelineRunRequest from "./cancel-pipeline-run-request";
@@ -43,6 +45,8 @@ import * as ChangePipelineRunCompartmentRequest from "./change-pipeline-run-comp
43
45
  export import ChangePipelineRunCompartmentRequest = ChangePipelineRunCompartmentRequest.ChangePipelineRunCompartmentRequest;
44
46
  import * as ChangeProjectCompartmentRequest from "./change-project-compartment-request";
45
47
  export import ChangeProjectCompartmentRequest = ChangeProjectCompartmentRequest.ChangeProjectCompartmentRequest;
48
+ import * as ChangeScheduleCompartmentRequest from "./change-schedule-compartment-request";
49
+ export import ChangeScheduleCompartmentRequest = ChangeScheduleCompartmentRequest.ChangeScheduleCompartmentRequest;
46
50
  import * as CreateDataSciencePrivateEndpointRequest from "./create-data-science-private-endpoint-request";
47
51
  export import CreateDataSciencePrivateEndpointRequest = CreateDataSciencePrivateEndpointRequest.CreateDataSciencePrivateEndpointRequest;
48
52
  import * as CreateJobRequest from "./create-job-request";
@@ -69,6 +73,8 @@ import * as CreatePipelineRunRequest from "./create-pipeline-run-request";
69
73
  export import CreatePipelineRunRequest = CreatePipelineRunRequest.CreatePipelineRunRequest;
70
74
  import * as CreateProjectRequest from "./create-project-request";
71
75
  export import CreateProjectRequest = CreateProjectRequest.CreateProjectRequest;
76
+ import * as CreateScheduleRequest from "./create-schedule-request";
77
+ export import CreateScheduleRequest = CreateScheduleRequest.CreateScheduleRequest;
72
78
  import * as CreateStepArtifactRequest from "./create-step-artifact-request";
73
79
  export import CreateStepArtifactRequest = CreateStepArtifactRequest.CreateStepArtifactRequest;
74
80
  import * as DeactivateModelRequest from "./deactivate-model-request";
@@ -77,6 +83,8 @@ import * as DeactivateModelDeploymentRequest from "./deactivate-model-deployment
77
83
  export import DeactivateModelDeploymentRequest = DeactivateModelDeploymentRequest.DeactivateModelDeploymentRequest;
78
84
  import * as DeactivateNotebookSessionRequest from "./deactivate-notebook-session-request";
79
85
  export import DeactivateNotebookSessionRequest = DeactivateNotebookSessionRequest.DeactivateNotebookSessionRequest;
86
+ import * as DeactivateScheduleRequest from "./deactivate-schedule-request";
87
+ export import DeactivateScheduleRequest = DeactivateScheduleRequest.DeactivateScheduleRequest;
80
88
  import * as DeleteDataSciencePrivateEndpointRequest from "./delete-data-science-private-endpoint-request";
81
89
  export import DeleteDataSciencePrivateEndpointRequest = DeleteDataSciencePrivateEndpointRequest.DeleteDataSciencePrivateEndpointRequest;
82
90
  import * as DeleteJobRequest from "./delete-job-request";
@@ -97,6 +105,8 @@ import * as DeletePipelineRunRequest from "./delete-pipeline-run-request";
97
105
  export import DeletePipelineRunRequest = DeletePipelineRunRequest.DeletePipelineRunRequest;
98
106
  import * as DeleteProjectRequest from "./delete-project-request";
99
107
  export import DeleteProjectRequest = DeleteProjectRequest.DeleteProjectRequest;
108
+ import * as DeleteScheduleRequest from "./delete-schedule-request";
109
+ export import DeleteScheduleRequest = DeleteScheduleRequest.DeleteScheduleRequest;
100
110
  import * as ExportModelArtifactRequest from "./export-model-artifact-request";
101
111
  export import ExportModelArtifactRequest = ExportModelArtifactRequest.ExportModelArtifactRequest;
102
112
  import * as GetDataSciencePrivateEndpointRequest from "./get-data-science-private-endpoint-request";
@@ -125,6 +135,8 @@ import * as GetPipelineRunRequest from "./get-pipeline-run-request";
125
135
  export import GetPipelineRunRequest = GetPipelineRunRequest.GetPipelineRunRequest;
126
136
  import * as GetProjectRequest from "./get-project-request";
127
137
  export import GetProjectRequest = GetProjectRequest.GetProjectRequest;
138
+ import * as GetScheduleRequest from "./get-schedule-request";
139
+ export import GetScheduleRequest = GetScheduleRequest.GetScheduleRequest;
128
140
  import * as GetStepArtifactContentRequest from "./get-step-artifact-content-request";
129
141
  export import GetStepArtifactContentRequest = GetStepArtifactContentRequest.GetStepArtifactContentRequest;
130
142
  import * as GetWorkRequestRequest from "./get-work-request-request";
@@ -137,6 +149,8 @@ import * as HeadStepArtifactRequest from "./head-step-artifact-request";
137
149
  export import HeadStepArtifactRequest = HeadStepArtifactRequest.HeadStepArtifactRequest;
138
150
  import * as ImportModelArtifactRequest from "./import-model-artifact-request";
139
151
  export import ImportModelArtifactRequest = ImportModelArtifactRequest.ImportModelArtifactRequest;
152
+ import * as ListContainersRequest from "./list-containers-request";
153
+ export import ListContainersRequest = ListContainersRequest.ListContainersRequest;
140
154
  import * as ListDataSciencePrivateEndpointsRequest from "./list-data-science-private-endpoints-request";
141
155
  export import ListDataSciencePrivateEndpointsRequest = ListDataSciencePrivateEndpointsRequest.ListDataSciencePrivateEndpointsRequest;
142
156
  import * as ListFastLaunchJobConfigsRequest from "./list-fast-launch-job-configs-request";
@@ -165,6 +179,8 @@ import * as ListPipelinesRequest from "./list-pipelines-request";
165
179
  export import ListPipelinesRequest = ListPipelinesRequest.ListPipelinesRequest;
166
180
  import * as ListProjectsRequest from "./list-projects-request";
167
181
  export import ListProjectsRequest = ListProjectsRequest.ListProjectsRequest;
182
+ import * as ListSchedulesRequest from "./list-schedules-request";
183
+ export import ListSchedulesRequest = ListSchedulesRequest.ListSchedulesRequest;
168
184
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
169
185
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
170
186
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
@@ -195,3 +211,5 @@ import * as UpdatePipelineRunRequest from "./update-pipeline-run-request";
195
211
  export import UpdatePipelineRunRequest = UpdatePipelineRunRequest.UpdatePipelineRunRequest;
196
212
  import * as UpdateProjectRequest from "./update-project-request";
197
213
  export import UpdateProjectRequest = UpdateProjectRequest.UpdateProjectRequest;
214
+ import * as UpdateScheduleRequest from "./update-schedule-request";
215
+ export import UpdateScheduleRequest = UpdateScheduleRequest.UpdateScheduleRequest;
@@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListWorkRequestsRequest = exports.ListProjectsRequest = exports.ListPipelinesRequest = exports.ListPipelineRunsRequest = exports.ListNotebookSessionsRequest = exports.ListModelsRequest = exports.ListModelVersionSetsRequest = exports.ListModelDeploymentsRequest = exports.ListJobsRequest = exports.ListJobRunsRequest = exports.ListDataSciencePrivateEndpointsRequest = void 0;
35
+ exports.ListWorkRequestsRequest = exports.ListSchedulesRequest = exports.ListProjectsRequest = exports.ListPipelinesRequest = exports.ListPipelineRunsRequest = exports.ListNotebookSessionsRequest = exports.ListModelsRequest = exports.ListModelVersionSetsRequest = exports.ListModelDeploymentsRequest = exports.ListJobsRequest = exports.ListJobRunsRequest = exports.ListDataSciencePrivateEndpointsRequest = void 0;
36
36
  const ListDataSciencePrivateEndpointsRequest = __importStar(require("./list-data-science-private-endpoints-request"));
37
37
  exports.ListDataSciencePrivateEndpointsRequest = ListDataSciencePrivateEndpointsRequest.ListDataSciencePrivateEndpointsRequest;
38
38
  const ListJobRunsRequest = __importStar(require("./list-job-runs-request"));
@@ -53,6 +53,8 @@ const ListPipelinesRequest = __importStar(require("./list-pipelines-request"));
53
53
  exports.ListPipelinesRequest = ListPipelinesRequest.ListPipelinesRequest;
54
54
  const ListProjectsRequest = __importStar(require("./list-projects-request"));
55
55
  exports.ListProjectsRequest = ListProjectsRequest.ListProjectsRequest;
56
+ const ListSchedulesRequest = __importStar(require("./list-schedules-request"));
57
+ exports.ListSchedulesRequest = ListSchedulesRequest.ListSchedulesRequest;
56
58
  const ListWorkRequestsRequest = __importStar(require("./list-work-requests-request"));
57
59
  exports.ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
58
60
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAgIH,sHAAwG;AAC1F,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AAGrI,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAGzE,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAGhE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAGtE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAK5E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA8IH,sHAAwG;AAC1F,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AAGrI,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAGzE,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAGhE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAGtE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAK/E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -0,0 +1,72 @@
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/ListContainers.ts.html |here} to see how to use ListContainersRequest.
17
+ */
18
+ export interface ListContainersRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
21
+ *
22
+ */
23
+ "opcRequestId"?: string;
24
+ /**
25
+ * if true, this returns latest version of container.
26
+ */
27
+ "isLatest"?: boolean;
28
+ /**
29
+ * <b>Filter</b> results by its user-friendly name.
30
+ */
31
+ "displayName"?: string;
32
+ /**
33
+ * <b>Filter</b> results by the container name.
34
+ */
35
+ "containerName"?: string;
36
+ /**
37
+ * <b>Filter</b> results by the specified lifecycle state. Must be a valid
38
+ * state for the resource type.
39
+ *
40
+ */
41
+ "lifecycleState"?: model.ContainerVersionLifecycleState;
42
+ /**
43
+ * <b>Filter</b> results by the target workload.
44
+ */
45
+ "targetWorkload"?: model.ContainerTargetWorkload;
46
+ /**
47
+ * <b>Filter</b> results by the usage.
48
+ */
49
+ "usageQueryParam"?: model.ContainerUsage;
50
+ /**
51
+ * <b>Filter</b> results by the container version tag.
52
+ */
53
+ "tagQueryParam"?: string;
54
+ /**
55
+ * For list pagination. The maximum number of results per page,
56
+ * or items to return in a paginated \"List\" call.
57
+ * 1 is the minimum, 100 is the maximum.
58
+ * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
59
+ * <p>
60
+ Example: {@code 50}
61
+ *
62
+ */
63
+ "limit"?: number;
64
+ /**
65
+ * For list pagination. The value of the {@code opc-next-page} response
66
+ * header from the previous \"List\" call.
67
+ * <p>
68
+ See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
69
+ *
70
+ */
71
+ "page"?: string;
72
+ }
@@ -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=list-containers-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-containers-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-containers-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,82 @@
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/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
17
+ */
18
+ export interface ListSchedulesRequest extends common.BaseRequest {
19
+ /**
20
+ * <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project.
25
+ */
26
+ "projectId"?: string;
27
+ /**
28
+ * A filter to return only resources their lifecycleState matches the given lifecycleState.
29
+ */
30
+ "lifecycleState"?: model.ScheduleLifecycleState;
31
+ /**
32
+ * <b>Filter</b> results by its user-friendly name.
33
+ */
34
+ "displayName"?: string;
35
+ /**
36
+ * unique Schedule identifier
37
+ */
38
+ "id"?: string;
39
+ /**
40
+ * For list pagination. The maximum number of results per page,
41
+ * or items to return in a paginated \"List\" call.
42
+ * 1 is the minimum, 100 is the maximum.
43
+ * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
44
+ * <p>
45
+ Example: {@code 50}
46
+ *
47
+ */
48
+ "limit"?: number;
49
+ /**
50
+ * For list pagination. The value of the {@code opc-next-page} response
51
+ * header from the previous \"List\" call.
52
+ * <p>
53
+ See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
54
+ *
55
+ */
56
+ "page"?: string;
57
+ /**
58
+ * Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
59
+ *
60
+ */
61
+ "sortOrder"?: ListSchedulesRequest.SortOrder;
62
+ /**
63
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
64
+ *
65
+ */
66
+ "sortBy"?: ListSchedulesRequest.SortBy;
67
+ /**
68
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
69
+ *
70
+ */
71
+ "opcRequestId"?: string;
72
+ }
73
+ export declare namespace ListSchedulesRequest {
74
+ enum SortOrder {
75
+ Asc = "ASC",
76
+ Desc = "DESC"
77
+ }
78
+ enum SortBy {
79
+ TimeCreated = "timeCreated",
80
+ DisplayName = "displayName"
81
+ }
82
+ }
@@ -0,0 +1,29 @@
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
+ exports.ListSchedulesRequest = void 0;
16
+ var ListSchedulesRequest;
17
+ (function (ListSchedulesRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListSchedulesRequest.SortOrder || (ListSchedulesRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["TimeCreated"] = "timeCreated";
26
+ SortBy["DisplayName"] = "displayName";
27
+ })(SortBy = ListSchedulesRequest.SortBy || (ListSchedulesRequest.SortBy = {}));
28
+ })(ListSchedulesRequest = exports.ListSchedulesRequest || (exports.ListSchedulesRequest = {}));
29
+ //# sourceMappingURL=list-schedules-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-schedules-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-schedules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgEH,IAAiB,oBAAoB,CAUpC;AAVD,WAAiB,oBAAoB;IACnC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,8BAAS,KAAT,8BAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAGjB;AACH,CAAC,EAVgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAUpC"}
@@ -92,6 +92,12 @@ export declare namespace ListWorkRequestsRequest {
92
92
  PrivateEndpointDelete = "PRIVATE_ENDPOINT_DELETE",
93
93
  PrivateEndpointMove = "PRIVATE_ENDPOINT_MOVE",
94
94
  PrivateEndpointUpdate = "PRIVATE_ENDPOINT_UPDATE",
95
+ ScheduleCreate = "SCHEDULE_CREATE",
96
+ ScheduleUpdate = "SCHEDULE_UPDATE",
97
+ ScheduleDelete = "SCHEDULE_DELETE",
98
+ ScheduleMove = "SCHEDULE_MOVE",
99
+ ScheduleActivate = "SCHEDULE_ACTIVATE",
100
+ ScheduleDeactivate = "SCHEDULE_DEACTIVATE",
95
101
  RestoreArchivedModel = "RESTORE_ARCHIVED_MODEL"
96
102
  }
97
103
  enum Status {
@@ -41,6 +41,12 @@ var ListWorkRequestsRequest;
41
41
  OperationType["PrivateEndpointDelete"] = "PRIVATE_ENDPOINT_DELETE";
42
42
  OperationType["PrivateEndpointMove"] = "PRIVATE_ENDPOINT_MOVE";
43
43
  OperationType["PrivateEndpointUpdate"] = "PRIVATE_ENDPOINT_UPDATE";
44
+ OperationType["ScheduleCreate"] = "SCHEDULE_CREATE";
45
+ OperationType["ScheduleUpdate"] = "SCHEDULE_UPDATE";
46
+ OperationType["ScheduleDelete"] = "SCHEDULE_DELETE";
47
+ OperationType["ScheduleMove"] = "SCHEDULE_MOVE";
48
+ OperationType["ScheduleActivate"] = "SCHEDULE_ACTIVATE";
49
+ OperationType["ScheduleDeactivate"] = "SCHEDULE_DEACTIVATE";
44
50
  OperationType["RestoreArchivedModel"] = "RESTORE_ARCHIVED_MODEL";
45
51
  })(OperationType = ListWorkRequestsRequest.OperationType || (ListWorkRequestsRequest.OperationType = {}));
46
52
  let Status;
@@ -1 +1 @@
1
- {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,uBAAuB,CAgDvC;AAhDD,WAAiB,uBAAuB;IACtC,IAAY,aA0BX;IA1BD,WAAY,aAAa;QACvB,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,iEAAgD,CAAA;QAChD,8DAA6C,CAAA;QAC7C,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,kEAAiD,CAAA;QACjD,iDAAgC,CAAA;QAChC,yDAAwC,CAAA;QACxC,yCAAwB,CAAA;QACxB,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,gEAA+C,CAAA;IACjD,CAAC,EA1BW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QA0BxB;IAED,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACvB,CAAC,EAPW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAOjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,yCAA+B,CAAA;QAC/B,2BAAiB,CAAA;QACjB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAIjB;AACH,CAAC,EAhDgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAgDvC"}
1
+ {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,uBAAuB,CAsDvC;AAtDD,WAAiB,uBAAuB;IACtC,IAAY,aAgCX;IAhCD,WAAY,aAAa;QACvB,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,iEAAgD,CAAA;QAChD,8DAA6C,CAAA;QAC7C,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,kEAAiD,CAAA;QACjD,iDAAgC,CAAA;QAChC,yDAAwC,CAAA;QACxC,yCAAwB,CAAA;QACxB,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,+CAA8B,CAAA;QAC9B,uDAAsC,CAAA;QACtC,2DAA0C,CAAA;QAC1C,gEAA+C,CAAA;IACjD,CAAC,EAhCW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAgCxB;IAED,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACvB,CAAC,EAPW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAOjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,yCAA+B,CAAA;QAC/B,2BAAiB,CAAA;QACjB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAIjB;AACH,CAAC,EAtDgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAsDvC"}
@@ -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 * 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/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
17
+ */
18
+ export interface UpdateScheduleRequest extends common.BaseRequest {
19
+ /**
20
+ * unique Schedule identifier
21
+ */
22
+ "scheduleId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateScheduleDetails": model.UpdateScheduleDetails;
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
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ }
@@ -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=update-schedule-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
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
+ export interface ActivateScheduleResponse {
14
+ /**
15
+ * Unique Oracle assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, then provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
22
+ * with this ID to track the status of the request.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
26
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activate-schedule-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/activate-schedule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
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
+ export interface ChangeScheduleCompartmentResponse {
14
+ /**
15
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
16
+ * with this ID to track the status of the request.
17
+ *
18
+ */
19
+ "opcWorkRequestId": string;
20
+ /**
21
+ * Unique Oracle assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, then provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-schedule-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-schedule-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 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
+ export interface CreateScheduleResponse {
15
+ /**
16
+ * URL for the created schedule, the schedule id will be generated after this request is sent.
17
+ */
18
+ "location": string;
19
+ /**
20
+ * Same as location
21
+ */
22
+ "contentLocation": string;
23
+ /**
24
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
25
+ *
26
+ */
27
+ "etag": string;
28
+ /**
29
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
30
+ * with this ID to track the status of the request.
31
+ *
32
+ */
33
+ "opcWorkRequestId": string;
34
+ /**
35
+ * Unique Oracle assigned identifier for the request. If you need to contact
36
+ * Oracle about a particular request, then provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId": string;
40
+ /**
41
+ * The returned model.Schedule instance.
42
+ */
43
+ "schedule": model.Schedule;
44
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-schedule-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-schedule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}