oci-datascience 2.70.1 → 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
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifactRequest.
16
16
  */
17
17
  export interface HeadModelArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifactRequest.
16
16
  */
17
17
  export interface HeadStepArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -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.1/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifactRequest.
17
17
  */
18
18
  export interface ImportModelArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -23,6 +23,8 @@ import * as CancelPipelineRunRequest from "./cancel-pipeline-run-request";
23
23
  export import CancelPipelineRunRequest = CancelPipelineRunRequest.CancelPipelineRunRequest;
24
24
  import * as CancelWorkRequestRequest from "./cancel-work-request-request";
25
25
  export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
26
+ import * as ChangeDataSciencePrivateEndpointCompartmentRequest from "./change-data-science-private-endpoint-compartment-request";
27
+ export import ChangeDataSciencePrivateEndpointCompartmentRequest = ChangeDataSciencePrivateEndpointCompartmentRequest.ChangeDataSciencePrivateEndpointCompartmentRequest;
26
28
  import * as ChangeJobCompartmentRequest from "./change-job-compartment-request";
27
29
  export import ChangeJobCompartmentRequest = ChangeJobCompartmentRequest.ChangeJobCompartmentRequest;
28
30
  import * as ChangeJobRunCompartmentRequest from "./change-job-run-compartment-request";
@@ -41,6 +43,8 @@ import * as ChangePipelineRunCompartmentRequest from "./change-pipeline-run-comp
41
43
  export import ChangePipelineRunCompartmentRequest = ChangePipelineRunCompartmentRequest.ChangePipelineRunCompartmentRequest;
42
44
  import * as ChangeProjectCompartmentRequest from "./change-project-compartment-request";
43
45
  export import ChangeProjectCompartmentRequest = ChangeProjectCompartmentRequest.ChangeProjectCompartmentRequest;
46
+ import * as CreateDataSciencePrivateEndpointRequest from "./create-data-science-private-endpoint-request";
47
+ export import CreateDataSciencePrivateEndpointRequest = CreateDataSciencePrivateEndpointRequest.CreateDataSciencePrivateEndpointRequest;
44
48
  import * as CreateJobRequest from "./create-job-request";
45
49
  export import CreateJobRequest = CreateJobRequest.CreateJobRequest;
46
50
  import * as CreateJobArtifactRequest from "./create-job-artifact-request";
@@ -73,6 +77,8 @@ import * as DeactivateModelDeploymentRequest from "./deactivate-model-deployment
73
77
  export import DeactivateModelDeploymentRequest = DeactivateModelDeploymentRequest.DeactivateModelDeploymentRequest;
74
78
  import * as DeactivateNotebookSessionRequest from "./deactivate-notebook-session-request";
75
79
  export import DeactivateNotebookSessionRequest = DeactivateNotebookSessionRequest.DeactivateNotebookSessionRequest;
80
+ import * as DeleteDataSciencePrivateEndpointRequest from "./delete-data-science-private-endpoint-request";
81
+ export import DeleteDataSciencePrivateEndpointRequest = DeleteDataSciencePrivateEndpointRequest.DeleteDataSciencePrivateEndpointRequest;
76
82
  import * as DeleteJobRequest from "./delete-job-request";
77
83
  export import DeleteJobRequest = DeleteJobRequest.DeleteJobRequest;
78
84
  import * as DeleteJobRunRequest from "./delete-job-run-request";
@@ -93,6 +99,8 @@ import * as DeleteProjectRequest from "./delete-project-request";
93
99
  export import DeleteProjectRequest = DeleteProjectRequest.DeleteProjectRequest;
94
100
  import * as ExportModelArtifactRequest from "./export-model-artifact-request";
95
101
  export import ExportModelArtifactRequest = ExportModelArtifactRequest.ExportModelArtifactRequest;
102
+ import * as GetDataSciencePrivateEndpointRequest from "./get-data-science-private-endpoint-request";
103
+ export import GetDataSciencePrivateEndpointRequest = GetDataSciencePrivateEndpointRequest.GetDataSciencePrivateEndpointRequest;
96
104
  import * as GetJobRequest from "./get-job-request";
97
105
  export import GetJobRequest = GetJobRequest.GetJobRequest;
98
106
  import * as GetJobArtifactContentRequest from "./get-job-artifact-content-request";
@@ -129,6 +137,8 @@ import * as HeadStepArtifactRequest from "./head-step-artifact-request";
129
137
  export import HeadStepArtifactRequest = HeadStepArtifactRequest.HeadStepArtifactRequest;
130
138
  import * as ImportModelArtifactRequest from "./import-model-artifact-request";
131
139
  export import ImportModelArtifactRequest = ImportModelArtifactRequest.ImportModelArtifactRequest;
140
+ import * as ListDataSciencePrivateEndpointsRequest from "./list-data-science-private-endpoints-request";
141
+ export import ListDataSciencePrivateEndpointsRequest = ListDataSciencePrivateEndpointsRequest.ListDataSciencePrivateEndpointsRequest;
132
142
  import * as ListFastLaunchJobConfigsRequest from "./list-fast-launch-job-configs-request";
133
143
  export import ListFastLaunchJobConfigsRequest = ListFastLaunchJobConfigsRequest.ListFastLaunchJobConfigsRequest;
134
144
  import * as ListJobRunsRequest from "./list-job-runs-request";
@@ -161,6 +171,8 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
161
171
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
162
172
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
163
173
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
174
+ import * as UpdateDataSciencePrivateEndpointRequest from "./update-data-science-private-endpoint-request";
175
+ export import UpdateDataSciencePrivateEndpointRequest = UpdateDataSciencePrivateEndpointRequest.UpdateDataSciencePrivateEndpointRequest;
164
176
  import * as UpdateJobRequest from "./update-job-request";
165
177
  export import UpdateJobRequest = UpdateJobRequest.UpdateJobRequest;
166
178
  import * as UpdateJobRunRequest from "./update-job-run-request";
@@ -32,7 +32,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListWorkRequestsRequest = exports.ListProjectsRequest = exports.ListPipelinesRequest = exports.ListPipelineRunsRequest = exports.ListNotebookSessionsRequest = exports.ListModelsRequest = exports.ListModelVersionSetsRequest = exports.ListModelDeploymentsRequest = exports.ListJobsRequest = exports.ListJobRunsRequest = void 0;
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;
36
+ const ListDataSciencePrivateEndpointsRequest = __importStar(require("./list-data-science-private-endpoints-request"));
37
+ exports.ListDataSciencePrivateEndpointsRequest = ListDataSciencePrivateEndpointsRequest.ListDataSciencePrivateEndpointsRequest;
36
38
  const ListJobRunsRequest = __importStar(require("./list-job-runs-request"));
37
39
  exports.ListJobRunsRequest = ListJobRunsRequest.ListJobRunsRequest;
38
40
  const ListJobsRequest = __importStar(require("./list-jobs-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA0HH,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;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -0,0 +1,83 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpointsRequest.
17
+ */
18
+ export interface ListDataSciencePrivateEndpointsRequest 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
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ /**
29
+ * For list pagination. The maximum number of results per page,
30
+ * or items to return in a paginated \"List\" call.
31
+ * 1 is the minimum, 1000 is the maximum.
32
+ * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
33
+ * <p>
34
+ Example: `500`
35
+ *
36
+ */
37
+ "limit"?: number;
38
+ /**
39
+ * For list pagination. The value of the `opc-next-page` response
40
+ * header from the previous \"List\" call.
41
+ * <p>
42
+ See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
43
+ *
44
+ */
45
+ "page"?: string;
46
+ /**
47
+ * The lifecycle state of the private endpoint.
48
+ *
49
+ */
50
+ "lifecycleState"?: model.DataSciencePrivateEndpointLifecycleState;
51
+ /**
52
+ * The field used to sort the results. Multiple fields aren't supported.
53
+ *
54
+ */
55
+ "sortBy"?: ListDataSciencePrivateEndpointsRequest.SortBy;
56
+ /**
57
+ * Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending).
58
+ *
59
+ */
60
+ "sortOrder"?: ListDataSciencePrivateEndpointsRequest.SortOrder;
61
+ /**
62
+ * <b>Filter</b> results by its user-friendly name.
63
+ */
64
+ "displayName"?: string;
65
+ /**
66
+ * <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the resource.
67
+ */
68
+ "createdBy"?: string;
69
+ /**
70
+ * Resource types in the Data Science service such as notebooks.
71
+ *
72
+ */
73
+ "dataScienceResourceType"?: model.DataScienceResourceType;
74
+ }
75
+ export declare namespace ListDataSciencePrivateEndpointsRequest {
76
+ enum SortBy {
77
+ TimeCreated = "timeCreated"
78
+ }
79
+ enum SortOrder {
80
+ Asc = "ASC",
81
+ Desc = "DESC"
82
+ }
83
+ }
@@ -0,0 +1,28 @@
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
+ exports.ListDataSciencePrivateEndpointsRequest = void 0;
16
+ var ListDataSciencePrivateEndpointsRequest;
17
+ (function (ListDataSciencePrivateEndpointsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ })(SortBy = ListDataSciencePrivateEndpointsRequest.SortBy || (ListDataSciencePrivateEndpointsRequest.SortBy = {}));
22
+ let SortOrder;
23
+ (function (SortOrder) {
24
+ SortOrder["Asc"] = "ASC";
25
+ SortOrder["Desc"] = "DESC";
26
+ })(SortOrder = ListDataSciencePrivateEndpointsRequest.SortOrder || (ListDataSciencePrivateEndpointsRequest.SortOrder = {}));
27
+ })(ListDataSciencePrivateEndpointsRequest = exports.ListDataSciencePrivateEndpointsRequest || (exports.ListDataSciencePrivateEndpointsRequest = {}));
28
+ //# sourceMappingURL=list-data-science-private-endpoints-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-data-science-private-endpoints-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-data-science-private-endpoints-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkEH,IAAiB,sCAAsC,CAStD;AATD,WAAiB,sCAAsC;IACrD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,6CAAM,KAAN,6CAAM,QAEjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gDAAS,KAAT,gDAAS,QAGpB;AACH,CAAC,EATgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAStD"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigsRequest.
16
16
  */
17
17
  export interface ListFastLaunchJobConfigsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.1/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRunsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRunsRequest.
17
17
  */
18
18
  export interface ListJobRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapesRequest.
16
16
  */
17
17
  export interface ListJobShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -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.1/datascience/ListJobs.ts.html |here} to see how to use ListJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapesRequest.
16
16
  */
17
17
  export interface ListModelDeploymentShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -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.1/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeploymentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeploymentsRequest.
17
17
  */
18
18
  export interface ListModelDeploymentsRequest 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.1/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSetsRequest.
17
17
  */
18
18
  export interface ListModelVersionSetsRequest 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.1/datascience/ListModels.ts.html |here} to see how to use ListModelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListModels.ts.html |here} to see how to use ListModelsRequest.
17
17
  */
18
18
  export interface ListModelsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapesRequest.
16
16
  */
17
17
  export interface ListNotebookSessionShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -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.1/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessionsRequest.
17
17
  */
18
18
  export interface ListNotebookSessionsRequest 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.1/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRunsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRunsRequest.
17
17
  */
18
18
  export interface ListPipelineRunsRequest 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.1/datascience/ListPipelines.ts.html |here} to see how to use ListPipelinesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListPipelines.ts.html |here} to see how to use ListPipelinesRequest.
17
17
  */
18
18
  export interface ListPipelinesRequest 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.1/datascience/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
17
17
  */
18
18
  export interface ListProjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -24,4 +24,22 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
24
24
  *
25
25
  */
26
26
  "opcRequestId"?: string;
27
+ /**
28
+ * For list pagination. The maximum number of results per page,
29
+ * or items to return in a paginated \"List\" call.
30
+ * 1 is the minimum, 1000 is the maximum.
31
+ * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
32
+ * <p>
33
+ Example: `500`
34
+ *
35
+ */
36
+ "limit"?: number;
37
+ /**
38
+ * For list pagination. The value of the `opc-next-page` response
39
+ * header from the previous \"List\" call.
40
+ * <p>
41
+ See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
42
+ *
43
+ */
44
+ "page"?: string;
27
45
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -24,4 +24,22 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
24
24
  *
25
25
  */
26
26
  "opcRequestId"?: string;
27
+ /**
28
+ * For list pagination. The maximum number of results per page,
29
+ * or items to return in a paginated \"List\" call.
30
+ * 1 is the minimum, 1000 is the maximum.
31
+ * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
32
+ * <p>
33
+ Example: `500`
34
+ *
35
+ */
36
+ "limit"?: number;
37
+ /**
38
+ * For list pagination. The value of the `opc-next-page` response
39
+ * header from the previous \"List\" call.
40
+ * <p>
41
+ See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
42
+ *
43
+ */
44
+ "page"?: string;
27
45
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -87,7 +87,11 @@ export declare namespace ListWorkRequestsRequest {
87
87
  PipelineDelete = "PIPELINE_DELETE",
88
88
  PipelineRunCreate = "PIPELINE_RUN_CREATE",
89
89
  PipelineRunCancel = "PIPELINE_RUN_CANCEL",
90
- PipelineRunDelete = "PIPELINE_RUN_DELETE"
90
+ PipelineRunDelete = "PIPELINE_RUN_DELETE",
91
+ PrivateEndpointCreate = "PRIVATE_ENDPOINT_CREATE",
92
+ PrivateEndpointDelete = "PRIVATE_ENDPOINT_DELETE",
93
+ PrivateEndpointMove = "PRIVATE_ENDPOINT_MOVE",
94
+ PrivateEndpointUpdate = "PRIVATE_ENDPOINT_UPDATE"
91
95
  }
92
96
  enum Status {
93
97
  Accepted = "ACCEPTED",
@@ -37,6 +37,10 @@ var ListWorkRequestsRequest;
37
37
  OperationType["PipelineRunCreate"] = "PIPELINE_RUN_CREATE";
38
38
  OperationType["PipelineRunCancel"] = "PIPELINE_RUN_CANCEL";
39
39
  OperationType["PipelineRunDelete"] = "PIPELINE_RUN_DELETE";
40
+ OperationType["PrivateEndpointCreate"] = "PRIVATE_ENDPOINT_CREATE";
41
+ OperationType["PrivateEndpointDelete"] = "PRIVATE_ENDPOINT_DELETE";
42
+ OperationType["PrivateEndpointMove"] = "PRIVATE_ENDPOINT_MOVE";
43
+ OperationType["PrivateEndpointUpdate"] = "PRIVATE_ENDPOINT_UPDATE";
40
44
  })(OperationType = ListWorkRequestsRequest.OperationType || (ListWorkRequestsRequest.OperationType = {}));
41
45
  let Status;
42
46
  (function (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,CA2CvC;AA3CD,WAAiB,uBAAuB;IACtC,IAAY,aAqBX;IArBD,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;IAC3C,CAAC,EArBW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAqBxB;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,EA3CgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA2CvC"}
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,CA+CvC;AA/CD,WAAiB,uBAAuB;IACtC,IAAY,aAyBX;IAzBD,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;IACnD,CAAC,EAzBW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAyBxB;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,EA/CgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA+CvC"}
@@ -0,0 +1,43 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateDataSciencePrivateEndpoint.ts.html |here} to see how to use UpdateDataSciencePrivateEndpointRequest.
17
+ */
18
+ export interface UpdateDataSciencePrivateEndpointRequest extends common.BaseRequest {
19
+ /**
20
+ * The unique ID for a Data Science private endpoint.
21
+ *
22
+ */
23
+ "dataSciencePrivateEndpointId": string;
24
+ /**
25
+ * Details for updating a private endpoint.
26
+ *
27
+ */
28
+ "updateDataSciencePrivateEndpointDetails": model.UpdateDataSciencePrivateEndpointDetails;
29
+ /**
30
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * For optimistic concurrency control. In the PUT or DELETE call
36
+ * for a resource, set the `if-match` parameter to the value of the
37
+ * etag from a previous GET or POST response for that resource.
38
+ * The resource is updated or deleted only if the `etag` you
39
+ * provide matches the resource's current `etag` value.
40
+ *
41
+ */
42
+ "ifMatch"?: string;
43
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-data-science-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-data-science-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.1/datascience/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
17
17
  */
18
18
  export interface UpdateJobRequest 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.1/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRunRequest.
17
17
  */
18
18
  export interface UpdateJobRunRequest 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.1/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeploymentRequest.
17
17
  */
18
18
  export interface UpdateModelDeploymentRequest 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.1/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenanceRequest.
17
17
  */
18
18
  export interface UpdateModelProvenanceRequest 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.1/datascience/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
17
17
  */
18
18
  export interface UpdateModelRequest 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.1/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSetRequest.
17
17
  */
18
18
  export interface UpdateModelVersionSetRequest 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.1/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSessionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSessionRequest.
17
17
  */
18
18
  export interface UpdateNotebookSessionRequest 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.1/datascience/UpdatePipeline.ts.html |here} to see how to use UpdatePipelineRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/UpdatePipeline.ts.html |here} to see how to use UpdatePipelineRequest.
17
17
  */
18
18
  export interface UpdatePipelineRequest extends common.BaseRequest {
19
19
  /**