oci-datascience 2.70.2 → 2.70.3

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 (169) hide show
  1. package/lib/client.d.ts +243 -85
  2. package/lib/client.js +645 -87
  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-data-science-private-endpoint-compartment-details.d.ts +27 -0
  8. package/lib/model/change-data-science-private-endpoint-compartment-details.js +30 -0
  9. package/lib/model/change-data-science-private-endpoint-compartment-details.js.map +1 -0
  10. package/lib/model/create-data-science-private-endpoint-details.d.ts +74 -0
  11. package/lib/model/create-data-science-private-endpoint-details.js +30 -0
  12. package/lib/model/create-data-science-private-endpoint-details.js.map +1 -0
  13. package/lib/model/data-science-private-endpoint-lifecycle-state.d.ts +35 -0
  14. package/lib/model/data-science-private-endpoint-lifecycle-state.js +46 -0
  15. package/lib/model/data-science-private-endpoint-lifecycle-state.js.map +1 -0
  16. package/lib/model/data-science-private-endpoint-summary.d.ts +99 -0
  17. package/lib/model/data-science-private-endpoint-summary.js +30 -0
  18. package/lib/model/data-science-private-endpoint-summary.js.map +1 -0
  19. package/lib/model/data-science-private-endpoint.d.ts +104 -0
  20. package/lib/model/data-science-private-endpoint.js +30 -0
  21. package/lib/model/data-science-private-endpoint.js.map +1 -0
  22. package/lib/model/data-science-resource-type.d.ts +28 -0
  23. package/lib/model/data-science-resource-type.js +39 -0
  24. package/lib/model/data-science-resource-type.js.map +1 -0
  25. package/lib/model/index.d.ts +14 -0
  26. package/lib/model/index.js +17 -3
  27. package/lib/model/index.js.map +1 -1
  28. package/lib/model/model-configuration-details.d.ts +1 -1
  29. package/lib/model/notebook-session-config-details.d.ts +5 -0
  30. package/lib/model/notebook-session-config-details.js.map +1 -1
  31. package/lib/model/notebook-session-configuration-details.d.ts +5 -0
  32. package/lib/model/notebook-session-configuration-details.js.map +1 -1
  33. package/lib/model/update-data-science-private-endpoint-details.d.ts +56 -0
  34. package/lib/model/update-data-science-private-endpoint-details.js +30 -0
  35. package/lib/model/update-data-science-private-endpoint-details.js.map +1 -0
  36. package/lib/model/update-model-configuration-details.d.ts +1 -1
  37. package/lib/model/work-request-operation-type.d.ts +4 -0
  38. package/lib/model/work-request-operation-type.js +4 -0
  39. package/lib/model/work-request-operation-type.js.map +1 -1
  40. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  41. package/lib/request/activate-model-request.d.ts +1 -1
  42. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  43. package/lib/request/cancel-job-run-request.d.ts +1 -1
  44. package/lib/request/cancel-pipeline-run-request.d.ts +1 -1
  45. package/lib/request/cancel-work-request-request.d.ts +1 -1
  46. package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +48 -0
  47. package/lib/request/change-data-science-private-endpoint-compartment-request.js +15 -0
  48. package/lib/request/change-data-science-private-endpoint-compartment-request.js.map +1 -0
  49. package/lib/request/change-job-compartment-request.d.ts +1 -1
  50. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  51. package/lib/request/change-model-compartment-request.d.ts +1 -1
  52. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  53. package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
  54. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  55. package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
  56. package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
  57. package/lib/request/change-project-compartment-request.d.ts +1 -1
  58. package/lib/request/create-data-science-private-endpoint-request.d.ts +34 -0
  59. package/lib/request/create-data-science-private-endpoint-request.js +15 -0
  60. package/lib/request/create-data-science-private-endpoint-request.js.map +1 -0
  61. package/lib/request/create-job-artifact-request.d.ts +1 -1
  62. package/lib/request/create-job-request.d.ts +1 -1
  63. package/lib/request/create-job-run-request.d.ts +1 -1
  64. package/lib/request/create-model-artifact-request.d.ts +1 -1
  65. package/lib/request/create-model-deployment-request.d.ts +1 -1
  66. package/lib/request/create-model-provenance-request.d.ts +1 -1
  67. package/lib/request/create-model-request.d.ts +1 -1
  68. package/lib/request/create-model-version-set-request.d.ts +1 -1
  69. package/lib/request/create-notebook-session-request.d.ts +1 -1
  70. package/lib/request/create-pipeline-request.d.ts +1 -1
  71. package/lib/request/create-pipeline-run-request.d.ts +1 -1
  72. package/lib/request/create-project-request.d.ts +1 -1
  73. package/lib/request/create-step-artifact-request.d.ts +1 -1
  74. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  75. package/lib/request/deactivate-model-request.d.ts +1 -1
  76. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  77. package/lib/request/delete-data-science-private-endpoint-request.d.ts +37 -0
  78. package/lib/request/delete-data-science-private-endpoint-request.js +15 -0
  79. package/lib/request/delete-data-science-private-endpoint-request.js.map +1 -0
  80. package/lib/request/delete-job-request.d.ts +1 -1
  81. package/lib/request/delete-job-run-request.d.ts +1 -1
  82. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  83. package/lib/request/delete-model-request.d.ts +1 -1
  84. package/lib/request/delete-model-version-set-request.d.ts +1 -1
  85. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  86. package/lib/request/delete-pipeline-request.d.ts +1 -1
  87. package/lib/request/delete-pipeline-run-request.d.ts +1 -1
  88. package/lib/request/delete-project-request.d.ts +1 -1
  89. package/lib/request/export-model-artifact-request.d.ts +1 -1
  90. package/lib/request/get-data-science-private-endpoint-request.d.ts +28 -0
  91. package/lib/request/get-data-science-private-endpoint-request.js +15 -0
  92. package/lib/request/get-data-science-private-endpoint-request.js.map +1 -0
  93. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  94. package/lib/request/get-job-request.d.ts +1 -1
  95. package/lib/request/get-job-run-request.d.ts +1 -1
  96. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  97. package/lib/request/get-model-deployment-request.d.ts +1 -1
  98. package/lib/request/get-model-provenance-request.d.ts +1 -1
  99. package/lib/request/get-model-request.d.ts +1 -1
  100. package/lib/request/get-model-version-set-request.d.ts +1 -1
  101. package/lib/request/get-notebook-session-request.d.ts +1 -1
  102. package/lib/request/get-pipeline-request.d.ts +1 -1
  103. package/lib/request/get-pipeline-run-request.d.ts +1 -1
  104. package/lib/request/get-project-request.d.ts +1 -1
  105. package/lib/request/get-step-artifact-content-request.d.ts +1 -1
  106. package/lib/request/get-work-request-request.d.ts +1 -1
  107. package/lib/request/head-job-artifact-request.d.ts +1 -1
  108. package/lib/request/head-model-artifact-request.d.ts +1 -1
  109. package/lib/request/head-step-artifact-request.d.ts +1 -1
  110. package/lib/request/import-model-artifact-request.d.ts +1 -1
  111. package/lib/request/index.d.ts +12 -0
  112. package/lib/request/index.js +3 -1
  113. package/lib/request/index.js.map +1 -1
  114. package/lib/request/list-data-science-private-endpoints-request.d.ts +83 -0
  115. package/lib/request/list-data-science-private-endpoints-request.js +28 -0
  116. package/lib/request/list-data-science-private-endpoints-request.js.map +1 -0
  117. package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
  118. package/lib/request/list-job-runs-request.d.ts +1 -1
  119. package/lib/request/list-job-shapes-request.d.ts +1 -1
  120. package/lib/request/list-jobs-request.d.ts +1 -1
  121. package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
  122. package/lib/request/list-model-deployments-request.d.ts +1 -1
  123. package/lib/request/list-model-version-sets-request.d.ts +1 -1
  124. package/lib/request/list-models-request.d.ts +1 -1
  125. package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
  126. package/lib/request/list-notebook-sessions-request.d.ts +1 -1
  127. package/lib/request/list-pipeline-runs-request.d.ts +1 -1
  128. package/lib/request/list-pipelines-request.d.ts +1 -1
  129. package/lib/request/list-projects-request.d.ts +1 -1
  130. package/lib/request/list-work-request-errors-request.d.ts +19 -1
  131. package/lib/request/list-work-request-logs-request.d.ts +19 -1
  132. package/lib/request/list-work-requests-request.d.ts +6 -2
  133. package/lib/request/list-work-requests-request.js +4 -0
  134. package/lib/request/list-work-requests-request.js.map +1 -1
  135. package/lib/request/update-data-science-private-endpoint-request.d.ts +43 -0
  136. package/lib/request/update-data-science-private-endpoint-request.js +15 -0
  137. package/lib/request/update-data-science-private-endpoint-request.js.map +1 -0
  138. package/lib/request/update-job-request.d.ts +1 -1
  139. package/lib/request/update-job-run-request.d.ts +1 -1
  140. package/lib/request/update-model-deployment-request.d.ts +1 -1
  141. package/lib/request/update-model-provenance-request.d.ts +1 -1
  142. package/lib/request/update-model-request.d.ts +1 -1
  143. package/lib/request/update-model-version-set-request.d.ts +1 -1
  144. package/lib/request/update-notebook-session-request.d.ts +1 -1
  145. package/lib/request/update-pipeline-request.d.ts +1 -1
  146. package/lib/request/update-pipeline-run-request.d.ts +1 -1
  147. package/lib/request/update-project-request.d.ts +1 -1
  148. package/lib/response/change-data-science-private-endpoint-compartment-response.d.ts +26 -0
  149. package/lib/response/change-data-science-private-endpoint-compartment-response.js +15 -0
  150. package/lib/response/change-data-science-private-endpoint-compartment-response.js.map +1 -0
  151. package/lib/response/create-data-science-private-endpoint-response.d.ts +41 -0
  152. package/lib/response/create-data-science-private-endpoint-response.js +15 -0
  153. package/lib/response/create-data-science-private-endpoint-response.js.map +1 -0
  154. package/lib/response/delete-data-science-private-endpoint-response.d.ts +26 -0
  155. package/lib/response/delete-data-science-private-endpoint-response.js +15 -0
  156. package/lib/response/delete-data-science-private-endpoint-response.js.map +1 -0
  157. package/lib/response/get-data-science-private-endpoint-response.d.ts +30 -0
  158. package/lib/response/get-data-science-private-endpoint-response.js +15 -0
  159. package/lib/response/get-data-science-private-endpoint-response.js.map +1 -0
  160. package/lib/response/index.d.ts +12 -0
  161. package/lib/response/list-data-science-private-endpoints-response.d.ts +35 -0
  162. package/lib/response/list-data-science-private-endpoints-response.js +15 -0
  163. package/lib/response/list-data-science-private-endpoints-response.js.map +1 -0
  164. package/lib/response/list-work-request-errors-response.d.ts +10 -0
  165. package/lib/response/list-work-request-logs-response.d.ts +10 -0
  166. package/lib/response/update-data-science-private-endpoint-response.d.ts +36 -0
  167. package/lib/response/update-data-science-private-endpoint-response.js +15 -0
  168. package/lib/response/update-data-science-private-endpoint-response.js.map +1 -0
  169. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/datascience/UpdatePipelineRun.ts.html |here} to see how to use UpdatePipelineRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdatePipelineRun.ts.html |here} to see how to use UpdatePipelineRunRequest.
17
17
  */
18
18
  export interface UpdatePipelineRunRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/datascience/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
17
17
  */
18
18
  export interface UpdateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -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, 2023, 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 ChangeDataSciencePrivateEndpointCompartmentResponse {
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-data-science-private-endpoint-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-data-science-private-endpoint-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-data-science-private-endpoint-compartment-response.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, 2023, 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 CreateDataSciencePrivateEndpointResponse {
15
+ /**
16
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ *
18
+ */
19
+ "etag": 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
+ /**
27
+ * 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)
28
+ * with this ID to track the status of the request.
29
+ *
30
+ */
31
+ "opcWorkRequestId": string;
32
+ /**
33
+ * The URI that identifies the entity described in the response body.
34
+ *
35
+ */
36
+ "location": string;
37
+ /**
38
+ * The returned model.DataSciencePrivateEndpoint instance.
39
+ */
40
+ "dataSciencePrivateEndpoint": model.DataSciencePrivateEndpoint;
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-data-science-private-endpoint-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-data-science-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-data-science-private-endpoint-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, 2023, 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 DeleteDataSciencePrivateEndpointResponse {
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-data-science-private-endpoint-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-data-science-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/delete-data-science-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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, 2023, 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 GetDataSciencePrivateEndpointResponse {
15
+ /**
16
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ *
18
+ */
19
+ "etag": 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
+ /**
27
+ * The returned model.DataSciencePrivateEndpoint instance.
28
+ */
29
+ "dataSciencePrivateEndpoint": model.DataSciencePrivateEndpoint;
30
+ }
@@ -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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-data-science-private-endpoint-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-data-science-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/get-data-science-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -23,6 +23,8 @@ import * as CancelPipelineRunResponse from "./cancel-pipeline-run-response";
23
23
  export import CancelPipelineRunResponse = CancelPipelineRunResponse.CancelPipelineRunResponse;
24
24
  import * as CancelWorkRequestResponse from "./cancel-work-request-response";
25
25
  export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
26
+ import * as ChangeDataSciencePrivateEndpointCompartmentResponse from "./change-data-science-private-endpoint-compartment-response";
27
+ export import ChangeDataSciencePrivateEndpointCompartmentResponse = ChangeDataSciencePrivateEndpointCompartmentResponse.ChangeDataSciencePrivateEndpointCompartmentResponse;
26
28
  import * as ChangeJobCompartmentResponse from "./change-job-compartment-response";
27
29
  export import ChangeJobCompartmentResponse = ChangeJobCompartmentResponse.ChangeJobCompartmentResponse;
28
30
  import * as ChangeJobRunCompartmentResponse from "./change-job-run-compartment-response";
@@ -41,6 +43,8 @@ import * as ChangePipelineRunCompartmentResponse from "./change-pipeline-run-com
41
43
  export import ChangePipelineRunCompartmentResponse = ChangePipelineRunCompartmentResponse.ChangePipelineRunCompartmentResponse;
42
44
  import * as ChangeProjectCompartmentResponse from "./change-project-compartment-response";
43
45
  export import ChangeProjectCompartmentResponse = ChangeProjectCompartmentResponse.ChangeProjectCompartmentResponse;
46
+ import * as CreateDataSciencePrivateEndpointResponse from "./create-data-science-private-endpoint-response";
47
+ export import CreateDataSciencePrivateEndpointResponse = CreateDataSciencePrivateEndpointResponse.CreateDataSciencePrivateEndpointResponse;
44
48
  import * as CreateJobResponse from "./create-job-response";
45
49
  export import CreateJobResponse = CreateJobResponse.CreateJobResponse;
46
50
  import * as CreateJobArtifactResponse from "./create-job-artifact-response";
@@ -73,6 +77,8 @@ import * as DeactivateModelDeploymentResponse from "./deactivate-model-deploymen
73
77
  export import DeactivateModelDeploymentResponse = DeactivateModelDeploymentResponse.DeactivateModelDeploymentResponse;
74
78
  import * as DeactivateNotebookSessionResponse from "./deactivate-notebook-session-response";
75
79
  export import DeactivateNotebookSessionResponse = DeactivateNotebookSessionResponse.DeactivateNotebookSessionResponse;
80
+ import * as DeleteDataSciencePrivateEndpointResponse from "./delete-data-science-private-endpoint-response";
81
+ export import DeleteDataSciencePrivateEndpointResponse = DeleteDataSciencePrivateEndpointResponse.DeleteDataSciencePrivateEndpointResponse;
76
82
  import * as DeleteJobResponse from "./delete-job-response";
77
83
  export import DeleteJobResponse = DeleteJobResponse.DeleteJobResponse;
78
84
  import * as DeleteJobRunResponse from "./delete-job-run-response";
@@ -93,6 +99,8 @@ import * as DeleteProjectResponse from "./delete-project-response";
93
99
  export import DeleteProjectResponse = DeleteProjectResponse.DeleteProjectResponse;
94
100
  import * as ExportModelArtifactResponse from "./export-model-artifact-response";
95
101
  export import ExportModelArtifactResponse = ExportModelArtifactResponse.ExportModelArtifactResponse;
102
+ import * as GetDataSciencePrivateEndpointResponse from "./get-data-science-private-endpoint-response";
103
+ export import GetDataSciencePrivateEndpointResponse = GetDataSciencePrivateEndpointResponse.GetDataSciencePrivateEndpointResponse;
96
104
  import * as GetJobResponse from "./get-job-response";
97
105
  export import GetJobResponse = GetJobResponse.GetJobResponse;
98
106
  import * as GetJobArtifactContentResponse from "./get-job-artifact-content-response";
@@ -129,6 +137,8 @@ import * as HeadStepArtifactResponse from "./head-step-artifact-response";
129
137
  export import HeadStepArtifactResponse = HeadStepArtifactResponse.HeadStepArtifactResponse;
130
138
  import * as ImportModelArtifactResponse from "./import-model-artifact-response";
131
139
  export import ImportModelArtifactResponse = ImportModelArtifactResponse.ImportModelArtifactResponse;
140
+ import * as ListDataSciencePrivateEndpointsResponse from "./list-data-science-private-endpoints-response";
141
+ export import ListDataSciencePrivateEndpointsResponse = ListDataSciencePrivateEndpointsResponse.ListDataSciencePrivateEndpointsResponse;
132
142
  import * as ListFastLaunchJobConfigsResponse from "./list-fast-launch-job-configs-response";
133
143
  export import ListFastLaunchJobConfigsResponse = ListFastLaunchJobConfigsResponse.ListFastLaunchJobConfigsResponse;
134
144
  import * as ListJobRunsResponse from "./list-job-runs-response";
@@ -161,6 +171,8 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
161
171
  export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
162
172
  import * as ListWorkRequestsResponse from "./list-work-requests-response";
163
173
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
174
+ import * as UpdateDataSciencePrivateEndpointResponse from "./update-data-science-private-endpoint-response";
175
+ export import UpdateDataSciencePrivateEndpointResponse = UpdateDataSciencePrivateEndpointResponse.UpdateDataSciencePrivateEndpointResponse;
164
176
  import * as UpdateJobResponse from "./update-job-response";
165
177
  export import UpdateJobResponse = UpdateJobResponse.UpdateJobResponse;
166
178
  import * as UpdateJobRunResponse from "./update-job-run-response";
@@ -0,0 +1,35 @@
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, 2023, 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 ListDataSciencePrivateEndpointsResponse {
15
+ /**
16
+ * Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ *
18
+ */
19
+ "opcPrevPage": string;
20
+ /**
21
+ * Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ *
23
+ */
24
+ "opcNextPage": string;
25
+ /**
26
+ * Unique Oracle assigned identifier for the request. If you need to contact
27
+ * Oracle about a particular request, then provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * A list of DataSciencePrivateEndpointSummary instances.
33
+ */
34
+ "items": model.DataSciencePrivateEndpointSummary[];
35
+ }
@@ -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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-data-science-private-endpoints-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-data-science-private-endpoints-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-data-science-private-endpoints-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -18,6 +18,16 @@ export interface ListWorkRequestErrorsResponse {
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
+ *
24
+ */
25
+ "opcNextPage": string;
26
+ /**
27
+ * Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
+ *
29
+ */
30
+ "opcPrevPage": string;
21
31
  /**
22
32
  * A list of WorkRequestError instances.
23
33
  */
@@ -18,6 +18,16 @@ export interface ListWorkRequestLogsResponse {
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
+ *
24
+ */
25
+ "opcNextPage": string;
26
+ /**
27
+ * Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
+ *
29
+ */
30
+ "opcPrevPage": string;
21
31
  /**
22
32
  * A list of WorkRequestLogEntry instances.
23
33
  */
@@ -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, 2023, 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 UpdateDataSciencePrivateEndpointResponse {
15
+ /**
16
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
17
+ *
18
+ */
19
+ "etag": 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
+ /**
27
+ * 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)
28
+ * with this ID to track the status of the request.
29
+ *
30
+ */
31
+ "opcWorkRequestId": string;
32
+ /**
33
+ * The returned model.DataSciencePrivateEndpoint instance.
34
+ */
35
+ "dataSciencePrivateEndpoint": model.DataSciencePrivateEndpoint;
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-data-science-private-endpoint-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-data-science-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/update-data-science-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-datascience",
3
- "version": "2.70.2",
3
+ "version": "2.70.3",
4
4
  "description": "OCI NodeJS client for Data Science Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.70.2",
19
- "oci-workrequests": "2.70.2"
18
+ "oci-common": "2.70.3",
19
+ "oci-workrequests": "2.70.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"