oci-datascience 2.80.0 → 2.82.1

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 (142) hide show
  1. package/lib/client.d.ts +91 -91
  2. package/lib/client.js +91 -91
  3. package/lib/model/auto-scaling-policy-details.d.ts +27 -0
  4. package/lib/model/auto-scaling-policy-details.js +69 -0
  5. package/lib/model/auto-scaling-policy-details.js.map +1 -0
  6. package/lib/model/auto-scaling-policy.d.ts +42 -0
  7. package/lib/model/auto-scaling-policy.js +65 -0
  8. package/lib/model/auto-scaling-policy.js.map +1 -0
  9. package/lib/model/custom-expression-query-scaling-configuration.d.ts +45 -0
  10. package/lib/model/custom-expression-query-scaling-configuration.js +55 -0
  11. package/lib/model/custom-expression-query-scaling-configuration.js.map +1 -0
  12. package/lib/model/custom-metric-expression-rule.d.ts +28 -0
  13. package/lib/model/custom-metric-expression-rule.js +69 -0
  14. package/lib/model/custom-metric-expression-rule.js.map +1 -0
  15. package/lib/model/index.d.ts +22 -0
  16. package/lib/model/index.js +26 -3
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/instance-pool-model-deployment-system-data.d.ts +29 -0
  19. package/lib/model/instance-pool-model-deployment-system-data.js +55 -0
  20. package/lib/model/instance-pool-model-deployment-system-data.js.map +1 -0
  21. package/lib/model/metric-expression-rule.d.ts +24 -0
  22. package/lib/model/metric-expression-rule.js +73 -0
  23. package/lib/model/metric-expression-rule.js.map +1 -0
  24. package/lib/model/model-configuration-details.d.ts +5 -1
  25. package/lib/model/model-configuration-details.js.map +1 -1
  26. package/lib/model/model-deployment-instance-shape-config-details.d.ts +19 -0
  27. package/lib/model/model-deployment-instance-shape-config-details.js +11 -0
  28. package/lib/model/model-deployment-instance-shape-config-details.js.map +1 -1
  29. package/lib/model/model-deployment-system-data.d.ts +23 -0
  30. package/lib/model/model-deployment-system-data.js +69 -0
  31. package/lib/model/model-deployment-system-data.js.map +1 -0
  32. package/lib/model/model-deployment.d.ts +1 -0
  33. package/lib/model/model-deployment.js +6 -0
  34. package/lib/model/model-deployment.js.map +1 -1
  35. package/lib/model/predefined-expression-threshold-scaling-configuration.d.ts +31 -0
  36. package/lib/model/predefined-expression-threshold-scaling-configuration.js +55 -0
  37. package/lib/model/predefined-expression-threshold-scaling-configuration.js.map +1 -0
  38. package/lib/model/predefined-metric-expression-rule.d.ts +42 -0
  39. package/lib/model/predefined-metric-expression-rule.js +79 -0
  40. package/lib/model/predefined-metric-expression-rule.js.map +1 -0
  41. package/lib/model/scaling-configuration.d.ts +41 -0
  42. package/lib/model/scaling-configuration.js +73 -0
  43. package/lib/model/scaling-configuration.js.map +1 -0
  44. package/lib/model/scaling-policy.js +4 -0
  45. package/lib/model/scaling-policy.js.map +1 -1
  46. package/lib/model/threshold-based-auto-scaling-policy-details.d.ts +53 -0
  47. package/lib/model/threshold-based-auto-scaling-policy-details.js +67 -0
  48. package/lib/model/threshold-based-auto-scaling-policy-details.js.map +1 -0
  49. package/lib/model/update-model-configuration-details.d.ts +5 -1
  50. package/lib/model/update-model-configuration-details.js.map +1 -1
  51. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  52. package/lib/request/activate-model-request.d.ts +1 -1
  53. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  54. package/lib/request/cancel-job-run-request.d.ts +1 -1
  55. package/lib/request/cancel-pipeline-run-request.d.ts +1 -1
  56. package/lib/request/cancel-work-request-request.d.ts +1 -1
  57. package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +1 -1
  58. package/lib/request/change-job-compartment-request.d.ts +1 -1
  59. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  60. package/lib/request/change-model-compartment-request.d.ts +1 -1
  61. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  62. package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
  63. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  64. package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
  65. package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
  66. package/lib/request/change-project-compartment-request.d.ts +1 -1
  67. package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
  68. package/lib/request/create-job-artifact-request.d.ts +1 -1
  69. package/lib/request/create-job-request.d.ts +1 -1
  70. package/lib/request/create-job-run-request.d.ts +1 -1
  71. package/lib/request/create-model-artifact-request.d.ts +1 -1
  72. package/lib/request/create-model-deployment-request.d.ts +1 -1
  73. package/lib/request/create-model-provenance-request.d.ts +1 -1
  74. package/lib/request/create-model-request.d.ts +1 -1
  75. package/lib/request/create-model-version-set-request.d.ts +1 -1
  76. package/lib/request/create-notebook-session-request.d.ts +1 -1
  77. package/lib/request/create-pipeline-request.d.ts +1 -1
  78. package/lib/request/create-pipeline-run-request.d.ts +1 -1
  79. package/lib/request/create-project-request.d.ts +1 -1
  80. package/lib/request/create-step-artifact-request.d.ts +1 -1
  81. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  82. package/lib/request/deactivate-model-request.d.ts +1 -1
  83. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  84. package/lib/request/delete-data-science-private-endpoint-request.d.ts +1 -1
  85. package/lib/request/delete-job-request.d.ts +1 -1
  86. package/lib/request/delete-job-run-request.d.ts +1 -1
  87. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  88. package/lib/request/delete-model-request.d.ts +1 -1
  89. package/lib/request/delete-model-version-set-request.d.ts +1 -1
  90. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  91. package/lib/request/delete-pipeline-request.d.ts +1 -1
  92. package/lib/request/delete-pipeline-run-request.d.ts +1 -1
  93. package/lib/request/delete-project-request.d.ts +1 -1
  94. package/lib/request/export-model-artifact-request.d.ts +1 -1
  95. package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
  96. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  97. package/lib/request/get-job-request.d.ts +1 -1
  98. package/lib/request/get-job-run-request.d.ts +1 -1
  99. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  100. package/lib/request/get-model-deployment-request.d.ts +1 -1
  101. package/lib/request/get-model-provenance-request.d.ts +1 -1
  102. package/lib/request/get-model-request.d.ts +1 -1
  103. package/lib/request/get-model-version-set-request.d.ts +1 -1
  104. package/lib/request/get-notebook-session-request.d.ts +1 -1
  105. package/lib/request/get-pipeline-request.d.ts +1 -1
  106. package/lib/request/get-pipeline-run-request.d.ts +1 -1
  107. package/lib/request/get-project-request.d.ts +1 -1
  108. package/lib/request/get-step-artifact-content-request.d.ts +1 -1
  109. package/lib/request/get-work-request-request.d.ts +1 -1
  110. package/lib/request/head-job-artifact-request.d.ts +1 -1
  111. package/lib/request/head-model-artifact-request.d.ts +1 -1
  112. package/lib/request/head-step-artifact-request.d.ts +1 -1
  113. package/lib/request/import-model-artifact-request.d.ts +1 -1
  114. package/lib/request/list-data-science-private-endpoints-request.d.ts +1 -1
  115. package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
  116. package/lib/request/list-job-runs-request.d.ts +1 -1
  117. package/lib/request/list-job-shapes-request.d.ts +1 -1
  118. package/lib/request/list-jobs-request.d.ts +1 -1
  119. package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
  120. package/lib/request/list-model-deployments-request.d.ts +1 -1
  121. package/lib/request/list-model-version-sets-request.d.ts +1 -1
  122. package/lib/request/list-models-request.d.ts +1 -1
  123. package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
  124. package/lib/request/list-notebook-sessions-request.d.ts +1 -1
  125. package/lib/request/list-pipeline-runs-request.d.ts +1 -1
  126. package/lib/request/list-pipelines-request.d.ts +1 -1
  127. package/lib/request/list-projects-request.d.ts +1 -1
  128. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  129. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  130. package/lib/request/list-work-requests-request.d.ts +1 -1
  131. package/lib/request/update-data-science-private-endpoint-request.d.ts +1 -1
  132. package/lib/request/update-job-request.d.ts +1 -1
  133. package/lib/request/update-job-run-request.d.ts +1 -1
  134. package/lib/request/update-model-deployment-request.d.ts +1 -1
  135. package/lib/request/update-model-provenance-request.d.ts +1 -1
  136. package/lib/request/update-model-request.d.ts +1 -1
  137. package/lib/request/update-model-version-set-request.d.ts +1 -1
  138. package/lib/request/update-notebook-session-request.d.ts +1 -1
  139. package/lib/request/update-pipeline-request.d.ts +1 -1
  140. package/lib/request/update-pipeline-run-request.d.ts +1 -1
  141. package/lib/request/update-project-request.d.ts +1 -1
  142. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -198,7 +198,7 @@ class DataScienceClient {
198
198
  * @param ActivateModelRequest
199
199
  * @return ActivateModelResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ActivateModel.ts.html |here} to see how to use ActivateModel API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ActivateModel.ts.html |here} to see how to use ActivateModel API.
202
202
  */
203
203
  activateModel(activateModelRequest) {
204
204
  return __awaiter(this, void 0, void 0, function* () {
@@ -262,7 +262,7 @@ class DataScienceClient {
262
262
  * @param ActivateModelDeploymentRequest
263
263
  * @return ActivateModelDeploymentResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeployment API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeployment API.
266
266
  */
267
267
  activateModelDeployment(activateModelDeploymentRequest) {
268
268
  return __awaiter(this, void 0, void 0, function* () {
@@ -322,7 +322,7 @@ class DataScienceClient {
322
322
  * @param ActivateNotebookSessionRequest
323
323
  * @return ActivateNotebookSessionResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSession API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSession API.
326
326
  */
327
327
  activateNotebookSession(activateNotebookSessionRequest) {
328
328
  return __awaiter(this, void 0, void 0, function* () {
@@ -382,7 +382,7 @@ class DataScienceClient {
382
382
  * @param CancelJobRunRequest
383
383
  * @return CancelJobRunResponse
384
384
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRun API.
385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRun API.
386
386
  */
387
387
  cancelJobRun(cancelJobRunRequest) {
388
388
  return __awaiter(this, void 0, void 0, function* () {
@@ -437,7 +437,7 @@ class DataScienceClient {
437
437
  * @param CancelPipelineRunRequest
438
438
  * @return CancelPipelineRunResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRun API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRun API.
441
441
  */
442
442
  cancelPipelineRun(cancelPipelineRunRequest) {
443
443
  return __awaiter(this, void 0, void 0, function* () {
@@ -493,7 +493,7 @@ class DataScienceClient {
493
493
  * @param CancelWorkRequestRequest
494
494
  * @return CancelWorkRequestResponse
495
495
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
497
497
  */
498
498
  cancelWorkRequest(cancelWorkRequestRequest) {
499
499
  return __awaiter(this, void 0, void 0, function* () {
@@ -549,7 +549,7 @@ class DataScienceClient {
549
549
  * @param ChangeDataSciencePrivateEndpointCompartmentRequest
550
550
  * @return ChangeDataSciencePrivateEndpointCompartmentResponse
551
551
  * @throws OciError when an error occurs
552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartment API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartment API.
553
553
  */
554
554
  changeDataSciencePrivateEndpointCompartment(changeDataSciencePrivateEndpointCompartmentRequest) {
555
555
  return __awaiter(this, void 0, void 0, function* () {
@@ -611,7 +611,7 @@ class DataScienceClient {
611
611
  * @param ChangeJobCompartmentRequest
612
612
  * @return ChangeJobCompartmentResponse
613
613
  * @throws OciError when an error occurs
614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
615
615
  */
616
616
  changeJobCompartment(changeJobCompartmentRequest) {
617
617
  return __awaiter(this, void 0, void 0, function* () {
@@ -667,7 +667,7 @@ class DataScienceClient {
667
667
  * @param ChangeJobRunCompartmentRequest
668
668
  * @return ChangeJobRunCompartmentResponse
669
669
  * @throws OciError when an error occurs
670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartment API.
670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartment API.
671
671
  */
672
672
  changeJobRunCompartment(changeJobRunCompartmentRequest) {
673
673
  return __awaiter(this, void 0, void 0, function* () {
@@ -723,7 +723,7 @@ class DataScienceClient {
723
723
  * @param ChangeModelCompartmentRequest
724
724
  * @return ChangeModelCompartmentResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
727
727
  */
728
728
  changeModelCompartment(changeModelCompartmentRequest) {
729
729
  return __awaiter(this, void 0, void 0, function* () {
@@ -780,7 +780,7 @@ class DataScienceClient {
780
780
  * @param ChangeModelDeploymentCompartmentRequest
781
781
  * @return ChangeModelDeploymentCompartmentResponse
782
782
  * @throws OciError when an error occurs
783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartment API.
783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartment API.
784
784
  */
785
785
  changeModelDeploymentCompartment(changeModelDeploymentCompartmentRequest) {
786
786
  return __awaiter(this, void 0, void 0, function* () {
@@ -837,7 +837,7 @@ class DataScienceClient {
837
837
  * @param ChangeModelVersionSetCompartmentRequest
838
838
  * @return ChangeModelVersionSetCompartmentResponse
839
839
  * @throws OciError when an error occurs
840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartment API.
840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartment API.
841
841
  */
842
842
  changeModelVersionSetCompartment(changeModelVersionSetCompartmentRequest) {
843
843
  return __awaiter(this, void 0, void 0, function* () {
@@ -899,7 +899,7 @@ class DataScienceClient {
899
899
  * @param ChangeNotebookSessionCompartmentRequest
900
900
  * @return ChangeNotebookSessionCompartmentResponse
901
901
  * @throws OciError when an error occurs
902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartment API.
902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartment API.
903
903
  */
904
904
  changeNotebookSessionCompartment(changeNotebookSessionCompartmentRequest) {
905
905
  return __awaiter(this, void 0, void 0, function* () {
@@ -956,7 +956,7 @@ class DataScienceClient {
956
956
  * @param ChangePipelineCompartmentRequest
957
957
  * @return ChangePipelineCompartmentResponse
958
958
  * @throws OciError when an error occurs
959
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartment API.
959
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartment API.
960
960
  */
961
961
  changePipelineCompartment(changePipelineCompartmentRequest) {
962
962
  return __awaiter(this, void 0, void 0, function* () {
@@ -1012,7 +1012,7 @@ class DataScienceClient {
1012
1012
  * @param ChangePipelineRunCompartmentRequest
1013
1013
  * @return ChangePipelineRunCompartmentResponse
1014
1014
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartment API.
1015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartment API.
1016
1016
  */
1017
1017
  changePipelineRunCompartment(changePipelineRunCompartmentRequest) {
1018
1018
  return __awaiter(this, void 0, void 0, function* () {
@@ -1068,7 +1068,7 @@ class DataScienceClient {
1068
1068
  * @param ChangeProjectCompartmentRequest
1069
1069
  * @return ChangeProjectCompartmentResponse
1070
1070
  * @throws OciError when an error occurs
1071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
1071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
1072
1072
  */
1073
1073
  changeProjectCompartment(changeProjectCompartmentRequest) {
1074
1074
  return __awaiter(this, void 0, void 0, function* () {
@@ -1126,7 +1126,7 @@ class DataScienceClient {
1126
1126
  * @param CreateDataSciencePrivateEndpointRequest
1127
1127
  * @return CreateDataSciencePrivateEndpointResponse
1128
1128
  * @throws OciError when an error occurs
1129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpoint API.
1129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpoint API.
1130
1130
  */
1131
1131
  createDataSciencePrivateEndpoint(createDataSciencePrivateEndpointRequest) {
1132
1132
  return __awaiter(this, void 0, void 0, function* () {
@@ -1199,7 +1199,7 @@ class DataScienceClient {
1199
1199
  * @param CreateJobRequest
1200
1200
  * @return CreateJobResponse
1201
1201
  * @throws OciError when an error occurs
1202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateJob.ts.html |here} to see how to use CreateJob API.
1202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateJob.ts.html |here} to see how to use CreateJob API.
1203
1203
  */
1204
1204
  createJob(createJobRequest) {
1205
1205
  return __awaiter(this, void 0, void 0, function* () {
@@ -1262,7 +1262,7 @@ class DataScienceClient {
1262
1262
  * @param CreateJobArtifactRequest
1263
1263
  * @return CreateJobArtifactResponse
1264
1264
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifact API.
1265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifact API.
1266
1266
  */
1267
1267
  createJobArtifact(createJobArtifactRequest) {
1268
1268
  return __awaiter(this, void 0, void 0, function* () {
@@ -1325,7 +1325,7 @@ class DataScienceClient {
1325
1325
  * @param CreateJobRunRequest
1326
1326
  * @return CreateJobRunResponse
1327
1327
  * @throws OciError when an error occurs
1328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRun API.
1328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRun API.
1329
1329
  */
1330
1330
  createJobRun(createJobRunRequest) {
1331
1331
  return __awaiter(this, void 0, void 0, function* () {
@@ -1388,7 +1388,7 @@ class DataScienceClient {
1388
1388
  * @param CreateModelRequest
1389
1389
  * @return CreateModelResponse
1390
1390
  * @throws OciError when an error occurs
1391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateModel.ts.html |here} to see how to use CreateModel API.
1391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateModel.ts.html |here} to see how to use CreateModel API.
1392
1392
  */
1393
1393
  createModel(createModelRequest) {
1394
1394
  return __awaiter(this, void 0, void 0, function* () {
@@ -1451,7 +1451,7 @@ class DataScienceClient {
1451
1451
  * @param CreateModelArtifactRequest
1452
1452
  * @return CreateModelArtifactResponse
1453
1453
  * @throws OciError when an error occurs
1454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifact API.
1454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifact API.
1455
1455
  */
1456
1456
  createModelArtifact(createModelArtifactRequest) {
1457
1457
  return __awaiter(this, void 0, void 0, function* () {
@@ -1515,7 +1515,7 @@ class DataScienceClient {
1515
1515
  * @param CreateModelDeploymentRequest
1516
1516
  * @return CreateModelDeploymentResponse
1517
1517
  * @throws OciError when an error occurs
1518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeployment API.
1518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeployment API.
1519
1519
  */
1520
1520
  createModelDeployment(createModelDeploymentRequest) {
1521
1521
  return __awaiter(this, void 0, void 0, function* () {
@@ -1588,7 +1588,7 @@ class DataScienceClient {
1588
1588
  * @param CreateModelProvenanceRequest
1589
1589
  * @return CreateModelProvenanceResponse
1590
1590
  * @throws OciError when an error occurs
1591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenance API.
1591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenance API.
1592
1592
  */
1593
1593
  createModelProvenance(createModelProvenanceRequest) {
1594
1594
  return __awaiter(this, void 0, void 0, function* () {
@@ -1653,7 +1653,7 @@ class DataScienceClient {
1653
1653
  * @param CreateModelVersionSetRequest
1654
1654
  * @return CreateModelVersionSetResponse
1655
1655
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSet API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSet API.
1657
1657
  */
1658
1658
  createModelVersionSet(createModelVersionSetRequest) {
1659
1659
  return __awaiter(this, void 0, void 0, function* () {
@@ -1716,7 +1716,7 @@ class DataScienceClient {
1716
1716
  * @param CreateNotebookSessionRequest
1717
1717
  * @return CreateNotebookSessionResponse
1718
1718
  * @throws OciError when an error occurs
1719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSession API.
1719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSession API.
1720
1720
  */
1721
1721
  createNotebookSession(createNotebookSessionRequest) {
1722
1722
  return __awaiter(this, void 0, void 0, function* () {
@@ -1790,7 +1790,7 @@ class DataScienceClient {
1790
1790
  * @param CreatePipelineRequest
1791
1791
  * @return CreatePipelineResponse
1792
1792
  * @throws OciError when an error occurs
1793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
1793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
1794
1794
  */
1795
1795
  createPipeline(createPipelineRequest) {
1796
1796
  return __awaiter(this, void 0, void 0, function* () {
@@ -1854,7 +1854,7 @@ class DataScienceClient {
1854
1854
  * @param CreatePipelineRunRequest
1855
1855
  * @return CreatePipelineRunResponse
1856
1856
  * @throws OciError when an error occurs
1857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRun API.
1857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRun API.
1858
1858
  */
1859
1859
  createPipelineRun(createPipelineRunRequest) {
1860
1860
  return __awaiter(this, void 0, void 0, function* () {
@@ -1922,7 +1922,7 @@ class DataScienceClient {
1922
1922
  * @param CreateProjectRequest
1923
1923
  * @return CreateProjectResponse
1924
1924
  * @throws OciError when an error occurs
1925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateProject.ts.html |here} to see how to use CreateProject API.
1925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateProject.ts.html |here} to see how to use CreateProject API.
1926
1926
  */
1927
1927
  createProject(createProjectRequest) {
1928
1928
  return __awaiter(this, void 0, void 0, function* () {
@@ -1985,7 +1985,7 @@ class DataScienceClient {
1985
1985
  * @param CreateStepArtifactRequest
1986
1986
  * @return CreateStepArtifactResponse
1987
1987
  * @throws OciError when an error occurs
1988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifact API.
1988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifact API.
1989
1989
  */
1990
1990
  createStepArtifact(createStepArtifactRequest) {
1991
1991
  return __awaiter(this, void 0, void 0, function* () {
@@ -2044,7 +2044,7 @@ class DataScienceClient {
2044
2044
  * @param DeactivateModelRequest
2045
2045
  * @return DeactivateModelResponse
2046
2046
  * @throws OciError when an error occurs
2047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModel API.
2047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModel API.
2048
2048
  */
2049
2049
  deactivateModel(deactivateModelRequest) {
2050
2050
  return __awaiter(this, void 0, void 0, function* () {
@@ -2108,7 +2108,7 @@ class DataScienceClient {
2108
2108
  * @param DeactivateModelDeploymentRequest
2109
2109
  * @return DeactivateModelDeploymentResponse
2110
2110
  * @throws OciError when an error occurs
2111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeployment API.
2111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeployment API.
2112
2112
  */
2113
2113
  deactivateModelDeployment(deactivateModelDeploymentRequest) {
2114
2114
  return __awaiter(this, void 0, void 0, function* () {
@@ -2168,7 +2168,7 @@ class DataScienceClient {
2168
2168
  * @param DeactivateNotebookSessionRequest
2169
2169
  * @return DeactivateNotebookSessionResponse
2170
2170
  * @throws OciError when an error occurs
2171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSession API.
2171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSession API.
2172
2172
  */
2173
2173
  deactivateNotebookSession(deactivateNotebookSessionRequest) {
2174
2174
  return __awaiter(this, void 0, void 0, function* () {
@@ -2229,7 +2229,7 @@ class DataScienceClient {
2229
2229
  * @param DeleteDataSciencePrivateEndpointRequest
2230
2230
  * @return DeleteDataSciencePrivateEndpointResponse
2231
2231
  * @throws OciError when an error occurs
2232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpoint API.
2232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpoint API.
2233
2233
  */
2234
2234
  deleteDataSciencePrivateEndpoint(deleteDataSciencePrivateEndpointRequest) {
2235
2235
  return __awaiter(this, void 0, void 0, function* () {
@@ -2289,7 +2289,7 @@ class DataScienceClient {
2289
2289
  * @param DeleteJobRequest
2290
2290
  * @return DeleteJobResponse
2291
2291
  * @throws OciError when an error occurs
2292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeleteJob.ts.html |here} to see how to use DeleteJob API.
2292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeleteJob.ts.html |here} to see how to use DeleteJob API.
2293
2293
  */
2294
2294
  deleteJob(deleteJobRequest) {
2295
2295
  return __awaiter(this, void 0, void 0, function* () {
@@ -2351,7 +2351,7 @@ class DataScienceClient {
2351
2351
  * @param DeleteJobRunRequest
2352
2352
  * @return DeleteJobRunResponse
2353
2353
  * @throws OciError when an error occurs
2354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRun API.
2354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRun API.
2355
2355
  */
2356
2356
  deleteJobRun(deleteJobRunRequest) {
2357
2357
  return __awaiter(this, void 0, void 0, function* () {
@@ -2406,7 +2406,7 @@ class DataScienceClient {
2406
2406
  * @param DeleteModelRequest
2407
2407
  * @return DeleteModelResponse
2408
2408
  * @throws OciError when an error occurs
2409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeleteModel.ts.html |here} to see how to use DeleteModel API.
2409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeleteModel.ts.html |here} to see how to use DeleteModel API.
2410
2410
  */
2411
2411
  deleteModel(deleteModelRequest) {
2412
2412
  return __awaiter(this, void 0, void 0, function* () {
@@ -2461,7 +2461,7 @@ class DataScienceClient {
2461
2461
  * @param DeleteModelDeploymentRequest
2462
2462
  * @return DeleteModelDeploymentResponse
2463
2463
  * @throws OciError when an error occurs
2464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeployment API.
2464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeployment API.
2465
2465
  */
2466
2466
  deleteModelDeployment(deleteModelDeploymentRequest) {
2467
2467
  return __awaiter(this, void 0, void 0, function* () {
@@ -2521,7 +2521,7 @@ class DataScienceClient {
2521
2521
  * @param DeleteModelVersionSetRequest
2522
2522
  * @return DeleteModelVersionSetResponse
2523
2523
  * @throws OciError when an error occurs
2524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSet API.
2524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSet API.
2525
2525
  */
2526
2526
  deleteModelVersionSet(deleteModelVersionSetRequest) {
2527
2527
  return __awaiter(this, void 0, void 0, function* () {
@@ -2583,7 +2583,7 @@ class DataScienceClient {
2583
2583
  * @param DeleteNotebookSessionRequest
2584
2584
  * @return DeleteNotebookSessionResponse
2585
2585
  * @throws OciError when an error occurs
2586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSession API.
2586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSession API.
2587
2587
  */
2588
2588
  deleteNotebookSession(deleteNotebookSessionRequest) {
2589
2589
  return __awaiter(this, void 0, void 0, function* () {
@@ -2643,7 +2643,7 @@ class DataScienceClient {
2643
2643
  * @param DeletePipelineRequest
2644
2644
  * @return DeletePipelineResponse
2645
2645
  * @throws OciError when an error occurs
2646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
2646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
2647
2647
  */
2648
2648
  deletePipeline(deletePipelineRequest) {
2649
2649
  return __awaiter(this, void 0, void 0, function* () {
@@ -2706,7 +2706,7 @@ class DataScienceClient {
2706
2706
  * @param DeletePipelineRunRequest
2707
2707
  * @return DeletePipelineRunResponse
2708
2708
  * @throws OciError when an error occurs
2709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRun API.
2709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRun API.
2710
2710
  */
2711
2711
  deletePipelineRun(deletePipelineRunRequest) {
2712
2712
  return __awaiter(this, void 0, void 0, function* () {
@@ -2763,7 +2763,7 @@ class DataScienceClient {
2763
2763
  * @param DeleteProjectRequest
2764
2764
  * @return DeleteProjectResponse
2765
2765
  * @throws OciError when an error occurs
2766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/DeleteProject.ts.html |here} to see how to use DeleteProject API.
2766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/DeleteProject.ts.html |here} to see how to use DeleteProject API.
2767
2767
  */
2768
2768
  deleteProject(deleteProjectRequest) {
2769
2769
  return __awaiter(this, void 0, void 0, function* () {
@@ -2823,7 +2823,7 @@ class DataScienceClient {
2823
2823
  * @param ExportModelArtifactRequest
2824
2824
  * @return ExportModelArtifactResponse
2825
2825
  * @throws OciError when an error occurs
2826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifact API.
2826
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifact API.
2827
2827
  */
2828
2828
  exportModelArtifact(exportModelArtifactRequest) {
2829
2829
  return __awaiter(this, void 0, void 0, function* () {
@@ -2886,7 +2886,7 @@ class DataScienceClient {
2886
2886
  * @param GetDataSciencePrivateEndpointRequest
2887
2887
  * @return GetDataSciencePrivateEndpointResponse
2888
2888
  * @throws OciError when an error occurs
2889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetDataSciencePrivateEndpoint.ts.html |here} to see how to use GetDataSciencePrivateEndpoint API.
2889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetDataSciencePrivateEndpoint.ts.html |here} to see how to use GetDataSciencePrivateEndpoint API.
2890
2890
  */
2891
2891
  getDataSciencePrivateEndpoint(getDataSciencePrivateEndpointRequest) {
2892
2892
  return __awaiter(this, void 0, void 0, function* () {
@@ -2949,7 +2949,7 @@ class DataScienceClient {
2949
2949
  * @param GetJobRequest
2950
2950
  * @return GetJobResponse
2951
2951
  * @throws OciError when an error occurs
2952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetJob.ts.html |here} to see how to use GetJob API.
2952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetJob.ts.html |here} to see how to use GetJob API.
2953
2953
  */
2954
2954
  getJob(getJobRequest) {
2955
2955
  return __awaiter(this, void 0, void 0, function* () {
@@ -3012,7 +3012,7 @@ class DataScienceClient {
3012
3012
  * @param GetJobArtifactContentRequest
3013
3013
  * @return GetJobArtifactContentResponse
3014
3014
  * @throws OciError when an error occurs
3015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContent API.
3015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContent API.
3016
3016
  */
3017
3017
  getJobArtifactContent(getJobArtifactContentRequest) {
3018
3018
  return __awaiter(this, void 0, void 0, function* () {
@@ -3095,7 +3095,7 @@ class DataScienceClient {
3095
3095
  * @param GetJobRunRequest
3096
3096
  * @return GetJobRunResponse
3097
3097
  * @throws OciError when an error occurs
3098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetJobRun.ts.html |here} to see how to use GetJobRun API.
3098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetJobRun.ts.html |here} to see how to use GetJobRun API.
3099
3099
  */
3100
3100
  getJobRun(getJobRunRequest) {
3101
3101
  return __awaiter(this, void 0, void 0, function* () {
@@ -3158,7 +3158,7 @@ class DataScienceClient {
3158
3158
  * @param GetModelRequest
3159
3159
  * @return GetModelResponse
3160
3160
  * @throws OciError when an error occurs
3161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetModel.ts.html |here} to see how to use GetModel API.
3161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetModel.ts.html |here} to see how to use GetModel API.
3162
3162
  */
3163
3163
  getModel(getModelRequest) {
3164
3164
  return __awaiter(this, void 0, void 0, function* () {
@@ -3221,7 +3221,7 @@ class DataScienceClient {
3221
3221
  * @param GetModelArtifactContentRequest
3222
3222
  * @return GetModelArtifactContentResponse
3223
3223
  * @throws OciError when an error occurs
3224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContent API.
3224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContent API.
3225
3225
  */
3226
3226
  getModelArtifactContent(getModelArtifactContentRequest) {
3227
3227
  return __awaiter(this, void 0, void 0, function* () {
@@ -3304,7 +3304,7 @@ class DataScienceClient {
3304
3304
  * @param GetModelDeploymentRequest
3305
3305
  * @return GetModelDeploymentResponse
3306
3306
  * @throws OciError when an error occurs
3307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeployment API.
3307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeployment API.
3308
3308
  */
3309
3309
  getModelDeployment(getModelDeploymentRequest) {
3310
3310
  return __awaiter(this, void 0, void 0, function* () {
@@ -3367,7 +3367,7 @@ class DataScienceClient {
3367
3367
  * @param GetModelProvenanceRequest
3368
3368
  * @return GetModelProvenanceResponse
3369
3369
  * @throws OciError when an error occurs
3370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenance API.
3370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenance API.
3371
3371
  */
3372
3372
  getModelProvenance(getModelProvenanceRequest) {
3373
3373
  return __awaiter(this, void 0, void 0, function* () {
@@ -3430,7 +3430,7 @@ class DataScienceClient {
3430
3430
  * @param GetModelVersionSetRequest
3431
3431
  * @return GetModelVersionSetResponse
3432
3432
  * @throws OciError when an error occurs
3433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetModelVersionSet.ts.html |here} to see how to use GetModelVersionSet API.
3433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetModelVersionSet.ts.html |here} to see how to use GetModelVersionSet API.
3434
3434
  */
3435
3435
  getModelVersionSet(getModelVersionSetRequest) {
3436
3436
  return __awaiter(this, void 0, void 0, function* () {
@@ -3493,7 +3493,7 @@ class DataScienceClient {
3493
3493
  * @param GetNotebookSessionRequest
3494
3494
  * @return GetNotebookSessionResponse
3495
3495
  * @throws OciError when an error occurs
3496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSession API.
3496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSession API.
3497
3497
  */
3498
3498
  getNotebookSession(getNotebookSessionRequest) {
3499
3499
  return __awaiter(this, void 0, void 0, function* () {
@@ -3556,7 +3556,7 @@ class DataScienceClient {
3556
3556
  * @param GetPipelineRequest
3557
3557
  * @return GetPipelineResponse
3558
3558
  * @throws OciError when an error occurs
3559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetPipeline.ts.html |here} to see how to use GetPipeline API.
3559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetPipeline.ts.html |here} to see how to use GetPipeline API.
3560
3560
  */
3561
3561
  getPipeline(getPipelineRequest) {
3562
3562
  return __awaiter(this, void 0, void 0, function* () {
@@ -3619,7 +3619,7 @@ class DataScienceClient {
3619
3619
  * @param GetPipelineRunRequest
3620
3620
  * @return GetPipelineRunResponse
3621
3621
  * @throws OciError when an error occurs
3622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetPipelineRun.ts.html |here} to see how to use GetPipelineRun API.
3622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetPipelineRun.ts.html |here} to see how to use GetPipelineRun API.
3623
3623
  */
3624
3624
  getPipelineRun(getPipelineRunRequest) {
3625
3625
  return __awaiter(this, void 0, void 0, function* () {
@@ -3682,7 +3682,7 @@ class DataScienceClient {
3682
3682
  * @param GetProjectRequest
3683
3683
  * @return GetProjectResponse
3684
3684
  * @throws OciError when an error occurs
3685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetProject.ts.html |here} to see how to use GetProject API.
3685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetProject.ts.html |here} to see how to use GetProject API.
3686
3686
  */
3687
3687
  getProject(getProjectRequest) {
3688
3688
  return __awaiter(this, void 0, void 0, function* () {
@@ -3745,7 +3745,7 @@ class DataScienceClient {
3745
3745
  * @param GetStepArtifactContentRequest
3746
3746
  * @return GetStepArtifactContentResponse
3747
3747
  * @throws OciError when an error occurs
3748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetStepArtifactContent.ts.html |here} to see how to use GetStepArtifactContent API.
3748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetStepArtifactContent.ts.html |here} to see how to use GetStepArtifactContent API.
3749
3749
  */
3750
3750
  getStepArtifactContent(getStepArtifactContentRequest) {
3751
3751
  return __awaiter(this, void 0, void 0, function* () {
@@ -3829,7 +3829,7 @@ class DataScienceClient {
3829
3829
  * @param GetWorkRequestRequest
3830
3830
  * @return GetWorkRequestResponse
3831
3831
  * @throws OciError when an error occurs
3832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3833
3833
  */
3834
3834
  getWorkRequest(getWorkRequestRequest) {
3835
3835
  return __awaiter(this, void 0, void 0, function* () {
@@ -3897,7 +3897,7 @@ class DataScienceClient {
3897
3897
  * @param HeadJobArtifactRequest
3898
3898
  * @return HeadJobArtifactResponse
3899
3899
  * @throws OciError when an error occurs
3900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifact API.
3900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifact API.
3901
3901
  */
3902
3902
  headJobArtifact(headJobArtifactRequest) {
3903
3903
  return __awaiter(this, void 0, void 0, function* () {
@@ -3976,7 +3976,7 @@ class DataScienceClient {
3976
3976
  * @param HeadModelArtifactRequest
3977
3977
  * @return HeadModelArtifactResponse
3978
3978
  * @throws OciError when an error occurs
3979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifact API.
3979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifact API.
3980
3980
  */
3981
3981
  headModelArtifact(headModelArtifactRequest) {
3982
3982
  return __awaiter(this, void 0, void 0, function* () {
@@ -4055,7 +4055,7 @@ class DataScienceClient {
4055
4055
  * @param HeadStepArtifactRequest
4056
4056
  * @return HeadStepArtifactResponse
4057
4057
  * @throws OciError when an error occurs
4058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifact API.
4058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifact API.
4059
4059
  */
4060
4060
  headStepArtifact(headStepArtifactRequest) {
4061
4061
  return __awaiter(this, void 0, void 0, function* () {
@@ -4135,7 +4135,7 @@ class DataScienceClient {
4135
4135
  * @param ImportModelArtifactRequest
4136
4136
  * @return ImportModelArtifactResponse
4137
4137
  * @throws OciError when an error occurs
4138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifact API.
4138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifact API.
4139
4139
  */
4140
4140
  importModelArtifact(importModelArtifactRequest) {
4141
4141
  return __awaiter(this, void 0, void 0, function* () {
@@ -4197,7 +4197,7 @@ class DataScienceClient {
4197
4197
  * @param ListDataSciencePrivateEndpointsRequest
4198
4198
  * @return ListDataSciencePrivateEndpointsResponse
4199
4199
  * @throws OciError when an error occurs
4200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpoints API.
4200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpoints API.
4201
4201
  */
4202
4202
  listDataSciencePrivateEndpoints(listDataSciencePrivateEndpointsRequest) {
4203
4203
  return __awaiter(this, void 0, void 0, function* () {
@@ -4313,7 +4313,7 @@ class DataScienceClient {
4313
4313
  * @param ListFastLaunchJobConfigsRequest
4314
4314
  * @return ListFastLaunchJobConfigsResponse
4315
4315
  * @throws OciError when an error occurs
4316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigs API.
4316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigs API.
4317
4317
  */
4318
4318
  listFastLaunchJobConfigs(listFastLaunchJobConfigsRequest) {
4319
4319
  return __awaiter(this, void 0, void 0, function* () {
@@ -4423,7 +4423,7 @@ class DataScienceClient {
4423
4423
  * @param ListJobRunsRequest
4424
4424
  * @return ListJobRunsResponse
4425
4425
  * @throws OciError when an error occurs
4426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
4426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
4427
4427
  */
4428
4428
  listJobRuns(listJobRunsRequest) {
4429
4429
  return __awaiter(this, void 0, void 0, function* () {
@@ -4540,7 +4540,7 @@ class DataScienceClient {
4540
4540
  * @param ListJobShapesRequest
4541
4541
  * @return ListJobShapesResponse
4542
4542
  * @throws OciError when an error occurs
4543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapes API.
4543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapes API.
4544
4544
  */
4545
4545
  listJobShapes(listJobShapesRequest) {
4546
4546
  return __awaiter(this, void 0, void 0, function* () {
@@ -4650,7 +4650,7 @@ class DataScienceClient {
4650
4650
  * @param ListJobsRequest
4651
4651
  * @return ListJobsResponse
4652
4652
  * @throws OciError when an error occurs
4653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListJobs.ts.html |here} to see how to use ListJobs API.
4653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListJobs.ts.html |here} to see how to use ListJobs API.
4654
4654
  */
4655
4655
  listJobs(listJobsRequest) {
4656
4656
  return __awaiter(this, void 0, void 0, function* () {
@@ -4767,7 +4767,7 @@ class DataScienceClient {
4767
4767
  * @param ListModelDeploymentShapesRequest
4768
4768
  * @return ListModelDeploymentShapesResponse
4769
4769
  * @throws OciError when an error occurs
4770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapes API.
4770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapes API.
4771
4771
  */
4772
4772
  listModelDeploymentShapes(listModelDeploymentShapesRequest) {
4773
4773
  return __awaiter(this, void 0, void 0, function* () {
@@ -4878,7 +4878,7 @@ class DataScienceClient {
4878
4878
  * @param ListModelDeploymentsRequest
4879
4879
  * @return ListModelDeploymentsResponse
4880
4880
  * @throws OciError when an error occurs
4881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeployments API.
4881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeployments API.
4882
4882
  */
4883
4883
  listModelDeployments(listModelDeploymentsRequest) {
4884
4884
  return __awaiter(this, void 0, void 0, function* () {
@@ -4995,7 +4995,7 @@ class DataScienceClient {
4995
4995
  * @param ListModelVersionSetsRequest
4996
4996
  * @return ListModelVersionSetsResponse
4997
4997
  * @throws OciError when an error occurs
4998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSets API.
4998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSets API.
4999
4999
  */
5000
5000
  listModelVersionSets(listModelVersionSetsRequest) {
5001
5001
  return __awaiter(this, void 0, void 0, function* () {
@@ -5112,7 +5112,7 @@ class DataScienceClient {
5112
5112
  * @param ListModelsRequest
5113
5113
  * @return ListModelsResponse
5114
5114
  * @throws OciError when an error occurs
5115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListModels.ts.html |here} to see how to use ListModels API.
5115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListModels.ts.html |here} to see how to use ListModels API.
5116
5116
  */
5117
5117
  listModels(listModelsRequest) {
5118
5118
  return __awaiter(this, void 0, void 0, function* () {
@@ -5231,7 +5231,7 @@ class DataScienceClient {
5231
5231
  * @param ListNotebookSessionShapesRequest
5232
5232
  * @return ListNotebookSessionShapesResponse
5233
5233
  * @throws OciError when an error occurs
5234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapes API.
5234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapes API.
5235
5235
  */
5236
5236
  listNotebookSessionShapes(listNotebookSessionShapesRequest) {
5237
5237
  return __awaiter(this, void 0, void 0, function* () {
@@ -5341,7 +5341,7 @@ class DataScienceClient {
5341
5341
  * @param ListNotebookSessionsRequest
5342
5342
  * @return ListNotebookSessionsResponse
5343
5343
  * @throws OciError when an error occurs
5344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessions API.
5344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessions API.
5345
5345
  */
5346
5346
  listNotebookSessions(listNotebookSessionsRequest) {
5347
5347
  return __awaiter(this, void 0, void 0, function* () {
@@ -5458,7 +5458,7 @@ class DataScienceClient {
5458
5458
  * @param ListPipelineRunsRequest
5459
5459
  * @return ListPipelineRunsResponse
5460
5460
  * @throws OciError when an error occurs
5461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRuns API.
5461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRuns API.
5462
5462
  */
5463
5463
  listPipelineRuns(listPipelineRunsRequest) {
5464
5464
  return __awaiter(this, void 0, void 0, function* () {
@@ -5575,7 +5575,7 @@ class DataScienceClient {
5575
5575
  * @param ListPipelinesRequest
5576
5576
  * @return ListPipelinesResponse
5577
5577
  * @throws OciError when an error occurs
5578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListPipelines.ts.html |here} to see how to use ListPipelines API.
5578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListPipelines.ts.html |here} to see how to use ListPipelines API.
5579
5579
  */
5580
5580
  listPipelines(listPipelinesRequest) {
5581
5581
  return __awaiter(this, void 0, void 0, function* () {
@@ -5692,7 +5692,7 @@ class DataScienceClient {
5692
5692
  * @param ListProjectsRequest
5693
5693
  * @return ListProjectsResponse
5694
5694
  * @throws OciError when an error occurs
5695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListProjects.ts.html |here} to see how to use ListProjects API.
5695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListProjects.ts.html |here} to see how to use ListProjects API.
5696
5696
  */
5697
5697
  listProjects(listProjectsRequest) {
5698
5698
  return __awaiter(this, void 0, void 0, function* () {
@@ -5808,7 +5808,7 @@ class DataScienceClient {
5808
5808
  * @param ListWorkRequestErrorsRequest
5809
5809
  * @return ListWorkRequestErrorsResponse
5810
5810
  * @throws OciError when an error occurs
5811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
5811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
5812
5812
  */
5813
5813
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
5814
5814
  return __awaiter(this, void 0, void 0, function* () {
@@ -5919,7 +5919,7 @@ class DataScienceClient {
5919
5919
  * @param ListWorkRequestLogsRequest
5920
5920
  * @return ListWorkRequestLogsResponse
5921
5921
  * @throws OciError when an error occurs
5922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
5922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
5923
5923
  */
5924
5924
  listWorkRequestLogs(listWorkRequestLogsRequest) {
5925
5925
  return __awaiter(this, void 0, void 0, function* () {
@@ -6030,7 +6030,7 @@ class DataScienceClient {
6030
6030
  * @param ListWorkRequestsRequest
6031
6031
  * @return ListWorkRequestsResponse
6032
6032
  * @throws OciError when an error occurs
6033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
6033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
6034
6034
  */
6035
6035
  listWorkRequests(listWorkRequestsRequest) {
6036
6036
  return __awaiter(this, void 0, void 0, function* () {
@@ -6148,7 +6148,7 @@ class DataScienceClient {
6148
6148
  * @param UpdateDataSciencePrivateEndpointRequest
6149
6149
  * @return UpdateDataSciencePrivateEndpointResponse
6150
6150
  * @throws OciError when an error occurs
6151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateDataSciencePrivateEndpoint.ts.html |here} to see how to use UpdateDataSciencePrivateEndpoint API.
6151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateDataSciencePrivateEndpoint.ts.html |here} to see how to use UpdateDataSciencePrivateEndpoint API.
6152
6152
  */
6153
6153
  updateDataSciencePrivateEndpoint(updateDataSciencePrivateEndpointRequest) {
6154
6154
  return __awaiter(this, void 0, void 0, function* () {
@@ -6218,7 +6218,7 @@ class DataScienceClient {
6218
6218
  * @param UpdateJobRequest
6219
6219
  * @return UpdateJobResponse
6220
6220
  * @throws OciError when an error occurs
6221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateJob.ts.html |here} to see how to use UpdateJob API.
6221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateJob.ts.html |here} to see how to use UpdateJob API.
6222
6222
  */
6223
6223
  updateJob(updateJobRequest) {
6224
6224
  return __awaiter(this, void 0, void 0, function* () {
@@ -6283,7 +6283,7 @@ class DataScienceClient {
6283
6283
  * @param UpdateJobRunRequest
6284
6284
  * @return UpdateJobRunResponse
6285
6285
  * @throws OciError when an error occurs
6286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRun API.
6286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRun API.
6287
6287
  */
6288
6288
  updateJobRun(updateJobRunRequest) {
6289
6289
  return __awaiter(this, void 0, void 0, function* () {
@@ -6348,7 +6348,7 @@ class DataScienceClient {
6348
6348
  * @param UpdateModelRequest
6349
6349
  * @return UpdateModelResponse
6350
6350
  * @throws OciError when an error occurs
6351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateModel.ts.html |here} to see how to use UpdateModel API.
6351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateModel.ts.html |here} to see how to use UpdateModel API.
6352
6352
  */
6353
6353
  updateModel(updateModelRequest) {
6354
6354
  return __awaiter(this, void 0, void 0, function* () {
@@ -6417,7 +6417,7 @@ class DataScienceClient {
6417
6417
  * @param UpdateModelDeploymentRequest
6418
6418
  * @return UpdateModelDeploymentResponse
6419
6419
  * @throws OciError when an error occurs
6420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeployment API.
6420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeployment API.
6421
6421
  */
6422
6422
  updateModelDeployment(updateModelDeploymentRequest) {
6423
6423
  return __awaiter(this, void 0, void 0, function* () {
@@ -6478,7 +6478,7 @@ class DataScienceClient {
6478
6478
  * @param UpdateModelProvenanceRequest
6479
6479
  * @return UpdateModelProvenanceResponse
6480
6480
  * @throws OciError when an error occurs
6481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenance API.
6481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenance API.
6482
6482
  */
6483
6483
  updateModelProvenance(updateModelProvenanceRequest) {
6484
6484
  return __awaiter(this, void 0, void 0, function* () {
@@ -6543,7 +6543,7 @@ class DataScienceClient {
6543
6543
  * @param UpdateModelVersionSetRequest
6544
6544
  * @return UpdateModelVersionSetResponse
6545
6545
  * @throws OciError when an error occurs
6546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSet API.
6546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSet API.
6547
6547
  */
6548
6548
  updateModelVersionSet(updateModelVersionSetRequest) {
6549
6549
  return __awaiter(this, void 0, void 0, function* () {
@@ -6611,7 +6611,7 @@ class DataScienceClient {
6611
6611
  * @param UpdateNotebookSessionRequest
6612
6612
  * @return UpdateNotebookSessionResponse
6613
6613
  * @throws OciError when an error occurs
6614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSession API.
6614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSession API.
6615
6615
  */
6616
6616
  updateNotebookSession(updateNotebookSessionRequest) {
6617
6617
  return __awaiter(this, void 0, void 0, function* () {
@@ -6676,7 +6676,7 @@ class DataScienceClient {
6676
6676
  * @param UpdatePipelineRequest
6677
6677
  * @return UpdatePipelineResponse
6678
6678
  * @throws OciError when an error occurs
6679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
6679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
6680
6680
  */
6681
6681
  updatePipeline(updatePipelineRequest) {
6682
6682
  return __awaiter(this, void 0, void 0, function* () {
@@ -6741,7 +6741,7 @@ class DataScienceClient {
6741
6741
  * @param UpdatePipelineRunRequest
6742
6742
  * @return UpdatePipelineRunResponse
6743
6743
  * @throws OciError when an error occurs
6744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdatePipelineRun.ts.html |here} to see how to use UpdatePipelineRun API.
6744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdatePipelineRun.ts.html |here} to see how to use UpdatePipelineRun API.
6745
6745
  */
6746
6746
  updatePipelineRun(updatePipelineRunRequest) {
6747
6747
  return __awaiter(this, void 0, void 0, function* () {
@@ -6806,7 +6806,7 @@ class DataScienceClient {
6806
6806
  * @param UpdateProjectRequest
6807
6807
  * @return UpdateProjectResponse
6808
6808
  * @throws OciError when an error occurs
6809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/datascience/UpdateProject.ts.html |here} to see how to use UpdateProject API.
6809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/UpdateProject.ts.html |here} to see how to use UpdateProject API.
6810
6810
  */
6811
6811
  updateProject(updateProjectRequest) {
6812
6812
  return __awaiter(this, void 0, void 0, function* () {