oci-datascience 2.11.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +103 -61
- package/lib/client.js +172 -63
- package/lib/client.js.map +1 -1
- package/lib/model/fast-launch-job-config-summary.d.ts +73 -0
- package/lib/model/fast-launch-job-config-summary.js +53 -0
- package/lib/model/fast-launch-job-config-summary.js.map +1 -0
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +4 -2
- package/lib/model/index.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-work-request-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-notebook-session-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-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 +1 -1
- package/lib/request/create-model-artifact-request.d.ts +1 -1
- package/lib/request/create-model-deployment-request.d.ts +1 -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-notebook-session-request.d.ts +1 -1
- package/lib/request/create-project-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-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-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-project-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-notebook-session-request.d.ts +1 -1
- package/lib/request/get-project-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/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-fast-launch-job-configs-request.d.ts +45 -0
- package/lib/request/list-fast-launch-job-configs-request.js +15 -0
- package/lib/request/list-fast-launch-job-configs-request.js.map +1 -0
- 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-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-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-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 +2 -2
- 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-notebook-session-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/response/index.d.ts +2 -0
- package/lib/response/list-fast-launch-job-configs-response.d.ts +35 -0
- package/lib/response/list-fast-launch-job-configs-response.js +15 -0
- package/lib/response/list-fast-launch-job-configs-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -112,7 +112,7 @@ class DataScienceClient {
|
|
|
112
112
|
* @param region The region of the service.
|
|
113
113
|
*/
|
|
114
114
|
set region(region) {
|
|
115
|
-
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DataScienceClient.serviceEndpointTemplate, region);
|
|
115
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DataScienceClient.serviceEndpointTemplate, region, DataScienceClient.endpointServiceName);
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
118
|
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
@@ -123,7 +123,7 @@ class DataScienceClient {
|
|
|
123
123
|
* @param regionId The public region ID.
|
|
124
124
|
*/
|
|
125
125
|
set regionId(regionId) {
|
|
126
|
-
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(DataScienceClient.serviceEndpointTemplate, regionId);
|
|
126
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(DataScienceClient.serviceEndpointTemplate, regionId, DataScienceClient.endpointServiceName);
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
129
|
* Creates a new DataScienceWaiter for resources for this service.
|
|
@@ -152,7 +152,7 @@ class DataScienceClient {
|
|
|
152
152
|
* @param ActivateModelRequest
|
|
153
153
|
* @return ActivateModelResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ActivateModel.ts.html |here} to see how to use ActivateModel API.
|
|
156
156
|
*/
|
|
157
157
|
activateModel(activateModelRequest) {
|
|
158
158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -214,7 +214,7 @@ class DataScienceClient {
|
|
|
214
214
|
* @param ActivateModelDeploymentRequest
|
|
215
215
|
* @return ActivateModelDeploymentResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeployment API.
|
|
218
218
|
*/
|
|
219
219
|
activateModelDeployment(activateModelDeploymentRequest) {
|
|
220
220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -272,7 +272,7 @@ class DataScienceClient {
|
|
|
272
272
|
* @param ActivateNotebookSessionRequest
|
|
273
273
|
* @return ActivateNotebookSessionResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSession API.
|
|
276
276
|
*/
|
|
277
277
|
activateNotebookSession(activateNotebookSessionRequest) {
|
|
278
278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -330,7 +330,7 @@ class DataScienceClient {
|
|
|
330
330
|
* @param CancelJobRunRequest
|
|
331
331
|
* @return CancelJobRunResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRun API.
|
|
334
334
|
*/
|
|
335
335
|
cancelJobRun(cancelJobRunRequest) {
|
|
336
336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -383,7 +383,7 @@ class DataScienceClient {
|
|
|
383
383
|
* @param CancelWorkRequestRequest
|
|
384
384
|
* @return CancelWorkRequestResponse
|
|
385
385
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
387
387
|
*/
|
|
388
388
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
389
389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -436,7 +436,7 @@ class DataScienceClient {
|
|
|
436
436
|
* @param ChangeJobCompartmentRequest
|
|
437
437
|
* @return ChangeJobCompartmentResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
440
440
|
*/
|
|
441
441
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
442
442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -490,7 +490,7 @@ class DataScienceClient {
|
|
|
490
490
|
* @param ChangeJobRunCompartmentRequest
|
|
491
491
|
* @return ChangeJobRunCompartmentResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartment API.
|
|
494
494
|
*/
|
|
495
495
|
changeJobRunCompartment(changeJobRunCompartmentRequest) {
|
|
496
496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -544,7 +544,7 @@ class DataScienceClient {
|
|
|
544
544
|
* @param ChangeModelCompartmentRequest
|
|
545
545
|
* @return ChangeModelCompartmentResponse
|
|
546
546
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
548
548
|
*/
|
|
549
549
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
550
550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -599,7 +599,7 @@ class DataScienceClient {
|
|
|
599
599
|
* @param ChangeModelDeploymentCompartmentRequest
|
|
600
600
|
* @return ChangeModelDeploymentCompartmentResponse
|
|
601
601
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartment API.
|
|
603
603
|
*/
|
|
604
604
|
changeModelDeploymentCompartment(changeModelDeploymentCompartmentRequest) {
|
|
605
605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -654,7 +654,7 @@ class DataScienceClient {
|
|
|
654
654
|
* @param ChangeNotebookSessionCompartmentRequest
|
|
655
655
|
* @return ChangeNotebookSessionCompartmentResponse
|
|
656
656
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartment API.
|
|
658
658
|
*/
|
|
659
659
|
changeNotebookSessionCompartment(changeNotebookSessionCompartmentRequest) {
|
|
660
660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -709,7 +709,7 @@ class DataScienceClient {
|
|
|
709
709
|
* @param ChangeProjectCompartmentRequest
|
|
710
710
|
* @return ChangeProjectCompartmentResponse
|
|
711
711
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
713
713
|
*/
|
|
714
714
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
715
715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -764,7 +764,7 @@ class DataScienceClient {
|
|
|
764
764
|
* @param CreateJobRequest
|
|
765
765
|
* @return CreateJobResponse
|
|
766
766
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
768
768
|
*/
|
|
769
769
|
createJob(createJobRequest) {
|
|
770
770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -825,7 +825,7 @@ class DataScienceClient {
|
|
|
825
825
|
* @param CreateJobArtifactRequest
|
|
826
826
|
* @return CreateJobArtifactResponse
|
|
827
827
|
* @throws OciError when an error occurs
|
|
828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifact API.
|
|
829
829
|
*/
|
|
830
830
|
createJobArtifact(createJobArtifactRequest) {
|
|
831
831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -886,7 +886,7 @@ class DataScienceClient {
|
|
|
886
886
|
* @param CreateJobRunRequest
|
|
887
887
|
* @return CreateJobRunResponse
|
|
888
888
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRun API.
|
|
890
890
|
*/
|
|
891
891
|
createJobRun(createJobRunRequest) {
|
|
892
892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -947,7 +947,7 @@ class DataScienceClient {
|
|
|
947
947
|
* @param CreateModelRequest
|
|
948
948
|
* @return CreateModelResponse
|
|
949
949
|
* @throws OciError when an error occurs
|
|
950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
951
951
|
*/
|
|
952
952
|
createModel(createModelRequest) {
|
|
953
953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1008,7 +1008,7 @@ class DataScienceClient {
|
|
|
1008
1008
|
* @param CreateModelArtifactRequest
|
|
1009
1009
|
* @return CreateModelArtifactResponse
|
|
1010
1010
|
* @throws OciError when an error occurs
|
|
1011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifact API.
|
|
1012
1012
|
*/
|
|
1013
1013
|
createModelArtifact(createModelArtifactRequest) {
|
|
1014
1014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1069,7 +1069,7 @@ class DataScienceClient {
|
|
|
1069
1069
|
* @param CreateModelDeploymentRequest
|
|
1070
1070
|
* @return CreateModelDeploymentResponse
|
|
1071
1071
|
* @throws OciError when an error occurs
|
|
1072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeployment API.
|
|
1073
1073
|
*/
|
|
1074
1074
|
createModelDeployment(createModelDeploymentRequest) {
|
|
1075
1075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1140,7 +1140,7 @@ class DataScienceClient {
|
|
|
1140
1140
|
* @param CreateModelProvenanceRequest
|
|
1141
1141
|
* @return CreateModelProvenanceResponse
|
|
1142
1142
|
* @throws OciError when an error occurs
|
|
1143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenance API.
|
|
1144
1144
|
*/
|
|
1145
1145
|
createModelProvenance(createModelProvenanceRequest) {
|
|
1146
1146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1203,7 +1203,7 @@ class DataScienceClient {
|
|
|
1203
1203
|
* @param CreateNotebookSessionRequest
|
|
1204
1204
|
* @return CreateNotebookSessionResponse
|
|
1205
1205
|
* @throws OciError when an error occurs
|
|
1206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSession API.
|
|
1207
1207
|
*/
|
|
1208
1208
|
createNotebookSession(createNotebookSessionRequest) {
|
|
1209
1209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1274,7 +1274,7 @@ class DataScienceClient {
|
|
|
1274
1274
|
* @param CreateProjectRequest
|
|
1275
1275
|
* @return CreateProjectResponse
|
|
1276
1276
|
* @throws OciError when an error occurs
|
|
1277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1278
1278
|
*/
|
|
1279
1279
|
createProject(createProjectRequest) {
|
|
1280
1280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1335,7 +1335,7 @@ class DataScienceClient {
|
|
|
1335
1335
|
* @param DeactivateModelRequest
|
|
1336
1336
|
* @return DeactivateModelResponse
|
|
1337
1337
|
* @throws OciError when an error occurs
|
|
1338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModel API.
|
|
1339
1339
|
*/
|
|
1340
1340
|
deactivateModel(deactivateModelRequest) {
|
|
1341
1341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1397,7 +1397,7 @@ class DataScienceClient {
|
|
|
1397
1397
|
* @param DeactivateModelDeploymentRequest
|
|
1398
1398
|
* @return DeactivateModelDeploymentResponse
|
|
1399
1399
|
* @throws OciError when an error occurs
|
|
1400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeployment API.
|
|
1401
1401
|
*/
|
|
1402
1402
|
deactivateModelDeployment(deactivateModelDeploymentRequest) {
|
|
1403
1403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1455,7 +1455,7 @@ class DataScienceClient {
|
|
|
1455
1455
|
* @param DeactivateNotebookSessionRequest
|
|
1456
1456
|
* @return DeactivateNotebookSessionResponse
|
|
1457
1457
|
* @throws OciError when an error occurs
|
|
1458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSession API.
|
|
1459
1459
|
*/
|
|
1460
1460
|
deactivateNotebookSession(deactivateNotebookSessionRequest) {
|
|
1461
1461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1513,7 +1513,7 @@ class DataScienceClient {
|
|
|
1513
1513
|
* @param DeleteJobRequest
|
|
1514
1514
|
* @return DeleteJobResponse
|
|
1515
1515
|
* @throws OciError when an error occurs
|
|
1516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
1517
1517
|
*/
|
|
1518
1518
|
deleteJob(deleteJobRequest) {
|
|
1519
1519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1573,7 +1573,7 @@ class DataScienceClient {
|
|
|
1573
1573
|
* @param DeleteJobRunRequest
|
|
1574
1574
|
* @return DeleteJobRunResponse
|
|
1575
1575
|
* @throws OciError when an error occurs
|
|
1576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRun API.
|
|
1577
1577
|
*/
|
|
1578
1578
|
deleteJobRun(deleteJobRunRequest) {
|
|
1579
1579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1626,7 +1626,7 @@ class DataScienceClient {
|
|
|
1626
1626
|
* @param DeleteModelRequest
|
|
1627
1627
|
* @return DeleteModelResponse
|
|
1628
1628
|
* @throws OciError when an error occurs
|
|
1629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1630
1630
|
*/
|
|
1631
1631
|
deleteModel(deleteModelRequest) {
|
|
1632
1632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1679,7 +1679,7 @@ class DataScienceClient {
|
|
|
1679
1679
|
* @param DeleteModelDeploymentRequest
|
|
1680
1680
|
* @return DeleteModelDeploymentResponse
|
|
1681
1681
|
* @throws OciError when an error occurs
|
|
1682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeployment API.
|
|
1683
1683
|
*/
|
|
1684
1684
|
deleteModelDeployment(deleteModelDeploymentRequest) {
|
|
1685
1685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1737,7 +1737,7 @@ class DataScienceClient {
|
|
|
1737
1737
|
* @param DeleteNotebookSessionRequest
|
|
1738
1738
|
* @return DeleteNotebookSessionResponse
|
|
1739
1739
|
* @throws OciError when an error occurs
|
|
1740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSession API.
|
|
1741
1741
|
*/
|
|
1742
1742
|
deleteNotebookSession(deleteNotebookSessionRequest) {
|
|
1743
1743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1795,7 +1795,7 @@ class DataScienceClient {
|
|
|
1795
1795
|
* @param DeleteProjectRequest
|
|
1796
1796
|
* @return DeleteProjectResponse
|
|
1797
1797
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1799
1799
|
*/
|
|
1800
1800
|
deleteProject(deleteProjectRequest) {
|
|
1801
1801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1853,7 +1853,7 @@ class DataScienceClient {
|
|
|
1853
1853
|
* @param GetJobRequest
|
|
1854
1854
|
* @return GetJobResponse
|
|
1855
1855
|
* @throws OciError when an error occurs
|
|
1856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1857
1857
|
*/
|
|
1858
1858
|
getJob(getJobRequest) {
|
|
1859
1859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1914,7 +1914,7 @@ class DataScienceClient {
|
|
|
1914
1914
|
* @param GetJobArtifactContentRequest
|
|
1915
1915
|
* @return GetJobArtifactContentResponse
|
|
1916
1916
|
* @throws OciError when an error occurs
|
|
1917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContent API.
|
|
1918
1918
|
*/
|
|
1919
1919
|
getJobArtifactContent(getJobArtifactContentRequest) {
|
|
1920
1920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1995,7 +1995,7 @@ class DataScienceClient {
|
|
|
1995
1995
|
* @param GetJobRunRequest
|
|
1996
1996
|
* @return GetJobRunResponse
|
|
1997
1997
|
* @throws OciError when an error occurs
|
|
1998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
1999
1999
|
*/
|
|
2000
2000
|
getJobRun(getJobRunRequest) {
|
|
2001
2001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2056,7 +2056,7 @@ class DataScienceClient {
|
|
|
2056
2056
|
* @param GetModelRequest
|
|
2057
2057
|
* @return GetModelResponse
|
|
2058
2058
|
* @throws OciError when an error occurs
|
|
2059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetModel.ts.html |here} to see how to use GetModel API.
|
|
2060
2060
|
*/
|
|
2061
2061
|
getModel(getModelRequest) {
|
|
2062
2062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2117,7 +2117,7 @@ class DataScienceClient {
|
|
|
2117
2117
|
* @param GetModelArtifactContentRequest
|
|
2118
2118
|
* @return GetModelArtifactContentResponse
|
|
2119
2119
|
* @throws OciError when an error occurs
|
|
2120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContent API.
|
|
2121
2121
|
*/
|
|
2122
2122
|
getModelArtifactContent(getModelArtifactContentRequest) {
|
|
2123
2123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2198,7 +2198,7 @@ class DataScienceClient {
|
|
|
2198
2198
|
* @param GetModelDeploymentRequest
|
|
2199
2199
|
* @return GetModelDeploymentResponse
|
|
2200
2200
|
* @throws OciError when an error occurs
|
|
2201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeployment API.
|
|
2202
2202
|
*/
|
|
2203
2203
|
getModelDeployment(getModelDeploymentRequest) {
|
|
2204
2204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2259,7 +2259,7 @@ class DataScienceClient {
|
|
|
2259
2259
|
* @param GetModelProvenanceRequest
|
|
2260
2260
|
* @return GetModelProvenanceResponse
|
|
2261
2261
|
* @throws OciError when an error occurs
|
|
2262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenance API.
|
|
2263
2263
|
*/
|
|
2264
2264
|
getModelProvenance(getModelProvenanceRequest) {
|
|
2265
2265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2320,7 +2320,7 @@ class DataScienceClient {
|
|
|
2320
2320
|
* @param GetNotebookSessionRequest
|
|
2321
2321
|
* @return GetNotebookSessionResponse
|
|
2322
2322
|
* @throws OciError when an error occurs
|
|
2323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSession API.
|
|
2324
2324
|
*/
|
|
2325
2325
|
getNotebookSession(getNotebookSessionRequest) {
|
|
2326
2326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2381,7 +2381,7 @@ class DataScienceClient {
|
|
|
2381
2381
|
* @param GetProjectRequest
|
|
2382
2382
|
* @return GetProjectResponse
|
|
2383
2383
|
* @throws OciError when an error occurs
|
|
2384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetProject.ts.html |here} to see how to use GetProject API.
|
|
2385
2385
|
*/
|
|
2386
2386
|
getProject(getProjectRequest) {
|
|
2387
2387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2442,7 +2442,7 @@ class DataScienceClient {
|
|
|
2442
2442
|
* @param GetWorkRequestRequest
|
|
2443
2443
|
* @return GetWorkRequestResponse
|
|
2444
2444
|
* @throws OciError when an error occurs
|
|
2445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2446
2446
|
*/
|
|
2447
2447
|
getWorkRequest(getWorkRequestRequest) {
|
|
2448
2448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2508,7 +2508,7 @@ class DataScienceClient {
|
|
|
2508
2508
|
* @param HeadJobArtifactRequest
|
|
2509
2509
|
* @return HeadJobArtifactResponse
|
|
2510
2510
|
* @throws OciError when an error occurs
|
|
2511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifact API.
|
|
2512
2512
|
*/
|
|
2513
2513
|
headJobArtifact(headJobArtifactRequest) {
|
|
2514
2514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2585,7 +2585,7 @@ class DataScienceClient {
|
|
|
2585
2585
|
* @param HeadModelArtifactRequest
|
|
2586
2586
|
* @return HeadModelArtifactResponse
|
|
2587
2587
|
* @throws OciError when an error occurs
|
|
2588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifact API.
|
|
2589
2589
|
*/
|
|
2590
2590
|
headModelArtifact(headModelArtifactRequest) {
|
|
2591
2591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2656,13 +2656,121 @@ class DataScienceClient {
|
|
|
2656
2656
|
}
|
|
2657
2657
|
});
|
|
2658
2658
|
}
|
|
2659
|
+
/**
|
|
2660
|
+
* List fast launch capable job configs in the specified compartment.
|
|
2661
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2662
|
+
* @param ListFastLaunchJobConfigsRequest
|
|
2663
|
+
* @return ListFastLaunchJobConfigsResponse
|
|
2664
|
+
* @throws OciError when an error occurs
|
|
2665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigs API.
|
|
2666
|
+
*/
|
|
2667
|
+
listFastLaunchJobConfigs(listFastLaunchJobConfigsRequest) {
|
|
2668
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2669
|
+
if (this.logger)
|
|
2670
|
+
this.logger.debug("Calling operation DataScienceClient#listFastLaunchJobConfigs.");
|
|
2671
|
+
const pathParams = {};
|
|
2672
|
+
const queryParams = {
|
|
2673
|
+
"compartmentId": listFastLaunchJobConfigsRequest.compartmentId,
|
|
2674
|
+
"limit": listFastLaunchJobConfigsRequest.limit,
|
|
2675
|
+
"page": listFastLaunchJobConfigsRequest.page
|
|
2676
|
+
};
|
|
2677
|
+
let headerParams = {
|
|
2678
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2679
|
+
"opc-request-id": listFastLaunchJobConfigsRequest.opcRequestId
|
|
2680
|
+
};
|
|
2681
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2682
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFastLaunchJobConfigsRequest.retryConfiguration, specRetryConfiguration);
|
|
2683
|
+
if (this.logger)
|
|
2684
|
+
retrier.logger = this.logger;
|
|
2685
|
+
const request = yield oci_common_2.composeRequest({
|
|
2686
|
+
baseEndpoint: this._endpoint,
|
|
2687
|
+
defaultHeaders: this._defaultHeaders,
|
|
2688
|
+
path: "/fastLaunchJobConfigs",
|
|
2689
|
+
method: "GET",
|
|
2690
|
+
pathParams: pathParams,
|
|
2691
|
+
headerParams: headerParams,
|
|
2692
|
+
queryParams: queryParams
|
|
2693
|
+
});
|
|
2694
|
+
try {
|
|
2695
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2696
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
2697
|
+
responseObject: {},
|
|
2698
|
+
body: yield response.json(),
|
|
2699
|
+
bodyKey: "items",
|
|
2700
|
+
bodyModel: model.FastLaunchJobConfigSummary,
|
|
2701
|
+
type: "Array<model.FastLaunchJobConfigSummary>",
|
|
2702
|
+
responseHeaders: [
|
|
2703
|
+
{
|
|
2704
|
+
value: response.headers.get("opc-next-page"),
|
|
2705
|
+
key: "opcNextPage",
|
|
2706
|
+
dataType: "string"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
value: response.headers.get("opc-prev-page"),
|
|
2710
|
+
key: "opcPrevPage",
|
|
2711
|
+
dataType: "string"
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
value: response.headers.get("opc-request-id"),
|
|
2715
|
+
key: "opcRequestId",
|
|
2716
|
+
dataType: "string"
|
|
2717
|
+
}
|
|
2718
|
+
]
|
|
2719
|
+
});
|
|
2720
|
+
return sdkResponse;
|
|
2721
|
+
}
|
|
2722
|
+
catch (err) {
|
|
2723
|
+
throw err;
|
|
2724
|
+
}
|
|
2725
|
+
});
|
|
2726
|
+
}
|
|
2727
|
+
/**
|
|
2728
|
+
* NOTE: This function is deprecated in favor of listFastLaunchJobConfigsRecordIterator function.
|
|
2729
|
+
* Creates a new async iterator which will iterate over the models.FastLaunchJobConfigSummary objects
|
|
2730
|
+
* contained in responses from the listFastLaunchJobConfigs operation. This iterator will fetch more data from the
|
|
2731
|
+
* server as needed.
|
|
2732
|
+
*
|
|
2733
|
+
* @param request a request which can be sent to the service operation
|
|
2734
|
+
*/
|
|
2735
|
+
listAllFastLaunchJobConfigs(request) {
|
|
2736
|
+
return oci_common_1.paginateRecords(request, req => this.listFastLaunchJobConfigs(req));
|
|
2737
|
+
}
|
|
2738
|
+
/**
|
|
2739
|
+
* NOTE: This function is deprecated in favor of listFastLaunchJobConfigsResponseIterator function.
|
|
2740
|
+
* Creates a new async iterator which will iterate over the responses received from the listFastLaunchJobConfigs operation. This iterator
|
|
2741
|
+
* will fetch more data from the server as needed.
|
|
2742
|
+
*
|
|
2743
|
+
* @param request a request which can be sent to the service operation
|
|
2744
|
+
*/
|
|
2745
|
+
listAllFastLaunchJobConfigsResponses(request) {
|
|
2746
|
+
return oci_common_1.paginateResponses(request, req => this.listFastLaunchJobConfigs(req));
|
|
2747
|
+
}
|
|
2748
|
+
/**
|
|
2749
|
+
* Creates a new async iterator which will iterate over the models.FastLaunchJobConfigSummary objects
|
|
2750
|
+
* contained in responses from the listFastLaunchJobConfigs operation. This iterator will fetch more data from the
|
|
2751
|
+
* server as needed.
|
|
2752
|
+
*
|
|
2753
|
+
* @param request a request which can be sent to the service operation
|
|
2754
|
+
*/
|
|
2755
|
+
listFastLaunchJobConfigsRecordIterator(request) {
|
|
2756
|
+
return oci_common_1.paginateRecords(request, req => this.listFastLaunchJobConfigs(req));
|
|
2757
|
+
}
|
|
2758
|
+
/**
|
|
2759
|
+
* Creates a new async iterator which will iterate over the responses received from the listFastLaunchJobConfigs operation. This iterator
|
|
2760
|
+
* will fetch more data from the server as needed.
|
|
2761
|
+
*
|
|
2762
|
+
* @param request a request which can be sent to the service operation
|
|
2763
|
+
*/
|
|
2764
|
+
listFastLaunchJobConfigsResponseIterator(request) {
|
|
2765
|
+
return oci_common_1.paginateResponses(request, req => this.listFastLaunchJobConfigs(req));
|
|
2766
|
+
}
|
|
2659
2767
|
/**
|
|
2660
2768
|
* List out job runs.
|
|
2661
2769
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2662
2770
|
* @param ListJobRunsRequest
|
|
2663
2771
|
* @return ListJobRunsResponse
|
|
2664
2772
|
* @throws OciError when an error occurs
|
|
2665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
2666
2774
|
*/
|
|
2667
2775
|
listJobRuns(listJobRunsRequest) {
|
|
2668
2776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2777,7 +2885,7 @@ class DataScienceClient {
|
|
|
2777
2885
|
* @param ListJobShapesRequest
|
|
2778
2886
|
* @return ListJobShapesResponse
|
|
2779
2887
|
* @throws OciError when an error occurs
|
|
2780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapes API.
|
|
2781
2889
|
*/
|
|
2782
2890
|
listJobShapes(listJobShapesRequest) {
|
|
2783
2891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2885,7 +2993,7 @@ class DataScienceClient {
|
|
|
2885
2993
|
* @param ListJobsRequest
|
|
2886
2994
|
* @return ListJobsResponse
|
|
2887
2995
|
* @throws OciError when an error occurs
|
|
2888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
2889
2997
|
*/
|
|
2890
2998
|
listJobs(listJobsRequest) {
|
|
2891
2999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3000,7 +3108,7 @@ class DataScienceClient {
|
|
|
3000
3108
|
* @param ListModelDeploymentShapesRequest
|
|
3001
3109
|
* @return ListModelDeploymentShapesResponse
|
|
3002
3110
|
* @throws OciError when an error occurs
|
|
3003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapes API.
|
|
3004
3112
|
*/
|
|
3005
3113
|
listModelDeploymentShapes(listModelDeploymentShapesRequest) {
|
|
3006
3114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3109,7 +3217,7 @@ class DataScienceClient {
|
|
|
3109
3217
|
* @param ListModelDeploymentsRequest
|
|
3110
3218
|
* @return ListModelDeploymentsResponse
|
|
3111
3219
|
* @throws OciError when an error occurs
|
|
3112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeployments API.
|
|
3113
3221
|
*/
|
|
3114
3222
|
listModelDeployments(listModelDeploymentsRequest) {
|
|
3115
3223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3224,7 +3332,7 @@ class DataScienceClient {
|
|
|
3224
3332
|
* @param ListModelsRequest
|
|
3225
3333
|
* @return ListModelsResponse
|
|
3226
3334
|
* @throws OciError when an error occurs
|
|
3227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListModels.ts.html |here} to see how to use ListModels API.
|
|
3228
3336
|
*/
|
|
3229
3337
|
listModels(listModelsRequest) {
|
|
3230
3338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3339,7 +3447,7 @@ class DataScienceClient {
|
|
|
3339
3447
|
* @param ListNotebookSessionShapesRequest
|
|
3340
3448
|
* @return ListNotebookSessionShapesResponse
|
|
3341
3449
|
* @throws OciError when an error occurs
|
|
3342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapes API.
|
|
3343
3451
|
*/
|
|
3344
3452
|
listNotebookSessionShapes(listNotebookSessionShapesRequest) {
|
|
3345
3453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3447,7 +3555,7 @@ class DataScienceClient {
|
|
|
3447
3555
|
* @param ListNotebookSessionsRequest
|
|
3448
3556
|
* @return ListNotebookSessionsResponse
|
|
3449
3557
|
* @throws OciError when an error occurs
|
|
3450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessions API.
|
|
3451
3559
|
*/
|
|
3452
3560
|
listNotebookSessions(listNotebookSessionsRequest) {
|
|
3453
3561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3562,7 +3670,7 @@ class DataScienceClient {
|
|
|
3562
3670
|
* @param ListProjectsRequest
|
|
3563
3671
|
* @return ListProjectsResponse
|
|
3564
3672
|
* @throws OciError when an error occurs
|
|
3565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
3566
3674
|
*/
|
|
3567
3675
|
listProjects(listProjectsRequest) {
|
|
3568
3676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3676,7 +3784,7 @@ class DataScienceClient {
|
|
|
3676
3784
|
* @param ListWorkRequestErrorsRequest
|
|
3677
3785
|
* @return ListWorkRequestErrorsResponse
|
|
3678
3786
|
* @throws OciError when an error occurs
|
|
3679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3680
3788
|
*/
|
|
3681
3789
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3682
3790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3732,7 +3840,7 @@ class DataScienceClient {
|
|
|
3732
3840
|
* @param ListWorkRequestLogsRequest
|
|
3733
3841
|
* @return ListWorkRequestLogsResponse
|
|
3734
3842
|
* @throws OciError when an error occurs
|
|
3735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3736
3844
|
*/
|
|
3737
3845
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3738
3846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3788,7 +3896,7 @@ class DataScienceClient {
|
|
|
3788
3896
|
* @param ListWorkRequestsRequest
|
|
3789
3897
|
* @return ListWorkRequestsResponse
|
|
3790
3898
|
* @throws OciError when an error occurs
|
|
3791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3792
3900
|
*/
|
|
3793
3901
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3794
3902
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3901,7 +4009,7 @@ class DataScienceClient {
|
|
|
3901
4009
|
* @param UpdateJobRequest
|
|
3902
4010
|
* @return UpdateJobResponse
|
|
3903
4011
|
* @throws OciError when an error occurs
|
|
3904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
3905
4013
|
*/
|
|
3906
4014
|
updateJob(updateJobRequest) {
|
|
3907
4015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3964,7 +4072,7 @@ class DataScienceClient {
|
|
|
3964
4072
|
* @param UpdateJobRunRequest
|
|
3965
4073
|
* @return UpdateJobRunResponse
|
|
3966
4074
|
* @throws OciError when an error occurs
|
|
3967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRun API.
|
|
3968
4076
|
*/
|
|
3969
4077
|
updateJobRun(updateJobRunRequest) {
|
|
3970
4078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4027,7 +4135,7 @@ class DataScienceClient {
|
|
|
4027
4135
|
* @param UpdateModelRequest
|
|
4028
4136
|
* @return UpdateModelResponse
|
|
4029
4137
|
* @throws OciError when an error occurs
|
|
4030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
4031
4139
|
*/
|
|
4032
4140
|
updateModel(updateModelRequest) {
|
|
4033
4141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4086,7 +4194,7 @@ class DataScienceClient {
|
|
|
4086
4194
|
}
|
|
4087
4195
|
/**
|
|
4088
4196
|
* Updates the properties of a model deployment. Some of the properties of `modelDeploymentConfigurationDetails` or `CategoryLogDetails` can also be updated with zero down time
|
|
4089
|
-
* when the model deployment
|
|
4197
|
+
* when the model deployment's lifecycle state is ACTIVE or NEEDS_ATTENTION i.e `instanceShapeName`, `instanceCount` and `modelId`, separately `loadBalancerShape` or `CategoryLogDetails`
|
|
4090
4198
|
* can also be updated independently. All of the fields can be updated when the deployment is in the INACTIVE lifecycle state. Changes will take effect the next time the model
|
|
4091
4199
|
* deployment is activated.
|
|
4092
4200
|
*
|
|
@@ -4094,7 +4202,7 @@ class DataScienceClient {
|
|
|
4094
4202
|
* @param UpdateModelDeploymentRequest
|
|
4095
4203
|
* @return UpdateModelDeploymentResponse
|
|
4096
4204
|
* @throws OciError when an error occurs
|
|
4097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeployment API.
|
|
4098
4206
|
*/
|
|
4099
4207
|
updateModelDeployment(updateModelDeploymentRequest) {
|
|
4100
4208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4153,7 +4261,7 @@ class DataScienceClient {
|
|
|
4153
4261
|
* @param UpdateModelProvenanceRequest
|
|
4154
4262
|
* @return UpdateModelProvenanceResponse
|
|
4155
4263
|
* @throws OciError when an error occurs
|
|
4156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenance API.
|
|
4157
4265
|
*/
|
|
4158
4266
|
updateModelProvenance(updateModelProvenanceRequest) {
|
|
4159
4267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4219,7 +4327,7 @@ class DataScienceClient {
|
|
|
4219
4327
|
* @param UpdateNotebookSessionRequest
|
|
4220
4328
|
* @return UpdateNotebookSessionResponse
|
|
4221
4329
|
* @throws OciError when an error occurs
|
|
4222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSession API.
|
|
4223
4331
|
*/
|
|
4224
4332
|
updateNotebookSession(updateNotebookSessionRequest) {
|
|
4225
4333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4282,7 +4390,7 @@ class DataScienceClient {
|
|
|
4282
4390
|
* @param UpdateProjectRequest
|
|
4283
4391
|
* @return UpdateProjectResponse
|
|
4284
4392
|
* @throws OciError when an error occurs
|
|
4285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/datascience/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
4286
4394
|
*/
|
|
4287
4395
|
updateProject(updateProjectRequest) {
|
|
4288
4396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4342,4 +4450,5 @@ class DataScienceClient {
|
|
|
4342
4450
|
}
|
|
4343
4451
|
exports.DataScienceClient = DataScienceClient;
|
|
4344
4452
|
DataScienceClient.serviceEndpointTemplate = "https://datascience.{region}.oci.{secondLevelDomain}";
|
|
4453
|
+
DataScienceClient.endpointServiceName = "";
|
|
4345
4454
|
//# sourceMappingURL=client.js.map
|