oci-datascience 2.86.2 → 2.86.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.
- package/lib/client.d.ts +91 -91
- package/lib/client.js +100 -95
- package/lib/client.js.map +1 -1
- package/lib/model/fast-launch-job-config-summary.d.ts +1 -0
- package/lib/model/fast-launch-job-config-summary.js +1 -0
- package/lib/model/fast-launch-job-config-summary.js.map +1 -1
- package/lib/model/index.d.ts +10 -0
- package/lib/model/index.js +13 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/job-shape-summary.d.ts +1 -0
- package/lib/model/job-shape-summary.js +1 -0
- package/lib/model/job-shape-summary.js.map +1 -1
- package/lib/model/model-deployment-shape-series.d.ts +1 -0
- package/lib/model/model-deployment-shape-series.js +1 -0
- package/lib/model/model-deployment-shape-series.js.map +1 -1
- package/lib/model/notebook-session-shape-series.d.ts +1 -0
- package/lib/model/notebook-session-shape-series.js +1 -0
- package/lib/model/notebook-session-shape-series.js.map +1 -1
- package/lib/model/pipeline-container-configuration-details.d.ts +23 -0
- package/lib/model/pipeline-container-configuration-details.js +69 -0
- package/lib/model/pipeline-container-configuration-details.js.map +1 -0
- package/lib/model/pipeline-container-step-details.d.ts +31 -0
- package/lib/model/pipeline-container-step-details.js +69 -0
- package/lib/model/pipeline-container-step-details.js.map +1 -0
- package/lib/model/pipeline-container-step-run.d.ts +25 -0
- package/lib/model/pipeline-container-step-run.js +55 -0
- package/lib/model/pipeline-container-step-run.js.map +1 -0
- package/lib/model/pipeline-container-step-update-details.d.ts +26 -0
- package/lib/model/pipeline-container-step-update-details.js +63 -0
- package/lib/model/pipeline-container-step-update-details.js.map +1 -0
- package/lib/model/pipeline-custom-script-step-update-details.d.ts +1 -0
- package/lib/model/pipeline-custom-script-step-update-details.js +10 -2
- package/lib/model/pipeline-custom-script-step-update-details.js.map +1 -1
- package/lib/model/pipeline-infrastructure-configuration-details.d.ts +5 -0
- package/lib/model/pipeline-infrastructure-configuration-details.js.map +1 -1
- package/lib/model/pipeline-ocir-container-configuration-details.d.ts +55 -0
- package/lib/model/pipeline-ocir-container-configuration-details.js +55 -0
- package/lib/model/pipeline-ocir-container-configuration-details.js.map +1 -0
- package/lib/model/pipeline-step-details.js +4 -0
- package/lib/model/pipeline-step-details.js.map +1 -1
- package/lib/model/pipeline-step-override-details.d.ts +1 -0
- package/lib/model/pipeline-step-override-details.js +6 -0
- package/lib/model/pipeline-step-override-details.js.map +1 -1
- package/lib/model/pipeline-step-run.js +4 -0
- package/lib/model/pipeline-step-run.js.map +1 -1
- package/lib/model/pipeline-step-update-details.js +4 -0
- package/lib/model/pipeline-step-update-details.js.map +1 -1
- package/lib/model/update-pipeline-details.d.ts +2 -1
- package/lib/model/update-pipeline-details.js +6 -0
- package/lib/model/update-pipeline-details.js.map +1 -1
- package/lib/request/activate-model-deployment-request.d.ts +1 -1
- package/lib/request/activate-model-request.d.ts +1 -1
- package/lib/request/activate-notebook-session-request.d.ts +1 -1
- package/lib/request/cancel-job-run-request.d.ts +1 -1
- package/lib/request/cancel-pipeline-run-request.d.ts +5 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-job-run-compartment-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +1 -1
- package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
- package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
- package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
- package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
- package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-artifact-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-job-run-request.d.ts +6 -1
- package/lib/request/create-model-artifact-request.d.ts +1 -1
- package/lib/request/create-model-deployment-request.d.ts +6 -1
- package/lib/request/create-model-provenance-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-model-version-set-request.d.ts +1 -1
- package/lib/request/create-notebook-session-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-run-request.d.ts +6 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-step-artifact-request.d.ts +1 -1
- package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
- package/lib/request/deactivate-model-request.d.ts +1 -1
- package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-job-run-request.d.ts +1 -1
- package/lib/request/delete-model-deployment-request.d.ts +1 -1
- package/lib/request/delete-model-request.d.ts +1 -1
- package/lib/request/delete-model-version-set-request.d.ts +1 -1
- package/lib/request/delete-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-run-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/export-model-artifact-request.d.ts +1 -1
- package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-artifact-content-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-job-run-request.d.ts +1 -1
- package/lib/request/get-model-artifact-content-request.d.ts +1 -1
- package/lib/request/get-model-deployment-request.d.ts +1 -1
- package/lib/request/get-model-provenance-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +1 -1
- package/lib/request/get-model-version-set-request.d.ts +1 -1
- package/lib/request/get-notebook-session-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-run-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-step-artifact-content-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/head-job-artifact-request.d.ts +1 -1
- package/lib/request/head-model-artifact-request.d.ts +1 -1
- package/lib/request/head-step-artifact-request.d.ts +1 -1
- package/lib/request/import-model-artifact-request.d.ts +1 -1
- package/lib/request/list-data-science-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-job-shapes-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
- package/lib/request/list-model-deployments-request.d.ts +1 -1
- package/lib/request/list-model-version-sets-request.d.ts +1 -1
- package/lib/request/list-models-request.d.ts +1 -1
- package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
- package/lib/request/list-notebook-sessions-request.d.ts +1 -1
- package/lib/request/list-pipeline-runs-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-job-run-request.d.ts +1 -1
- package/lib/request/update-model-deployment-request.d.ts +1 -1
- package/lib/request/update-model-provenance-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-model-version-set-request.d.ts +1 -1
- package/lib/request/update-notebook-session-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-pipeline-run-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -204,7 +204,7 @@ class DataScienceClient {
|
|
|
204
204
|
* @param ActivateModelRequest
|
|
205
205
|
* @return ActivateModelResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ActivateModel.ts.html |here} to see how to use ActivateModel API.
|
|
208
208
|
*/
|
|
209
209
|
activateModel(activateModelRequest) {
|
|
210
210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -268,7 +268,7 @@ class DataScienceClient {
|
|
|
268
268
|
* @param ActivateModelDeploymentRequest
|
|
269
269
|
* @return ActivateModelDeploymentResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeployment API.
|
|
272
272
|
*/
|
|
273
273
|
activateModelDeployment(activateModelDeploymentRequest) {
|
|
274
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class DataScienceClient {
|
|
|
328
328
|
* @param ActivateNotebookSessionRequest
|
|
329
329
|
* @return ActivateNotebookSessionResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSession API.
|
|
332
332
|
*/
|
|
333
333
|
activateNotebookSession(activateNotebookSessionRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -388,7 +388,7 @@ class DataScienceClient {
|
|
|
388
388
|
* @param CancelJobRunRequest
|
|
389
389
|
* @return CancelJobRunResponse
|
|
390
390
|
* @throws OciError when an error occurs
|
|
391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRun API.
|
|
392
392
|
*/
|
|
393
393
|
cancelJobRun(cancelJobRunRequest) {
|
|
394
394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -443,7 +443,7 @@ class DataScienceClient {
|
|
|
443
443
|
* @param CancelPipelineRunRequest
|
|
444
444
|
* @return CancelPipelineRunResponse
|
|
445
445
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRun API.
|
|
447
447
|
*/
|
|
448
448
|
cancelPipelineRun(cancelPipelineRunRequest) {
|
|
449
449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,9 @@ class DataScienceClient {
|
|
|
454
454
|
const pathParams = {
|
|
455
455
|
"{pipelineRunId}": cancelPipelineRunRequest.pipelineRunId
|
|
456
456
|
};
|
|
457
|
-
const queryParams = {
|
|
457
|
+
const queryParams = {
|
|
458
|
+
"terminateGracefully": cancelPipelineRunRequest.terminateGracefully
|
|
459
|
+
};
|
|
458
460
|
let headerParams = {
|
|
459
461
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
460
462
|
"opc-request-id": cancelPipelineRunRequest.opcRequestId,
|
|
@@ -499,7 +501,7 @@ class DataScienceClient {
|
|
|
499
501
|
* @param CancelWorkRequestRequest
|
|
500
502
|
* @return CancelWorkRequestResponse
|
|
501
503
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
503
505
|
*/
|
|
504
506
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
505
507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -555,7 +557,7 @@ class DataScienceClient {
|
|
|
555
557
|
* @param ChangeDataSciencePrivateEndpointCompartmentRequest
|
|
556
558
|
* @return ChangeDataSciencePrivateEndpointCompartmentResponse
|
|
557
559
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartment API.
|
|
559
561
|
*/
|
|
560
562
|
changeDataSciencePrivateEndpointCompartment(changeDataSciencePrivateEndpointCompartmentRequest) {
|
|
561
563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -617,7 +619,7 @@ class DataScienceClient {
|
|
|
617
619
|
* @param ChangeJobCompartmentRequest
|
|
618
620
|
* @return ChangeJobCompartmentResponse
|
|
619
621
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
621
623
|
*/
|
|
622
624
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
623
625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -673,7 +675,7 @@ class DataScienceClient {
|
|
|
673
675
|
* @param ChangeJobRunCompartmentRequest
|
|
674
676
|
* @return ChangeJobRunCompartmentResponse
|
|
675
677
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartment API.
|
|
677
679
|
*/
|
|
678
680
|
changeJobRunCompartment(changeJobRunCompartmentRequest) {
|
|
679
681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -729,7 +731,7 @@ class DataScienceClient {
|
|
|
729
731
|
* @param ChangeModelCompartmentRequest
|
|
730
732
|
* @return ChangeModelCompartmentResponse
|
|
731
733
|
* @throws OciError when an error occurs
|
|
732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
733
735
|
*/
|
|
734
736
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
735
737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -786,7 +788,7 @@ class DataScienceClient {
|
|
|
786
788
|
* @param ChangeModelDeploymentCompartmentRequest
|
|
787
789
|
* @return ChangeModelDeploymentCompartmentResponse
|
|
788
790
|
* @throws OciError when an error occurs
|
|
789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartment API.
|
|
790
792
|
*/
|
|
791
793
|
changeModelDeploymentCompartment(changeModelDeploymentCompartmentRequest) {
|
|
792
794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -843,7 +845,7 @@ class DataScienceClient {
|
|
|
843
845
|
* @param ChangeModelVersionSetCompartmentRequest
|
|
844
846
|
* @return ChangeModelVersionSetCompartmentResponse
|
|
845
847
|
* @throws OciError when an error occurs
|
|
846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartment API.
|
|
847
849
|
*/
|
|
848
850
|
changeModelVersionSetCompartment(changeModelVersionSetCompartmentRequest) {
|
|
849
851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -905,7 +907,7 @@ class DataScienceClient {
|
|
|
905
907
|
* @param ChangeNotebookSessionCompartmentRequest
|
|
906
908
|
* @return ChangeNotebookSessionCompartmentResponse
|
|
907
909
|
* @throws OciError when an error occurs
|
|
908
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartment API.
|
|
909
911
|
*/
|
|
910
912
|
changeNotebookSessionCompartment(changeNotebookSessionCompartmentRequest) {
|
|
911
913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -962,7 +964,7 @@ class DataScienceClient {
|
|
|
962
964
|
* @param ChangePipelineCompartmentRequest
|
|
963
965
|
* @return ChangePipelineCompartmentResponse
|
|
964
966
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartment API.
|
|
966
968
|
*/
|
|
967
969
|
changePipelineCompartment(changePipelineCompartmentRequest) {
|
|
968
970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1018,7 +1020,7 @@ class DataScienceClient {
|
|
|
1018
1020
|
* @param ChangePipelineRunCompartmentRequest
|
|
1019
1021
|
* @return ChangePipelineRunCompartmentResponse
|
|
1020
1022
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartment API.
|
|
1022
1024
|
*/
|
|
1023
1025
|
changePipelineRunCompartment(changePipelineRunCompartmentRequest) {
|
|
1024
1026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1074,7 +1076,7 @@ class DataScienceClient {
|
|
|
1074
1076
|
* @param ChangeProjectCompartmentRequest
|
|
1075
1077
|
* @return ChangeProjectCompartmentResponse
|
|
1076
1078
|
* @throws OciError when an error occurs
|
|
1077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
1078
1080
|
*/
|
|
1079
1081
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
1080
1082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1132,7 +1134,7 @@ class DataScienceClient {
|
|
|
1132
1134
|
* @param CreateDataSciencePrivateEndpointRequest
|
|
1133
1135
|
* @return CreateDataSciencePrivateEndpointResponse
|
|
1134
1136
|
* @throws OciError when an error occurs
|
|
1135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpoint API.
|
|
1136
1138
|
*/
|
|
1137
1139
|
createDataSciencePrivateEndpoint(createDataSciencePrivateEndpointRequest) {
|
|
1138
1140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1205,7 +1207,7 @@ class DataScienceClient {
|
|
|
1205
1207
|
* @param CreateJobRequest
|
|
1206
1208
|
* @return CreateJobResponse
|
|
1207
1209
|
* @throws OciError when an error occurs
|
|
1208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1209
1211
|
*/
|
|
1210
1212
|
createJob(createJobRequest) {
|
|
1211
1213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1268,7 +1270,7 @@ class DataScienceClient {
|
|
|
1268
1270
|
* @param CreateJobArtifactRequest
|
|
1269
1271
|
* @return CreateJobArtifactResponse
|
|
1270
1272
|
* @throws OciError when an error occurs
|
|
1271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifact API.
|
|
1272
1274
|
*/
|
|
1273
1275
|
createJobArtifact(createJobArtifactRequest) {
|
|
1274
1276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1331,7 +1333,7 @@ class DataScienceClient {
|
|
|
1331
1333
|
* @param CreateJobRunRequest
|
|
1332
1334
|
* @return CreateJobRunResponse
|
|
1333
1335
|
* @throws OciError when an error occurs
|
|
1334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRun API.
|
|
1335
1337
|
*/
|
|
1336
1338
|
createJobRun(createJobRunRequest) {
|
|
1337
1339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1344,7 +1346,8 @@ class DataScienceClient {
|
|
|
1344
1346
|
let headerParams = {
|
|
1345
1347
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1346
1348
|
"opc-request-id": createJobRunRequest.opcRequestId,
|
|
1347
|
-
"opc-retry-token": createJobRunRequest.opcRetryToken
|
|
1349
|
+
"opc-retry-token": createJobRunRequest.opcRetryToken,
|
|
1350
|
+
"opc-parent-rpt-url": createJobRunRequest.opcParentRptUrl
|
|
1348
1351
|
};
|
|
1349
1352
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1350
1353
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createJobRunRequest.retryConfiguration, specRetryConfiguration);
|
|
@@ -1394,7 +1397,7 @@ class DataScienceClient {
|
|
|
1394
1397
|
* @param CreateModelRequest
|
|
1395
1398
|
* @return CreateModelResponse
|
|
1396
1399
|
* @throws OciError when an error occurs
|
|
1397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
1398
1401
|
*/
|
|
1399
1402
|
createModel(createModelRequest) {
|
|
1400
1403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1457,7 +1460,7 @@ class DataScienceClient {
|
|
|
1457
1460
|
* @param CreateModelArtifactRequest
|
|
1458
1461
|
* @return CreateModelArtifactResponse
|
|
1459
1462
|
* @throws OciError when an error occurs
|
|
1460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifact API.
|
|
1461
1464
|
*/
|
|
1462
1465
|
createModelArtifact(createModelArtifactRequest) {
|
|
1463
1466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1521,7 +1524,7 @@ class DataScienceClient {
|
|
|
1521
1524
|
* @param CreateModelDeploymentRequest
|
|
1522
1525
|
* @return CreateModelDeploymentResponse
|
|
1523
1526
|
* @throws OciError when an error occurs
|
|
1524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeployment API.
|
|
1525
1528
|
*/
|
|
1526
1529
|
createModelDeployment(createModelDeploymentRequest) {
|
|
1527
1530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1534,7 +1537,8 @@ class DataScienceClient {
|
|
|
1534
1537
|
let headerParams = {
|
|
1535
1538
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1536
1539
|
"opc-request-id": createModelDeploymentRequest.opcRequestId,
|
|
1537
|
-
"opc-retry-token": createModelDeploymentRequest.opcRetryToken
|
|
1540
|
+
"opc-retry-token": createModelDeploymentRequest.opcRetryToken,
|
|
1541
|
+
"opc-parent-rpt-url": createModelDeploymentRequest.opcParentRptUrl
|
|
1538
1542
|
};
|
|
1539
1543
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1540
1544
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createModelDeploymentRequest.retryConfiguration, specRetryConfiguration);
|
|
@@ -1594,7 +1598,7 @@ class DataScienceClient {
|
|
|
1594
1598
|
* @param CreateModelProvenanceRequest
|
|
1595
1599
|
* @return CreateModelProvenanceResponse
|
|
1596
1600
|
* @throws OciError when an error occurs
|
|
1597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenance API.
|
|
1598
1602
|
*/
|
|
1599
1603
|
createModelProvenance(createModelProvenanceRequest) {
|
|
1600
1604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1659,7 +1663,7 @@ class DataScienceClient {
|
|
|
1659
1663
|
* @param CreateModelVersionSetRequest
|
|
1660
1664
|
* @return CreateModelVersionSetResponse
|
|
1661
1665
|
* @throws OciError when an error occurs
|
|
1662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSet API.
|
|
1663
1667
|
*/
|
|
1664
1668
|
createModelVersionSet(createModelVersionSetRequest) {
|
|
1665
1669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1722,7 +1726,7 @@ class DataScienceClient {
|
|
|
1722
1726
|
* @param CreateNotebookSessionRequest
|
|
1723
1727
|
* @return CreateNotebookSessionResponse
|
|
1724
1728
|
* @throws OciError when an error occurs
|
|
1725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSession API.
|
|
1726
1730
|
*/
|
|
1727
1731
|
createNotebookSession(createNotebookSessionRequest) {
|
|
1728
1732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1796,7 +1800,7 @@ class DataScienceClient {
|
|
|
1796
1800
|
* @param CreatePipelineRequest
|
|
1797
1801
|
* @return CreatePipelineResponse
|
|
1798
1802
|
* @throws OciError when an error occurs
|
|
1799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
1800
1804
|
*/
|
|
1801
1805
|
createPipeline(createPipelineRequest) {
|
|
1802
1806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1860,7 +1864,7 @@ class DataScienceClient {
|
|
|
1860
1864
|
* @param CreatePipelineRunRequest
|
|
1861
1865
|
* @return CreatePipelineRunResponse
|
|
1862
1866
|
* @throws OciError when an error occurs
|
|
1863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRun API.
|
|
1864
1868
|
*/
|
|
1865
1869
|
createPipelineRun(createPipelineRunRequest) {
|
|
1866
1870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1873,7 +1877,8 @@ class DataScienceClient {
|
|
|
1873
1877
|
let headerParams = {
|
|
1874
1878
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1875
1879
|
"opc-retry-token": createPipelineRunRequest.opcRetryToken,
|
|
1876
|
-
"opc-request-id": createPipelineRunRequest.opcRequestId
|
|
1880
|
+
"opc-request-id": createPipelineRunRequest.opcRequestId,
|
|
1881
|
+
"opc-parent-rpt-url": createPipelineRunRequest.opcParentRptUrl
|
|
1877
1882
|
};
|
|
1878
1883
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1879
1884
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPipelineRunRequest.retryConfiguration, specRetryConfiguration);
|
|
@@ -1928,7 +1933,7 @@ class DataScienceClient {
|
|
|
1928
1933
|
* @param CreateProjectRequest
|
|
1929
1934
|
* @return CreateProjectResponse
|
|
1930
1935
|
* @throws OciError when an error occurs
|
|
1931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1932
1937
|
*/
|
|
1933
1938
|
createProject(createProjectRequest) {
|
|
1934
1939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1991,7 +1996,7 @@ class DataScienceClient {
|
|
|
1991
1996
|
* @param CreateStepArtifactRequest
|
|
1992
1997
|
* @return CreateStepArtifactResponse
|
|
1993
1998
|
* @throws OciError when an error occurs
|
|
1994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
1999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifact API.
|
|
1995
2000
|
*/
|
|
1996
2001
|
createStepArtifact(createStepArtifactRequest) {
|
|
1997
2002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2050,7 +2055,7 @@ class DataScienceClient {
|
|
|
2050
2055
|
* @param DeactivateModelRequest
|
|
2051
2056
|
* @return DeactivateModelResponse
|
|
2052
2057
|
* @throws OciError when an error occurs
|
|
2053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModel API.
|
|
2054
2059
|
*/
|
|
2055
2060
|
deactivateModel(deactivateModelRequest) {
|
|
2056
2061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2114,7 +2119,7 @@ class DataScienceClient {
|
|
|
2114
2119
|
* @param DeactivateModelDeploymentRequest
|
|
2115
2120
|
* @return DeactivateModelDeploymentResponse
|
|
2116
2121
|
* @throws OciError when an error occurs
|
|
2117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeployment API.
|
|
2118
2123
|
*/
|
|
2119
2124
|
deactivateModelDeployment(deactivateModelDeploymentRequest) {
|
|
2120
2125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2174,7 +2179,7 @@ class DataScienceClient {
|
|
|
2174
2179
|
* @param DeactivateNotebookSessionRequest
|
|
2175
2180
|
* @return DeactivateNotebookSessionResponse
|
|
2176
2181
|
* @throws OciError when an error occurs
|
|
2177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSession API.
|
|
2178
2183
|
*/
|
|
2179
2184
|
deactivateNotebookSession(deactivateNotebookSessionRequest) {
|
|
2180
2185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2235,7 +2240,7 @@ class DataScienceClient {
|
|
|
2235
2240
|
* @param DeleteDataSciencePrivateEndpointRequest
|
|
2236
2241
|
* @return DeleteDataSciencePrivateEndpointResponse
|
|
2237
2242
|
* @throws OciError when an error occurs
|
|
2238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpoint API.
|
|
2239
2244
|
*/
|
|
2240
2245
|
deleteDataSciencePrivateEndpoint(deleteDataSciencePrivateEndpointRequest) {
|
|
2241
2246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2295,7 +2300,7 @@ class DataScienceClient {
|
|
|
2295
2300
|
* @param DeleteJobRequest
|
|
2296
2301
|
* @return DeleteJobResponse
|
|
2297
2302
|
* @throws OciError when an error occurs
|
|
2298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
2299
2304
|
*/
|
|
2300
2305
|
deleteJob(deleteJobRequest) {
|
|
2301
2306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2357,7 +2362,7 @@ class DataScienceClient {
|
|
|
2357
2362
|
* @param DeleteJobRunRequest
|
|
2358
2363
|
* @return DeleteJobRunResponse
|
|
2359
2364
|
* @throws OciError when an error occurs
|
|
2360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRun API.
|
|
2361
2366
|
*/
|
|
2362
2367
|
deleteJobRun(deleteJobRunRequest) {
|
|
2363
2368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2412,7 +2417,7 @@ class DataScienceClient {
|
|
|
2412
2417
|
* @param DeleteModelRequest
|
|
2413
2418
|
* @return DeleteModelResponse
|
|
2414
2419
|
* @throws OciError when an error occurs
|
|
2415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
2416
2421
|
*/
|
|
2417
2422
|
deleteModel(deleteModelRequest) {
|
|
2418
2423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2467,7 +2472,7 @@ class DataScienceClient {
|
|
|
2467
2472
|
* @param DeleteModelDeploymentRequest
|
|
2468
2473
|
* @return DeleteModelDeploymentResponse
|
|
2469
2474
|
* @throws OciError when an error occurs
|
|
2470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeployment API.
|
|
2471
2476
|
*/
|
|
2472
2477
|
deleteModelDeployment(deleteModelDeploymentRequest) {
|
|
2473
2478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2527,7 +2532,7 @@ class DataScienceClient {
|
|
|
2527
2532
|
* @param DeleteModelVersionSetRequest
|
|
2528
2533
|
* @return DeleteModelVersionSetResponse
|
|
2529
2534
|
* @throws OciError when an error occurs
|
|
2530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSet API.
|
|
2531
2536
|
*/
|
|
2532
2537
|
deleteModelVersionSet(deleteModelVersionSetRequest) {
|
|
2533
2538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2589,7 +2594,7 @@ class DataScienceClient {
|
|
|
2589
2594
|
* @param DeleteNotebookSessionRequest
|
|
2590
2595
|
* @return DeleteNotebookSessionResponse
|
|
2591
2596
|
* @throws OciError when an error occurs
|
|
2592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSession API.
|
|
2593
2598
|
*/
|
|
2594
2599
|
deleteNotebookSession(deleteNotebookSessionRequest) {
|
|
2595
2600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2649,7 +2654,7 @@ class DataScienceClient {
|
|
|
2649
2654
|
* @param DeletePipelineRequest
|
|
2650
2655
|
* @return DeletePipelineResponse
|
|
2651
2656
|
* @throws OciError when an error occurs
|
|
2652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
2653
2658
|
*/
|
|
2654
2659
|
deletePipeline(deletePipelineRequest) {
|
|
2655
2660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2712,7 +2717,7 @@ class DataScienceClient {
|
|
|
2712
2717
|
* @param DeletePipelineRunRequest
|
|
2713
2718
|
* @return DeletePipelineRunResponse
|
|
2714
2719
|
* @throws OciError when an error occurs
|
|
2715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRun API.
|
|
2716
2721
|
*/
|
|
2717
2722
|
deletePipelineRun(deletePipelineRunRequest) {
|
|
2718
2723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2769,7 +2774,7 @@ class DataScienceClient {
|
|
|
2769
2774
|
* @param DeleteProjectRequest
|
|
2770
2775
|
* @return DeleteProjectResponse
|
|
2771
2776
|
* @throws OciError when an error occurs
|
|
2772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
2773
2778
|
*/
|
|
2774
2779
|
deleteProject(deleteProjectRequest) {
|
|
2775
2780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2829,7 +2834,7 @@ class DataScienceClient {
|
|
|
2829
2834
|
* @param ExportModelArtifactRequest
|
|
2830
2835
|
* @return ExportModelArtifactResponse
|
|
2831
2836
|
* @throws OciError when an error occurs
|
|
2832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifact API.
|
|
2833
2838
|
*/
|
|
2834
2839
|
exportModelArtifact(exportModelArtifactRequest) {
|
|
2835
2840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2892,7 +2897,7 @@ class DataScienceClient {
|
|
|
2892
2897
|
* @param GetDataSciencePrivateEndpointRequest
|
|
2893
2898
|
* @return GetDataSciencePrivateEndpointResponse
|
|
2894
2899
|
* @throws OciError when an error occurs
|
|
2895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetDataSciencePrivateEndpoint.ts.html |here} to see how to use GetDataSciencePrivateEndpoint API.
|
|
2896
2901
|
*/
|
|
2897
2902
|
getDataSciencePrivateEndpoint(getDataSciencePrivateEndpointRequest) {
|
|
2898
2903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2955,7 +2960,7 @@ class DataScienceClient {
|
|
|
2955
2960
|
* @param GetJobRequest
|
|
2956
2961
|
* @return GetJobResponse
|
|
2957
2962
|
* @throws OciError when an error occurs
|
|
2958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
2963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetJob.ts.html |here} to see how to use GetJob API.
|
|
2959
2964
|
*/
|
|
2960
2965
|
getJob(getJobRequest) {
|
|
2961
2966
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3018,7 +3023,7 @@ class DataScienceClient {
|
|
|
3018
3023
|
* @param GetJobArtifactContentRequest
|
|
3019
3024
|
* @return GetJobArtifactContentResponse
|
|
3020
3025
|
* @throws OciError when an error occurs
|
|
3021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContent API.
|
|
3022
3027
|
*/
|
|
3023
3028
|
getJobArtifactContent(getJobArtifactContentRequest) {
|
|
3024
3029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3101,7 +3106,7 @@ class DataScienceClient {
|
|
|
3101
3106
|
* @param GetJobRunRequest
|
|
3102
3107
|
* @return GetJobRunResponse
|
|
3103
3108
|
* @throws OciError when an error occurs
|
|
3104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
3105
3110
|
*/
|
|
3106
3111
|
getJobRun(getJobRunRequest) {
|
|
3107
3112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3164,7 +3169,7 @@ class DataScienceClient {
|
|
|
3164
3169
|
* @param GetModelRequest
|
|
3165
3170
|
* @return GetModelResponse
|
|
3166
3171
|
* @throws OciError when an error occurs
|
|
3167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetModel.ts.html |here} to see how to use GetModel API.
|
|
3168
3173
|
*/
|
|
3169
3174
|
getModel(getModelRequest) {
|
|
3170
3175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3227,7 +3232,7 @@ class DataScienceClient {
|
|
|
3227
3232
|
* @param GetModelArtifactContentRequest
|
|
3228
3233
|
* @return GetModelArtifactContentResponse
|
|
3229
3234
|
* @throws OciError when an error occurs
|
|
3230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContent API.
|
|
3231
3236
|
*/
|
|
3232
3237
|
getModelArtifactContent(getModelArtifactContentRequest) {
|
|
3233
3238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3310,7 +3315,7 @@ class DataScienceClient {
|
|
|
3310
3315
|
* @param GetModelDeploymentRequest
|
|
3311
3316
|
* @return GetModelDeploymentResponse
|
|
3312
3317
|
* @throws OciError when an error occurs
|
|
3313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeployment API.
|
|
3314
3319
|
*/
|
|
3315
3320
|
getModelDeployment(getModelDeploymentRequest) {
|
|
3316
3321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3373,7 +3378,7 @@ class DataScienceClient {
|
|
|
3373
3378
|
* @param GetModelProvenanceRequest
|
|
3374
3379
|
* @return GetModelProvenanceResponse
|
|
3375
3380
|
* @throws OciError when an error occurs
|
|
3376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenance API.
|
|
3377
3382
|
*/
|
|
3378
3383
|
getModelProvenance(getModelProvenanceRequest) {
|
|
3379
3384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3436,7 +3441,7 @@ class DataScienceClient {
|
|
|
3436
3441
|
* @param GetModelVersionSetRequest
|
|
3437
3442
|
* @return GetModelVersionSetResponse
|
|
3438
3443
|
* @throws OciError when an error occurs
|
|
3439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetModelVersionSet.ts.html |here} to see how to use GetModelVersionSet API.
|
|
3440
3445
|
*/
|
|
3441
3446
|
getModelVersionSet(getModelVersionSetRequest) {
|
|
3442
3447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3499,7 +3504,7 @@ class DataScienceClient {
|
|
|
3499
3504
|
* @param GetNotebookSessionRequest
|
|
3500
3505
|
* @return GetNotebookSessionResponse
|
|
3501
3506
|
* @throws OciError when an error occurs
|
|
3502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSession API.
|
|
3503
3508
|
*/
|
|
3504
3509
|
getNotebookSession(getNotebookSessionRequest) {
|
|
3505
3510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3562,7 +3567,7 @@ class DataScienceClient {
|
|
|
3562
3567
|
* @param GetPipelineRequest
|
|
3563
3568
|
* @return GetPipelineResponse
|
|
3564
3569
|
* @throws OciError when an error occurs
|
|
3565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
3566
3571
|
*/
|
|
3567
3572
|
getPipeline(getPipelineRequest) {
|
|
3568
3573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3625,7 +3630,7 @@ class DataScienceClient {
|
|
|
3625
3630
|
* @param GetPipelineRunRequest
|
|
3626
3631
|
* @return GetPipelineRunResponse
|
|
3627
3632
|
* @throws OciError when an error occurs
|
|
3628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetPipelineRun.ts.html |here} to see how to use GetPipelineRun API.
|
|
3629
3634
|
*/
|
|
3630
3635
|
getPipelineRun(getPipelineRunRequest) {
|
|
3631
3636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3688,7 +3693,7 @@ class DataScienceClient {
|
|
|
3688
3693
|
* @param GetProjectRequest
|
|
3689
3694
|
* @return GetProjectResponse
|
|
3690
3695
|
* @throws OciError when an error occurs
|
|
3691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetProject.ts.html |here} to see how to use GetProject API.
|
|
3692
3697
|
*/
|
|
3693
3698
|
getProject(getProjectRequest) {
|
|
3694
3699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3751,7 +3756,7 @@ class DataScienceClient {
|
|
|
3751
3756
|
* @param GetStepArtifactContentRequest
|
|
3752
3757
|
* @return GetStepArtifactContentResponse
|
|
3753
3758
|
* @throws OciError when an error occurs
|
|
3754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetStepArtifactContent.ts.html |here} to see how to use GetStepArtifactContent API.
|
|
3755
3760
|
*/
|
|
3756
3761
|
getStepArtifactContent(getStepArtifactContentRequest) {
|
|
3757
3762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3835,7 +3840,7 @@ class DataScienceClient {
|
|
|
3835
3840
|
* @param GetWorkRequestRequest
|
|
3836
3841
|
* @return GetWorkRequestResponse
|
|
3837
3842
|
* @throws OciError when an error occurs
|
|
3838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3839
3844
|
*/
|
|
3840
3845
|
getWorkRequest(getWorkRequestRequest) {
|
|
3841
3846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3903,7 +3908,7 @@ class DataScienceClient {
|
|
|
3903
3908
|
* @param HeadJobArtifactRequest
|
|
3904
3909
|
* @return HeadJobArtifactResponse
|
|
3905
3910
|
* @throws OciError when an error occurs
|
|
3906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifact API.
|
|
3907
3912
|
*/
|
|
3908
3913
|
headJobArtifact(headJobArtifactRequest) {
|
|
3909
3914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3982,7 +3987,7 @@ class DataScienceClient {
|
|
|
3982
3987
|
* @param HeadModelArtifactRequest
|
|
3983
3988
|
* @return HeadModelArtifactResponse
|
|
3984
3989
|
* @throws OciError when an error occurs
|
|
3985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
3990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifact API.
|
|
3986
3991
|
*/
|
|
3987
3992
|
headModelArtifact(headModelArtifactRequest) {
|
|
3988
3993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4061,7 +4066,7 @@ class DataScienceClient {
|
|
|
4061
4066
|
* @param HeadStepArtifactRequest
|
|
4062
4067
|
* @return HeadStepArtifactResponse
|
|
4063
4068
|
* @throws OciError when an error occurs
|
|
4064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifact API.
|
|
4065
4070
|
*/
|
|
4066
4071
|
headStepArtifact(headStepArtifactRequest) {
|
|
4067
4072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4141,7 +4146,7 @@ class DataScienceClient {
|
|
|
4141
4146
|
* @param ImportModelArtifactRequest
|
|
4142
4147
|
* @return ImportModelArtifactResponse
|
|
4143
4148
|
* @throws OciError when an error occurs
|
|
4144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifact API.
|
|
4145
4150
|
*/
|
|
4146
4151
|
importModelArtifact(importModelArtifactRequest) {
|
|
4147
4152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4203,7 +4208,7 @@ class DataScienceClient {
|
|
|
4203
4208
|
* @param ListDataSciencePrivateEndpointsRequest
|
|
4204
4209
|
* @return ListDataSciencePrivateEndpointsResponse
|
|
4205
4210
|
* @throws OciError when an error occurs
|
|
4206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpoints API.
|
|
4207
4212
|
*/
|
|
4208
4213
|
listDataSciencePrivateEndpoints(listDataSciencePrivateEndpointsRequest) {
|
|
4209
4214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4319,7 +4324,7 @@ class DataScienceClient {
|
|
|
4319
4324
|
* @param ListFastLaunchJobConfigsRequest
|
|
4320
4325
|
* @return ListFastLaunchJobConfigsResponse
|
|
4321
4326
|
* @throws OciError when an error occurs
|
|
4322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigs API.
|
|
4323
4328
|
*/
|
|
4324
4329
|
listFastLaunchJobConfigs(listFastLaunchJobConfigsRequest) {
|
|
4325
4330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4429,7 +4434,7 @@ class DataScienceClient {
|
|
|
4429
4434
|
* @param ListJobRunsRequest
|
|
4430
4435
|
* @return ListJobRunsResponse
|
|
4431
4436
|
* @throws OciError when an error occurs
|
|
4432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
4433
4438
|
*/
|
|
4434
4439
|
listJobRuns(listJobRunsRequest) {
|
|
4435
4440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4546,7 +4551,7 @@ class DataScienceClient {
|
|
|
4546
4551
|
* @param ListJobShapesRequest
|
|
4547
4552
|
* @return ListJobShapesResponse
|
|
4548
4553
|
* @throws OciError when an error occurs
|
|
4549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapes API.
|
|
4550
4555
|
*/
|
|
4551
4556
|
listJobShapes(listJobShapesRequest) {
|
|
4552
4557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4656,7 +4661,7 @@ class DataScienceClient {
|
|
|
4656
4661
|
* @param ListJobsRequest
|
|
4657
4662
|
* @return ListJobsResponse
|
|
4658
4663
|
* @throws OciError when an error occurs
|
|
4659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
4660
4665
|
*/
|
|
4661
4666
|
listJobs(listJobsRequest) {
|
|
4662
4667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4773,7 +4778,7 @@ class DataScienceClient {
|
|
|
4773
4778
|
* @param ListModelDeploymentShapesRequest
|
|
4774
4779
|
* @return ListModelDeploymentShapesResponse
|
|
4775
4780
|
* @throws OciError when an error occurs
|
|
4776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapes API.
|
|
4777
4782
|
*/
|
|
4778
4783
|
listModelDeploymentShapes(listModelDeploymentShapesRequest) {
|
|
4779
4784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4884,7 +4889,7 @@ class DataScienceClient {
|
|
|
4884
4889
|
* @param ListModelDeploymentsRequest
|
|
4885
4890
|
* @return ListModelDeploymentsResponse
|
|
4886
4891
|
* @throws OciError when an error occurs
|
|
4887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
4892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeployments API.
|
|
4888
4893
|
*/
|
|
4889
4894
|
listModelDeployments(listModelDeploymentsRequest) {
|
|
4890
4895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5001,7 +5006,7 @@ class DataScienceClient {
|
|
|
5001
5006
|
* @param ListModelVersionSetsRequest
|
|
5002
5007
|
* @return ListModelVersionSetsResponse
|
|
5003
5008
|
* @throws OciError when an error occurs
|
|
5004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSets API.
|
|
5005
5010
|
*/
|
|
5006
5011
|
listModelVersionSets(listModelVersionSetsRequest) {
|
|
5007
5012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5118,7 +5123,7 @@ class DataScienceClient {
|
|
|
5118
5123
|
* @param ListModelsRequest
|
|
5119
5124
|
* @return ListModelsResponse
|
|
5120
5125
|
* @throws OciError when an error occurs
|
|
5121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListModels.ts.html |here} to see how to use ListModels API.
|
|
5122
5127
|
*/
|
|
5123
5128
|
listModels(listModelsRequest) {
|
|
5124
5129
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5237,7 +5242,7 @@ class DataScienceClient {
|
|
|
5237
5242
|
* @param ListNotebookSessionShapesRequest
|
|
5238
5243
|
* @return ListNotebookSessionShapesResponse
|
|
5239
5244
|
* @throws OciError when an error occurs
|
|
5240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapes API.
|
|
5241
5246
|
*/
|
|
5242
5247
|
listNotebookSessionShapes(listNotebookSessionShapesRequest) {
|
|
5243
5248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5347,7 +5352,7 @@ class DataScienceClient {
|
|
|
5347
5352
|
* @param ListNotebookSessionsRequest
|
|
5348
5353
|
* @return ListNotebookSessionsResponse
|
|
5349
5354
|
* @throws OciError when an error occurs
|
|
5350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessions API.
|
|
5351
5356
|
*/
|
|
5352
5357
|
listNotebookSessions(listNotebookSessionsRequest) {
|
|
5353
5358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5464,7 +5469,7 @@ class DataScienceClient {
|
|
|
5464
5469
|
* @param ListPipelineRunsRequest
|
|
5465
5470
|
* @return ListPipelineRunsResponse
|
|
5466
5471
|
* @throws OciError when an error occurs
|
|
5467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRuns API.
|
|
5468
5473
|
*/
|
|
5469
5474
|
listPipelineRuns(listPipelineRunsRequest) {
|
|
5470
5475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5581,7 +5586,7 @@ class DataScienceClient {
|
|
|
5581
5586
|
* @param ListPipelinesRequest
|
|
5582
5587
|
* @return ListPipelinesResponse
|
|
5583
5588
|
* @throws OciError when an error occurs
|
|
5584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
5585
5590
|
*/
|
|
5586
5591
|
listPipelines(listPipelinesRequest) {
|
|
5587
5592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5698,7 +5703,7 @@ class DataScienceClient {
|
|
|
5698
5703
|
* @param ListProjectsRequest
|
|
5699
5704
|
* @return ListProjectsResponse
|
|
5700
5705
|
* @throws OciError when an error occurs
|
|
5701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
5702
5707
|
*/
|
|
5703
5708
|
listProjects(listProjectsRequest) {
|
|
5704
5709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5814,7 +5819,7 @@ class DataScienceClient {
|
|
|
5814
5819
|
* @param ListWorkRequestErrorsRequest
|
|
5815
5820
|
* @return ListWorkRequestErrorsResponse
|
|
5816
5821
|
* @throws OciError when an error occurs
|
|
5817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
5818
5823
|
*/
|
|
5819
5824
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
5820
5825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5925,7 +5930,7 @@ class DataScienceClient {
|
|
|
5925
5930
|
* @param ListWorkRequestLogsRequest
|
|
5926
5931
|
* @return ListWorkRequestLogsResponse
|
|
5927
5932
|
* @throws OciError when an error occurs
|
|
5928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
5933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
5929
5934
|
*/
|
|
5930
5935
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
5931
5936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6036,7 +6041,7 @@ class DataScienceClient {
|
|
|
6036
6041
|
* @param ListWorkRequestsRequest
|
|
6037
6042
|
* @return ListWorkRequestsResponse
|
|
6038
6043
|
* @throws OciError when an error occurs
|
|
6039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
6040
6045
|
*/
|
|
6041
6046
|
listWorkRequests(listWorkRequestsRequest) {
|
|
6042
6047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6154,7 +6159,7 @@ class DataScienceClient {
|
|
|
6154
6159
|
* @param UpdateDataSciencePrivateEndpointRequest
|
|
6155
6160
|
* @return UpdateDataSciencePrivateEndpointResponse
|
|
6156
6161
|
* @throws OciError when an error occurs
|
|
6157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateDataSciencePrivateEndpoint.ts.html |here} to see how to use UpdateDataSciencePrivateEndpoint API.
|
|
6158
6163
|
*/
|
|
6159
6164
|
updateDataSciencePrivateEndpoint(updateDataSciencePrivateEndpointRequest) {
|
|
6160
6165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6224,7 +6229,7 @@ class DataScienceClient {
|
|
|
6224
6229
|
* @param UpdateJobRequest
|
|
6225
6230
|
* @return UpdateJobResponse
|
|
6226
6231
|
* @throws OciError when an error occurs
|
|
6227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
6228
6233
|
*/
|
|
6229
6234
|
updateJob(updateJobRequest) {
|
|
6230
6235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6289,7 +6294,7 @@ class DataScienceClient {
|
|
|
6289
6294
|
* @param UpdateJobRunRequest
|
|
6290
6295
|
* @return UpdateJobRunResponse
|
|
6291
6296
|
* @throws OciError when an error occurs
|
|
6292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRun API.
|
|
6293
6298
|
*/
|
|
6294
6299
|
updateJobRun(updateJobRunRequest) {
|
|
6295
6300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6354,7 +6359,7 @@ class DataScienceClient {
|
|
|
6354
6359
|
* @param UpdateModelRequest
|
|
6355
6360
|
* @return UpdateModelResponse
|
|
6356
6361
|
* @throws OciError when an error occurs
|
|
6357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
6358
6363
|
*/
|
|
6359
6364
|
updateModel(updateModelRequest) {
|
|
6360
6365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6423,7 +6428,7 @@ class DataScienceClient {
|
|
|
6423
6428
|
* @param UpdateModelDeploymentRequest
|
|
6424
6429
|
* @return UpdateModelDeploymentResponse
|
|
6425
6430
|
* @throws OciError when an error occurs
|
|
6426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeployment API.
|
|
6427
6432
|
*/
|
|
6428
6433
|
updateModelDeployment(updateModelDeploymentRequest) {
|
|
6429
6434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6484,7 +6489,7 @@ class DataScienceClient {
|
|
|
6484
6489
|
* @param UpdateModelProvenanceRequest
|
|
6485
6490
|
* @return UpdateModelProvenanceResponse
|
|
6486
6491
|
* @throws OciError when an error occurs
|
|
6487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenance API.
|
|
6488
6493
|
*/
|
|
6489
6494
|
updateModelProvenance(updateModelProvenanceRequest) {
|
|
6490
6495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6549,7 +6554,7 @@ class DataScienceClient {
|
|
|
6549
6554
|
* @param UpdateModelVersionSetRequest
|
|
6550
6555
|
* @return UpdateModelVersionSetResponse
|
|
6551
6556
|
* @throws OciError when an error occurs
|
|
6552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSet API.
|
|
6553
6558
|
*/
|
|
6554
6559
|
updateModelVersionSet(updateModelVersionSetRequest) {
|
|
6555
6560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6617,7 +6622,7 @@ class DataScienceClient {
|
|
|
6617
6622
|
* @param UpdateNotebookSessionRequest
|
|
6618
6623
|
* @return UpdateNotebookSessionResponse
|
|
6619
6624
|
* @throws OciError when an error occurs
|
|
6620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSession API.
|
|
6621
6626
|
*/
|
|
6622
6627
|
updateNotebookSession(updateNotebookSessionRequest) {
|
|
6623
6628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6682,7 +6687,7 @@ class DataScienceClient {
|
|
|
6682
6687
|
* @param UpdatePipelineRequest
|
|
6683
6688
|
* @return UpdatePipelineResponse
|
|
6684
6689
|
* @throws OciError when an error occurs
|
|
6685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
6686
6691
|
*/
|
|
6687
6692
|
updatePipeline(updatePipelineRequest) {
|
|
6688
6693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6747,7 +6752,7 @@ class DataScienceClient {
|
|
|
6747
6752
|
* @param UpdatePipelineRunRequest
|
|
6748
6753
|
* @return UpdatePipelineRunResponse
|
|
6749
6754
|
* @throws OciError when an error occurs
|
|
6750
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdatePipelineRun.ts.html |here} to see how to use UpdatePipelineRun API.
|
|
6751
6756
|
*/
|
|
6752
6757
|
updatePipelineRun(updatePipelineRunRequest) {
|
|
6753
6758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6812,7 +6817,7 @@ class DataScienceClient {
|
|
|
6812
6817
|
* @param UpdateProjectRequest
|
|
6813
6818
|
* @return UpdateProjectResponse
|
|
6814
6819
|
* @throws OciError when an error occurs
|
|
6815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
6820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/datascience/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
6816
6821
|
*/
|
|
6817
6822
|
updateProject(updateProjectRequest) {
|
|
6818
6823
|
return __awaiter(this, void 0, void 0, function* () {
|