oci-datascience 2.78.0 → 2.79.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +91 -92
- package/lib/client.js +184 -462
- package/lib/client.js.map +1 -1
- package/lib/model/artifact-export-details.js +2 -4
- package/lib/model/artifact-export-details.js.map +1 -1
- package/lib/model/artifact-import-details.js +2 -4
- package/lib/model/artifact-import-details.js.map +1 -1
- package/lib/model/job-configuration-details.js +2 -4
- package/lib/model/job-configuration-details.js.map +1 -1
- package/lib/model/job-infrastructure-configuration-details.js +2 -4
- package/lib/model/job-infrastructure-configuration-details.js.map +1 -1
- package/lib/model/model-deployment-configuration-details.js +2 -4
- package/lib/model/model-deployment-configuration-details.js.map +1 -1
- package/lib/model/model-deployment-environment-configuration-details.js +2 -4
- package/lib/model/model-deployment-environment-configuration-details.js.map +1 -1
- package/lib/model/pipeline-configuration-details.js +2 -4
- package/lib/model/pipeline-configuration-details.js.map +1 -1
- package/lib/model/pipeline-step-details.js +2 -4
- package/lib/model/pipeline-step-details.js.map +1 -1
- package/lib/model/pipeline-step-run.js +2 -4
- package/lib/model/pipeline-step-run.js.map +1 -1
- package/lib/model/pipeline-step-update-details.js +2 -4
- package/lib/model/pipeline-step-update-details.js.map +1 -1
- package/lib/model/scaling-policy.js +2 -4
- package/lib/model/scaling-policy.js.map +1 -1
- package/lib/model/storage-mount-configuration-details.js +2 -4
- package/lib/model/storage-mount-configuration-details.js.map +1 -1
- package/lib/model/update-model-deployment-configuration-details.js +2 -4
- package/lib/model/update-model-deployment-configuration-details.js.map +1 -1
- package/lib/model/update-model-deployment-environment-configuration-details.js +2 -4
- package/lib/model/update-model-deployment-environment-configuration-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 +1 -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 +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-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 +1 -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
|
@@ -118,11 +118,7 @@ class DataScienceClient {
|
|
|
118
118
|
set endpoint(endpoint) {
|
|
119
119
|
this._endpoint = endpoint;
|
|
120
120
|
this._endpoint = this._endpoint + "/20190101";
|
|
121
|
-
|
|
122
|
-
this.logger.info(`DataScienceClient endpoint set to ${this._endpoint}`);
|
|
123
|
-
}
|
|
124
|
-
get logger() {
|
|
125
|
-
return common.LOG.logger;
|
|
121
|
+
oci_common_2.logger.info(`DataScienceClient endpoint set to ${this._endpoint}`);
|
|
126
122
|
}
|
|
127
123
|
/**
|
|
128
124
|
* Determines whether realm specific endpoint should be used or not.
|
|
@@ -131,8 +127,7 @@ class DataScienceClient {
|
|
|
131
127
|
*/
|
|
132
128
|
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
133
129
|
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
134
|
-
|
|
135
|
-
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
130
|
+
oci_common_2.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
136
131
|
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
137
132
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DataScienceClient.serviceEndpointTemplate, this._region, DataScienceClient.endpointServiceName);
|
|
138
133
|
}
|
|
@@ -198,12 +193,11 @@ class DataScienceClient {
|
|
|
198
193
|
* @param ActivateModelRequest
|
|
199
194
|
* @return ActivateModelResponse
|
|
200
195
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ActivateModel.ts.html |here} to see how to use ActivateModel API.
|
|
202
197
|
*/
|
|
203
198
|
activateModel(activateModelRequest) {
|
|
204
199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
205
|
-
|
|
206
|
-
this.logger.debug("Calling operation DataScienceClient#activateModel.");
|
|
200
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#activateModel.");
|
|
207
201
|
const operationName = "activateModel";
|
|
208
202
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/ActivateModel";
|
|
209
203
|
const pathParams = {
|
|
@@ -217,8 +211,6 @@ class DataScienceClient {
|
|
|
217
211
|
};
|
|
218
212
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
219
213
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, activateModelRequest.retryConfiguration, specRetryConfiguration);
|
|
220
|
-
if (this.logger)
|
|
221
|
-
retrier.logger = this.logger;
|
|
222
214
|
const request = yield oci_common_2.composeRequest({
|
|
223
215
|
baseEndpoint: this._endpoint,
|
|
224
216
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -262,12 +254,11 @@ class DataScienceClient {
|
|
|
262
254
|
* @param ActivateModelDeploymentRequest
|
|
263
255
|
* @return ActivateModelDeploymentResponse
|
|
264
256
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeployment API.
|
|
266
258
|
*/
|
|
267
259
|
activateModelDeployment(activateModelDeploymentRequest) {
|
|
268
260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
269
|
-
|
|
270
|
-
this.logger.debug("Calling operation DataScienceClient#activateModelDeployment.");
|
|
261
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#activateModelDeployment.");
|
|
271
262
|
const operationName = "activateModelDeployment";
|
|
272
263
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeployment/ActivateModelDeployment";
|
|
273
264
|
const pathParams = {
|
|
@@ -281,8 +272,6 @@ class DataScienceClient {
|
|
|
281
272
|
};
|
|
282
273
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
283
274
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, activateModelDeploymentRequest.retryConfiguration, specRetryConfiguration);
|
|
284
|
-
if (this.logger)
|
|
285
|
-
retrier.logger = this.logger;
|
|
286
275
|
const request = yield oci_common_2.composeRequest({
|
|
287
276
|
baseEndpoint: this._endpoint,
|
|
288
277
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -322,12 +311,11 @@ class DataScienceClient {
|
|
|
322
311
|
* @param ActivateNotebookSessionRequest
|
|
323
312
|
* @return ActivateNotebookSessionResponse
|
|
324
313
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSession API.
|
|
326
315
|
*/
|
|
327
316
|
activateNotebookSession(activateNotebookSessionRequest) {
|
|
328
317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
329
|
-
|
|
330
|
-
this.logger.debug("Calling operation DataScienceClient#activateNotebookSession.");
|
|
318
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#activateNotebookSession.");
|
|
331
319
|
const operationName = "activateNotebookSession";
|
|
332
320
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSession/ActivateNotebookSession";
|
|
333
321
|
const pathParams = {
|
|
@@ -341,8 +329,6 @@ class DataScienceClient {
|
|
|
341
329
|
};
|
|
342
330
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
343
331
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, activateNotebookSessionRequest.retryConfiguration, specRetryConfiguration);
|
|
344
|
-
if (this.logger)
|
|
345
|
-
retrier.logger = this.logger;
|
|
346
332
|
const request = yield oci_common_2.composeRequest({
|
|
347
333
|
baseEndpoint: this._endpoint,
|
|
348
334
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -382,12 +368,11 @@ class DataScienceClient {
|
|
|
382
368
|
* @param CancelJobRunRequest
|
|
383
369
|
* @return CancelJobRunResponse
|
|
384
370
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRun API.
|
|
386
372
|
*/
|
|
387
373
|
cancelJobRun(cancelJobRunRequest) {
|
|
388
374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
389
|
-
|
|
390
|
-
this.logger.debug("Calling operation DataScienceClient#cancelJobRun.");
|
|
375
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#cancelJobRun.");
|
|
391
376
|
const operationName = "cancelJobRun";
|
|
392
377
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobRun/CancelJobRun";
|
|
393
378
|
const pathParams = {
|
|
@@ -401,8 +386,6 @@ class DataScienceClient {
|
|
|
401
386
|
};
|
|
402
387
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
403
388
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelJobRunRequest.retryConfiguration, specRetryConfiguration);
|
|
404
|
-
if (this.logger)
|
|
405
|
-
retrier.logger = this.logger;
|
|
406
389
|
const request = yield oci_common_2.composeRequest({
|
|
407
390
|
baseEndpoint: this._endpoint,
|
|
408
391
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -437,12 +420,11 @@ class DataScienceClient {
|
|
|
437
420
|
* @param CancelPipelineRunRequest
|
|
438
421
|
* @return CancelPipelineRunResponse
|
|
439
422
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRun API.
|
|
441
424
|
*/
|
|
442
425
|
cancelPipelineRun(cancelPipelineRunRequest) {
|
|
443
426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
444
|
-
|
|
445
|
-
this.logger.debug("Calling operation DataScienceClient#cancelPipelineRun.");
|
|
427
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#cancelPipelineRun.");
|
|
446
428
|
const operationName = "cancelPipelineRun";
|
|
447
429
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/PipelineRun/CancelPipelineRun";
|
|
448
430
|
const pathParams = {
|
|
@@ -457,8 +439,6 @@ class DataScienceClient {
|
|
|
457
439
|
};
|
|
458
440
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
459
441
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelPipelineRunRequest.retryConfiguration, specRetryConfiguration);
|
|
460
|
-
if (this.logger)
|
|
461
|
-
retrier.logger = this.logger;
|
|
462
442
|
const request = yield oci_common_2.composeRequest({
|
|
463
443
|
baseEndpoint: this._endpoint,
|
|
464
444
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -493,12 +473,11 @@ class DataScienceClient {
|
|
|
493
473
|
* @param CancelWorkRequestRequest
|
|
494
474
|
* @return CancelWorkRequestResponse
|
|
495
475
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
497
477
|
*/
|
|
498
478
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
499
479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
500
|
-
|
|
501
|
-
this.logger.debug("Calling operation DataScienceClient#cancelWorkRequest.");
|
|
480
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#cancelWorkRequest.");
|
|
502
481
|
const operationName = "cancelWorkRequest";
|
|
503
482
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/WorkRequest/CancelWorkRequest";
|
|
504
483
|
const pathParams = {
|
|
@@ -512,8 +491,6 @@ class DataScienceClient {
|
|
|
512
491
|
};
|
|
513
492
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
514
493
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
515
|
-
if (this.logger)
|
|
516
|
-
retrier.logger = this.logger;
|
|
517
494
|
const request = yield oci_common_2.composeRequest({
|
|
518
495
|
baseEndpoint: this._endpoint,
|
|
519
496
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -549,12 +526,11 @@ class DataScienceClient {
|
|
|
549
526
|
* @param ChangeDataSciencePrivateEndpointCompartmentRequest
|
|
550
527
|
* @return ChangeDataSciencePrivateEndpointCompartmentResponse
|
|
551
528
|
* @throws OciError when an error occurs
|
|
552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartment API.
|
|
553
530
|
*/
|
|
554
531
|
changeDataSciencePrivateEndpointCompartment(changeDataSciencePrivateEndpointCompartmentRequest) {
|
|
555
532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
556
|
-
|
|
557
|
-
this.logger.debug("Calling operation DataScienceClient#changeDataSciencePrivateEndpointCompartment.");
|
|
533
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changeDataSciencePrivateEndpointCompartment.");
|
|
558
534
|
const operationName = "changeDataSciencePrivateEndpointCompartment";
|
|
559
535
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/DataSciencePrivateEndpoint/ChangeDataSciencePrivateEndpointCompartment";
|
|
560
536
|
const pathParams = {
|
|
@@ -569,8 +545,6 @@ class DataScienceClient {
|
|
|
569
545
|
};
|
|
570
546
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
571
547
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeDataSciencePrivateEndpointCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
572
|
-
if (this.logger)
|
|
573
|
-
retrier.logger = this.logger;
|
|
574
548
|
const request = yield oci_common_2.composeRequest({
|
|
575
549
|
baseEndpoint: this._endpoint,
|
|
576
550
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -611,12 +585,11 @@ class DataScienceClient {
|
|
|
611
585
|
* @param ChangeJobCompartmentRequest
|
|
612
586
|
* @return ChangeJobCompartmentResponse
|
|
613
587
|
* @throws OciError when an error occurs
|
|
614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
615
589
|
*/
|
|
616
590
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
617
591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
618
|
-
|
|
619
|
-
this.logger.debug("Calling operation DataScienceClient#changeJobCompartment.");
|
|
592
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changeJobCompartment.");
|
|
620
593
|
const operationName = "changeJobCompartment";
|
|
621
594
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Job/ChangeJobCompartment";
|
|
622
595
|
const pathParams = {
|
|
@@ -630,8 +603,6 @@ class DataScienceClient {
|
|
|
630
603
|
};
|
|
631
604
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
632
605
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeJobCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
633
|
-
if (this.logger)
|
|
634
|
-
retrier.logger = this.logger;
|
|
635
606
|
const request = yield oci_common_2.composeRequest({
|
|
636
607
|
baseEndpoint: this._endpoint,
|
|
637
608
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -667,12 +638,11 @@ class DataScienceClient {
|
|
|
667
638
|
* @param ChangeJobRunCompartmentRequest
|
|
668
639
|
* @return ChangeJobRunCompartmentResponse
|
|
669
640
|
* @throws OciError when an error occurs
|
|
670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartment API.
|
|
671
642
|
*/
|
|
672
643
|
changeJobRunCompartment(changeJobRunCompartmentRequest) {
|
|
673
644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
674
|
-
|
|
675
|
-
this.logger.debug("Calling operation DataScienceClient#changeJobRunCompartment.");
|
|
645
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changeJobRunCompartment.");
|
|
676
646
|
const operationName = "changeJobRunCompartment";
|
|
677
647
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobRun/ChangeJobRunCompartment";
|
|
678
648
|
const pathParams = {
|
|
@@ -686,8 +656,6 @@ class DataScienceClient {
|
|
|
686
656
|
};
|
|
687
657
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
688
658
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeJobRunCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
689
|
-
if (this.logger)
|
|
690
|
-
retrier.logger = this.logger;
|
|
691
659
|
const request = yield oci_common_2.composeRequest({
|
|
692
660
|
baseEndpoint: this._endpoint,
|
|
693
661
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -723,12 +691,11 @@ class DataScienceClient {
|
|
|
723
691
|
* @param ChangeModelCompartmentRequest
|
|
724
692
|
* @return ChangeModelCompartmentResponse
|
|
725
693
|
* @throws OciError when an error occurs
|
|
726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
727
695
|
*/
|
|
728
696
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
729
697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
730
|
-
|
|
731
|
-
this.logger.debug("Calling operation DataScienceClient#changeModelCompartment.");
|
|
698
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changeModelCompartment.");
|
|
732
699
|
const operationName = "changeModelCompartment";
|
|
733
700
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/ChangeModelCompartment";
|
|
734
701
|
const pathParams = {
|
|
@@ -743,8 +710,6 @@ class DataScienceClient {
|
|
|
743
710
|
};
|
|
744
711
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
745
712
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeModelCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
746
|
-
if (this.logger)
|
|
747
|
-
retrier.logger = this.logger;
|
|
748
713
|
const request = yield oci_common_2.composeRequest({
|
|
749
714
|
baseEndpoint: this._endpoint,
|
|
750
715
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -780,12 +745,11 @@ class DataScienceClient {
|
|
|
780
745
|
* @param ChangeModelDeploymentCompartmentRequest
|
|
781
746
|
* @return ChangeModelDeploymentCompartmentResponse
|
|
782
747
|
* @throws OciError when an error occurs
|
|
783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartment API.
|
|
784
749
|
*/
|
|
785
750
|
changeModelDeploymentCompartment(changeModelDeploymentCompartmentRequest) {
|
|
786
751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
787
|
-
|
|
788
|
-
this.logger.debug("Calling operation DataScienceClient#changeModelDeploymentCompartment.");
|
|
752
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changeModelDeploymentCompartment.");
|
|
789
753
|
const operationName = "changeModelDeploymentCompartment";
|
|
790
754
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeployment/ChangeModelDeploymentCompartment";
|
|
791
755
|
const pathParams = {
|
|
@@ -800,8 +764,6 @@ class DataScienceClient {
|
|
|
800
764
|
};
|
|
801
765
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
802
766
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeModelDeploymentCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
803
|
-
if (this.logger)
|
|
804
|
-
retrier.logger = this.logger;
|
|
805
767
|
const request = yield oci_common_2.composeRequest({
|
|
806
768
|
baseEndpoint: this._endpoint,
|
|
807
769
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -837,12 +799,11 @@ class DataScienceClient {
|
|
|
837
799
|
* @param ChangeModelVersionSetCompartmentRequest
|
|
838
800
|
* @return ChangeModelVersionSetCompartmentResponse
|
|
839
801
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
802
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartment API.
|
|
841
803
|
*/
|
|
842
804
|
changeModelVersionSetCompartment(changeModelVersionSetCompartmentRequest) {
|
|
843
805
|
return __awaiter(this, void 0, void 0, function* () {
|
|
844
|
-
|
|
845
|
-
this.logger.debug("Calling operation DataScienceClient#changeModelVersionSetCompartment.");
|
|
806
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changeModelVersionSetCompartment.");
|
|
846
807
|
const operationName = "changeModelVersionSetCompartment";
|
|
847
808
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelVersionSet/ChangeModelVersionSetCompartment";
|
|
848
809
|
const pathParams = {
|
|
@@ -857,8 +818,6 @@ class DataScienceClient {
|
|
|
857
818
|
};
|
|
858
819
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
859
820
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeModelVersionSetCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
860
|
-
if (this.logger)
|
|
861
|
-
retrier.logger = this.logger;
|
|
862
821
|
const request = yield oci_common_2.composeRequest({
|
|
863
822
|
baseEndpoint: this._endpoint,
|
|
864
823
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -899,12 +858,11 @@ class DataScienceClient {
|
|
|
899
858
|
* @param ChangeNotebookSessionCompartmentRequest
|
|
900
859
|
* @return ChangeNotebookSessionCompartmentResponse
|
|
901
860
|
* @throws OciError when an error occurs
|
|
902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartment API.
|
|
903
862
|
*/
|
|
904
863
|
changeNotebookSessionCompartment(changeNotebookSessionCompartmentRequest) {
|
|
905
864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
906
|
-
|
|
907
|
-
this.logger.debug("Calling operation DataScienceClient#changeNotebookSessionCompartment.");
|
|
865
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changeNotebookSessionCompartment.");
|
|
908
866
|
const operationName = "changeNotebookSessionCompartment";
|
|
909
867
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSession/ChangeNotebookSessionCompartment";
|
|
910
868
|
const pathParams = {
|
|
@@ -919,8 +877,6 @@ class DataScienceClient {
|
|
|
919
877
|
};
|
|
920
878
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
921
879
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeNotebookSessionCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
922
|
-
if (this.logger)
|
|
923
|
-
retrier.logger = this.logger;
|
|
924
880
|
const request = yield oci_common_2.composeRequest({
|
|
925
881
|
baseEndpoint: this._endpoint,
|
|
926
882
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -956,12 +912,11 @@ class DataScienceClient {
|
|
|
956
912
|
* @param ChangePipelineCompartmentRequest
|
|
957
913
|
* @return ChangePipelineCompartmentResponse
|
|
958
914
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartment API.
|
|
960
916
|
*/
|
|
961
917
|
changePipelineCompartment(changePipelineCompartmentRequest) {
|
|
962
918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
963
|
-
|
|
964
|
-
this.logger.debug("Calling operation DataScienceClient#changePipelineCompartment.");
|
|
919
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changePipelineCompartment.");
|
|
965
920
|
const operationName = "changePipelineCompartment";
|
|
966
921
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/ChangePipelineCompartment";
|
|
967
922
|
const pathParams = {
|
|
@@ -975,8 +930,6 @@ class DataScienceClient {
|
|
|
975
930
|
};
|
|
976
931
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
977
932
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changePipelineCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
978
|
-
if (this.logger)
|
|
979
|
-
retrier.logger = this.logger;
|
|
980
933
|
const request = yield oci_common_2.composeRequest({
|
|
981
934
|
baseEndpoint: this._endpoint,
|
|
982
935
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1012,12 +965,11 @@ class DataScienceClient {
|
|
|
1012
965
|
* @param ChangePipelineRunCompartmentRequest
|
|
1013
966
|
* @return ChangePipelineRunCompartmentResponse
|
|
1014
967
|
* @throws OciError when an error occurs
|
|
1015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartment API.
|
|
1016
969
|
*/
|
|
1017
970
|
changePipelineRunCompartment(changePipelineRunCompartmentRequest) {
|
|
1018
971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1019
|
-
|
|
1020
|
-
this.logger.debug("Calling operation DataScienceClient#changePipelineRunCompartment.");
|
|
972
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changePipelineRunCompartment.");
|
|
1021
973
|
const operationName = "changePipelineRunCompartment";
|
|
1022
974
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/PipelineRun/ChangePipelineRunCompartment";
|
|
1023
975
|
const pathParams = {
|
|
@@ -1031,8 +983,6 @@ class DataScienceClient {
|
|
|
1031
983
|
};
|
|
1032
984
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1033
985
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changePipelineRunCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
1034
|
-
if (this.logger)
|
|
1035
|
-
retrier.logger = this.logger;
|
|
1036
986
|
const request = yield oci_common_2.composeRequest({
|
|
1037
987
|
baseEndpoint: this._endpoint,
|
|
1038
988
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1068,12 +1018,11 @@ class DataScienceClient {
|
|
|
1068
1018
|
* @param ChangeProjectCompartmentRequest
|
|
1069
1019
|
* @return ChangeProjectCompartmentResponse
|
|
1070
1020
|
* @throws OciError when an error occurs
|
|
1071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
1072
1022
|
*/
|
|
1073
1023
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
1074
1024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1075
|
-
|
|
1076
|
-
this.logger.debug("Calling operation DataScienceClient#changeProjectCompartment.");
|
|
1025
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#changeProjectCompartment.");
|
|
1077
1026
|
const operationName = "changeProjectCompartment";
|
|
1078
1027
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Project/ChangeProjectCompartment";
|
|
1079
1028
|
const pathParams = {
|
|
@@ -1088,8 +1037,6 @@ class DataScienceClient {
|
|
|
1088
1037
|
};
|
|
1089
1038
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1090
1039
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeProjectCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
1091
|
-
if (this.logger)
|
|
1092
|
-
retrier.logger = this.logger;
|
|
1093
1040
|
const request = yield oci_common_2.composeRequest({
|
|
1094
1041
|
baseEndpoint: this._endpoint,
|
|
1095
1042
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1126,12 +1073,11 @@ class DataScienceClient {
|
|
|
1126
1073
|
* @param CreateDataSciencePrivateEndpointRequest
|
|
1127
1074
|
* @return CreateDataSciencePrivateEndpointResponse
|
|
1128
1075
|
* @throws OciError when an error occurs
|
|
1129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpoint API.
|
|
1130
1077
|
*/
|
|
1131
1078
|
createDataSciencePrivateEndpoint(createDataSciencePrivateEndpointRequest) {
|
|
1132
1079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1133
|
-
|
|
1134
|
-
this.logger.debug("Calling operation DataScienceClient#createDataSciencePrivateEndpoint.");
|
|
1080
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createDataSciencePrivateEndpoint.");
|
|
1135
1081
|
const operationName = "createDataSciencePrivateEndpoint";
|
|
1136
1082
|
const apiReferenceLink = "";
|
|
1137
1083
|
const pathParams = {};
|
|
@@ -1143,8 +1089,6 @@ class DataScienceClient {
|
|
|
1143
1089
|
};
|
|
1144
1090
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1145
1091
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataSciencePrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
1146
|
-
if (this.logger)
|
|
1147
|
-
retrier.logger = this.logger;
|
|
1148
1092
|
const request = yield oci_common_2.composeRequest({
|
|
1149
1093
|
baseEndpoint: this._endpoint,
|
|
1150
1094
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1199,12 +1143,11 @@ class DataScienceClient {
|
|
|
1199
1143
|
* @param CreateJobRequest
|
|
1200
1144
|
* @return CreateJobResponse
|
|
1201
1145
|
* @throws OciError when an error occurs
|
|
1202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1203
1147
|
*/
|
|
1204
1148
|
createJob(createJobRequest) {
|
|
1205
1149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1206
|
-
|
|
1207
|
-
this.logger.debug("Calling operation DataScienceClient#createJob.");
|
|
1150
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createJob.");
|
|
1208
1151
|
const operationName = "createJob";
|
|
1209
1152
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Job/CreateJob";
|
|
1210
1153
|
const pathParams = {};
|
|
@@ -1216,8 +1159,6 @@ class DataScienceClient {
|
|
|
1216
1159
|
};
|
|
1217
1160
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1218
1161
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createJobRequest.retryConfiguration, specRetryConfiguration);
|
|
1219
|
-
if (this.logger)
|
|
1220
|
-
retrier.logger = this.logger;
|
|
1221
1162
|
const request = yield oci_common_2.composeRequest({
|
|
1222
1163
|
baseEndpoint: this._endpoint,
|
|
1223
1164
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1262,12 +1203,11 @@ class DataScienceClient {
|
|
|
1262
1203
|
* @param CreateJobArtifactRequest
|
|
1263
1204
|
* @return CreateJobArtifactResponse
|
|
1264
1205
|
* @throws OciError when an error occurs
|
|
1265
|
-
* @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.79.1/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifact API.
|
|
1266
1207
|
*/
|
|
1267
1208
|
createJobArtifact(createJobArtifactRequest) {
|
|
1268
1209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1269
|
-
|
|
1270
|
-
this.logger.debug("Calling operation DataScienceClient#createJobArtifact.");
|
|
1210
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createJobArtifact.");
|
|
1271
1211
|
const operationName = "createJobArtifact";
|
|
1272
1212
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Job/CreateJobArtifact";
|
|
1273
1213
|
const pathParams = {
|
|
@@ -1282,8 +1222,6 @@ class DataScienceClient {
|
|
|
1282
1222
|
};
|
|
1283
1223
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1284
1224
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createJobArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
1285
|
-
if (this.logger)
|
|
1286
|
-
retrier.logger = this.logger;
|
|
1287
1225
|
const request = yield oci_common_2.composeRequest({
|
|
1288
1226
|
baseEndpoint: this._endpoint,
|
|
1289
1227
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1325,12 +1263,11 @@ class DataScienceClient {
|
|
|
1325
1263
|
* @param CreateJobRunRequest
|
|
1326
1264
|
* @return CreateJobRunResponse
|
|
1327
1265
|
* @throws OciError when an error occurs
|
|
1328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRun API.
|
|
1329
1267
|
*/
|
|
1330
1268
|
createJobRun(createJobRunRequest) {
|
|
1331
1269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1332
|
-
|
|
1333
|
-
this.logger.debug("Calling operation DataScienceClient#createJobRun.");
|
|
1270
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createJobRun.");
|
|
1334
1271
|
const operationName = "createJobRun";
|
|
1335
1272
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobRun/CreateJobRun";
|
|
1336
1273
|
const pathParams = {};
|
|
@@ -1342,8 +1279,6 @@ class DataScienceClient {
|
|
|
1342
1279
|
};
|
|
1343
1280
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1344
1281
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createJobRunRequest.retryConfiguration, specRetryConfiguration);
|
|
1345
|
-
if (this.logger)
|
|
1346
|
-
retrier.logger = this.logger;
|
|
1347
1282
|
const request = yield oci_common_2.composeRequest({
|
|
1348
1283
|
baseEndpoint: this._endpoint,
|
|
1349
1284
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1388,12 +1323,11 @@ class DataScienceClient {
|
|
|
1388
1323
|
* @param CreateModelRequest
|
|
1389
1324
|
* @return CreateModelResponse
|
|
1390
1325
|
* @throws OciError when an error occurs
|
|
1391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
1392
1327
|
*/
|
|
1393
1328
|
createModel(createModelRequest) {
|
|
1394
1329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1395
|
-
|
|
1396
|
-
this.logger.debug("Calling operation DataScienceClient#createModel.");
|
|
1330
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createModel.");
|
|
1397
1331
|
const operationName = "createModel";
|
|
1398
1332
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/CreateModel";
|
|
1399
1333
|
const pathParams = {};
|
|
@@ -1405,8 +1339,6 @@ class DataScienceClient {
|
|
|
1405
1339
|
};
|
|
1406
1340
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1407
1341
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createModelRequest.retryConfiguration, specRetryConfiguration);
|
|
1408
|
-
if (this.logger)
|
|
1409
|
-
retrier.logger = this.logger;
|
|
1410
1342
|
const request = yield oci_common_2.composeRequest({
|
|
1411
1343
|
baseEndpoint: this._endpoint,
|
|
1412
1344
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1451,12 +1383,11 @@ class DataScienceClient {
|
|
|
1451
1383
|
* @param CreateModelArtifactRequest
|
|
1452
1384
|
* @return CreateModelArtifactResponse
|
|
1453
1385
|
* @throws OciError when an error occurs
|
|
1454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifact API.
|
|
1455
1387
|
*/
|
|
1456
1388
|
createModelArtifact(createModelArtifactRequest) {
|
|
1457
1389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1458
|
-
|
|
1459
|
-
this.logger.debug("Calling operation DataScienceClient#createModelArtifact.");
|
|
1390
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createModelArtifact.");
|
|
1460
1391
|
const operationName = "createModelArtifact";
|
|
1461
1392
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/CreateModelArtifact";
|
|
1462
1393
|
const pathParams = {
|
|
@@ -1472,8 +1403,6 @@ class DataScienceClient {
|
|
|
1472
1403
|
};
|
|
1473
1404
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1474
1405
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createModelArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
1475
|
-
if (this.logger)
|
|
1476
|
-
retrier.logger = this.logger;
|
|
1477
1406
|
const request = yield oci_common_2.composeRequest({
|
|
1478
1407
|
baseEndpoint: this._endpoint,
|
|
1479
1408
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1515,12 +1444,11 @@ class DataScienceClient {
|
|
|
1515
1444
|
* @param CreateModelDeploymentRequest
|
|
1516
1445
|
* @return CreateModelDeploymentResponse
|
|
1517
1446
|
* @throws OciError when an error occurs
|
|
1518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeployment API.
|
|
1519
1448
|
*/
|
|
1520
1449
|
createModelDeployment(createModelDeploymentRequest) {
|
|
1521
1450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1522
|
-
|
|
1523
|
-
this.logger.debug("Calling operation DataScienceClient#createModelDeployment.");
|
|
1451
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createModelDeployment.");
|
|
1524
1452
|
const operationName = "createModelDeployment";
|
|
1525
1453
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeployment/CreateModelDeployment";
|
|
1526
1454
|
const pathParams = {};
|
|
@@ -1532,8 +1460,6 @@ class DataScienceClient {
|
|
|
1532
1460
|
};
|
|
1533
1461
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1534
1462
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createModelDeploymentRequest.retryConfiguration, specRetryConfiguration);
|
|
1535
|
-
if (this.logger)
|
|
1536
|
-
retrier.logger = this.logger;
|
|
1537
1463
|
const request = yield oci_common_2.composeRequest({
|
|
1538
1464
|
baseEndpoint: this._endpoint,
|
|
1539
1465
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1588,12 +1514,11 @@ class DataScienceClient {
|
|
|
1588
1514
|
* @param CreateModelProvenanceRequest
|
|
1589
1515
|
* @return CreateModelProvenanceResponse
|
|
1590
1516
|
* @throws OciError when an error occurs
|
|
1591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenance API.
|
|
1592
1518
|
*/
|
|
1593
1519
|
createModelProvenance(createModelProvenanceRequest) {
|
|
1594
1520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1595
|
-
|
|
1596
|
-
this.logger.debug("Calling operation DataScienceClient#createModelProvenance.");
|
|
1521
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createModelProvenance.");
|
|
1597
1522
|
const operationName = "createModelProvenance";
|
|
1598
1523
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/CreateModelProvenance";
|
|
1599
1524
|
const pathParams = {
|
|
@@ -1607,8 +1532,6 @@ class DataScienceClient {
|
|
|
1607
1532
|
};
|
|
1608
1533
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1609
1534
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createModelProvenanceRequest.retryConfiguration, specRetryConfiguration);
|
|
1610
|
-
if (this.logger)
|
|
1611
|
-
retrier.logger = this.logger;
|
|
1612
1535
|
const request = yield oci_common_2.composeRequest({
|
|
1613
1536
|
baseEndpoint: this._endpoint,
|
|
1614
1537
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1653,12 +1576,11 @@ class DataScienceClient {
|
|
|
1653
1576
|
* @param CreateModelVersionSetRequest
|
|
1654
1577
|
* @return CreateModelVersionSetResponse
|
|
1655
1578
|
* @throws OciError when an error occurs
|
|
1656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSet API.
|
|
1657
1580
|
*/
|
|
1658
1581
|
createModelVersionSet(createModelVersionSetRequest) {
|
|
1659
1582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1660
|
-
|
|
1661
|
-
this.logger.debug("Calling operation DataScienceClient#createModelVersionSet.");
|
|
1583
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createModelVersionSet.");
|
|
1662
1584
|
const operationName = "createModelVersionSet";
|
|
1663
1585
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelVersionSet/CreateModelVersionSet";
|
|
1664
1586
|
const pathParams = {};
|
|
@@ -1670,8 +1592,6 @@ class DataScienceClient {
|
|
|
1670
1592
|
};
|
|
1671
1593
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1672
1594
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createModelVersionSetRequest.retryConfiguration, specRetryConfiguration);
|
|
1673
|
-
if (this.logger)
|
|
1674
|
-
retrier.logger = this.logger;
|
|
1675
1595
|
const request = yield oci_common_2.composeRequest({
|
|
1676
1596
|
baseEndpoint: this._endpoint,
|
|
1677
1597
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1716,12 +1636,11 @@ class DataScienceClient {
|
|
|
1716
1636
|
* @param CreateNotebookSessionRequest
|
|
1717
1637
|
* @return CreateNotebookSessionResponse
|
|
1718
1638
|
* @throws OciError when an error occurs
|
|
1719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSession API.
|
|
1720
1640
|
*/
|
|
1721
1641
|
createNotebookSession(createNotebookSessionRequest) {
|
|
1722
1642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1723
|
-
|
|
1724
|
-
this.logger.debug("Calling operation DataScienceClient#createNotebookSession.");
|
|
1643
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createNotebookSession.");
|
|
1725
1644
|
const operationName = "createNotebookSession";
|
|
1726
1645
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSession/CreateNotebookSession";
|
|
1727
1646
|
const pathParams = {};
|
|
@@ -1733,8 +1652,6 @@ class DataScienceClient {
|
|
|
1733
1652
|
};
|
|
1734
1653
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1735
1654
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createNotebookSessionRequest.retryConfiguration, specRetryConfiguration);
|
|
1736
|
-
if (this.logger)
|
|
1737
|
-
retrier.logger = this.logger;
|
|
1738
1655
|
const request = yield oci_common_2.composeRequest({
|
|
1739
1656
|
baseEndpoint: this._endpoint,
|
|
1740
1657
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1790,12 +1707,11 @@ class DataScienceClient {
|
|
|
1790
1707
|
* @param CreatePipelineRequest
|
|
1791
1708
|
* @return CreatePipelineResponse
|
|
1792
1709
|
* @throws OciError when an error occurs
|
|
1793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
1794
1711
|
*/
|
|
1795
1712
|
createPipeline(createPipelineRequest) {
|
|
1796
1713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1797
|
-
|
|
1798
|
-
this.logger.debug("Calling operation DataScienceClient#createPipeline.");
|
|
1714
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createPipeline.");
|
|
1799
1715
|
const operationName = "createPipeline";
|
|
1800
1716
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/CreatePipeline";
|
|
1801
1717
|
const pathParams = {};
|
|
@@ -1807,8 +1723,6 @@ class DataScienceClient {
|
|
|
1807
1723
|
};
|
|
1808
1724
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1809
1725
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPipelineRequest.retryConfiguration, specRetryConfiguration);
|
|
1810
|
-
if (this.logger)
|
|
1811
|
-
retrier.logger = this.logger;
|
|
1812
1726
|
const request = yield oci_common_2.composeRequest({
|
|
1813
1727
|
baseEndpoint: this._endpoint,
|
|
1814
1728
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1854,12 +1768,11 @@ class DataScienceClient {
|
|
|
1854
1768
|
* @param CreatePipelineRunRequest
|
|
1855
1769
|
* @return CreatePipelineRunResponse
|
|
1856
1770
|
* @throws OciError when an error occurs
|
|
1857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRun API.
|
|
1858
1772
|
*/
|
|
1859
1773
|
createPipelineRun(createPipelineRunRequest) {
|
|
1860
1774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1861
|
-
|
|
1862
|
-
this.logger.debug("Calling operation DataScienceClient#createPipelineRun.");
|
|
1775
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createPipelineRun.");
|
|
1863
1776
|
const operationName = "createPipelineRun";
|
|
1864
1777
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/PipelineRun/CreatePipelineRun";
|
|
1865
1778
|
const pathParams = {};
|
|
@@ -1871,8 +1784,6 @@ class DataScienceClient {
|
|
|
1871
1784
|
};
|
|
1872
1785
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1873
1786
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPipelineRunRequest.retryConfiguration, specRetryConfiguration);
|
|
1874
|
-
if (this.logger)
|
|
1875
|
-
retrier.logger = this.logger;
|
|
1876
1787
|
const request = yield oci_common_2.composeRequest({
|
|
1877
1788
|
baseEndpoint: this._endpoint,
|
|
1878
1789
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1922,12 +1833,11 @@ class DataScienceClient {
|
|
|
1922
1833
|
* @param CreateProjectRequest
|
|
1923
1834
|
* @return CreateProjectResponse
|
|
1924
1835
|
* @throws OciError when an error occurs
|
|
1925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1926
1837
|
*/
|
|
1927
1838
|
createProject(createProjectRequest) {
|
|
1928
1839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1929
|
-
|
|
1930
|
-
this.logger.debug("Calling operation DataScienceClient#createProject.");
|
|
1840
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createProject.");
|
|
1931
1841
|
const operationName = "createProject";
|
|
1932
1842
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Project/CreateProject";
|
|
1933
1843
|
const pathParams = {};
|
|
@@ -1939,8 +1849,6 @@ class DataScienceClient {
|
|
|
1939
1849
|
};
|
|
1940
1850
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1941
1851
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createProjectRequest.retryConfiguration, specRetryConfiguration);
|
|
1942
|
-
if (this.logger)
|
|
1943
|
-
retrier.logger = this.logger;
|
|
1944
1852
|
const request = yield oci_common_2.composeRequest({
|
|
1945
1853
|
baseEndpoint: this._endpoint,
|
|
1946
1854
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1985,12 +1893,11 @@ class DataScienceClient {
|
|
|
1985
1893
|
* @param CreateStepArtifactRequest
|
|
1986
1894
|
* @return CreateStepArtifactResponse
|
|
1987
1895
|
* @throws OciError when an error occurs
|
|
1988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifact API.
|
|
1989
1897
|
*/
|
|
1990
1898
|
createStepArtifact(createStepArtifactRequest) {
|
|
1991
1899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1992
|
-
|
|
1993
|
-
this.logger.debug("Calling operation DataScienceClient#createStepArtifact.");
|
|
1900
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#createStepArtifact.");
|
|
1994
1901
|
const operationName = "createStepArtifact";
|
|
1995
1902
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/CreateStepArtifact";
|
|
1996
1903
|
const pathParams = {
|
|
@@ -2006,8 +1913,6 @@ class DataScienceClient {
|
|
|
2006
1913
|
};
|
|
2007
1914
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2008
1915
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createStepArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
2009
|
-
if (this.logger)
|
|
2010
|
-
retrier.logger = this.logger;
|
|
2011
1916
|
const request = yield oci_common_2.composeRequest({
|
|
2012
1917
|
baseEndpoint: this._endpoint,
|
|
2013
1918
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2044,12 +1949,11 @@ class DataScienceClient {
|
|
|
2044
1949
|
* @param DeactivateModelRequest
|
|
2045
1950
|
* @return DeactivateModelResponse
|
|
2046
1951
|
* @throws OciError when an error occurs
|
|
2047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModel API.
|
|
2048
1953
|
*/
|
|
2049
1954
|
deactivateModel(deactivateModelRequest) {
|
|
2050
1955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2051
|
-
|
|
2052
|
-
this.logger.debug("Calling operation DataScienceClient#deactivateModel.");
|
|
1956
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deactivateModel.");
|
|
2053
1957
|
const operationName = "deactivateModel";
|
|
2054
1958
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/DeactivateModel";
|
|
2055
1959
|
const pathParams = {
|
|
@@ -2063,8 +1967,6 @@ class DataScienceClient {
|
|
|
2063
1967
|
};
|
|
2064
1968
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2065
1969
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deactivateModelRequest.retryConfiguration, specRetryConfiguration);
|
|
2066
|
-
if (this.logger)
|
|
2067
|
-
retrier.logger = this.logger;
|
|
2068
1970
|
const request = yield oci_common_2.composeRequest({
|
|
2069
1971
|
baseEndpoint: this._endpoint,
|
|
2070
1972
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2108,12 +2010,11 @@ class DataScienceClient {
|
|
|
2108
2010
|
* @param DeactivateModelDeploymentRequest
|
|
2109
2011
|
* @return DeactivateModelDeploymentResponse
|
|
2110
2012
|
* @throws OciError when an error occurs
|
|
2111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeployment API.
|
|
2112
2014
|
*/
|
|
2113
2015
|
deactivateModelDeployment(deactivateModelDeploymentRequest) {
|
|
2114
2016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2115
|
-
|
|
2116
|
-
this.logger.debug("Calling operation DataScienceClient#deactivateModelDeployment.");
|
|
2017
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deactivateModelDeployment.");
|
|
2117
2018
|
const operationName = "deactivateModelDeployment";
|
|
2118
2019
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeployment/DeactivateModelDeployment";
|
|
2119
2020
|
const pathParams = {
|
|
@@ -2127,8 +2028,6 @@ class DataScienceClient {
|
|
|
2127
2028
|
};
|
|
2128
2029
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2129
2030
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deactivateModelDeploymentRequest.retryConfiguration, specRetryConfiguration);
|
|
2130
|
-
if (this.logger)
|
|
2131
|
-
retrier.logger = this.logger;
|
|
2132
2031
|
const request = yield oci_common_2.composeRequest({
|
|
2133
2032
|
baseEndpoint: this._endpoint,
|
|
2134
2033
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2168,12 +2067,11 @@ class DataScienceClient {
|
|
|
2168
2067
|
* @param DeactivateNotebookSessionRequest
|
|
2169
2068
|
* @return DeactivateNotebookSessionResponse
|
|
2170
2069
|
* @throws OciError when an error occurs
|
|
2171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSession API.
|
|
2172
2071
|
*/
|
|
2173
2072
|
deactivateNotebookSession(deactivateNotebookSessionRequest) {
|
|
2174
2073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2175
|
-
|
|
2176
|
-
this.logger.debug("Calling operation DataScienceClient#deactivateNotebookSession.");
|
|
2074
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deactivateNotebookSession.");
|
|
2177
2075
|
const operationName = "deactivateNotebookSession";
|
|
2178
2076
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSession/DeactivateNotebookSession";
|
|
2179
2077
|
const pathParams = {
|
|
@@ -2187,8 +2085,6 @@ class DataScienceClient {
|
|
|
2187
2085
|
};
|
|
2188
2086
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2189
2087
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deactivateNotebookSessionRequest.retryConfiguration, specRetryConfiguration);
|
|
2190
|
-
if (this.logger)
|
|
2191
|
-
retrier.logger = this.logger;
|
|
2192
2088
|
const request = yield oci_common_2.composeRequest({
|
|
2193
2089
|
baseEndpoint: this._endpoint,
|
|
2194
2090
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2229,12 +2125,11 @@ class DataScienceClient {
|
|
|
2229
2125
|
* @param DeleteDataSciencePrivateEndpointRequest
|
|
2230
2126
|
* @return DeleteDataSciencePrivateEndpointResponse
|
|
2231
2127
|
* @throws OciError when an error occurs
|
|
2232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpoint API.
|
|
2233
2129
|
*/
|
|
2234
2130
|
deleteDataSciencePrivateEndpoint(deleteDataSciencePrivateEndpointRequest) {
|
|
2235
2131
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2236
|
-
|
|
2237
|
-
this.logger.debug("Calling operation DataScienceClient#deleteDataSciencePrivateEndpoint.");
|
|
2132
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deleteDataSciencePrivateEndpoint.");
|
|
2238
2133
|
const operationName = "deleteDataSciencePrivateEndpoint";
|
|
2239
2134
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/DataSciencePrivateEndpoint/DeleteDataSciencePrivateEndpoint";
|
|
2240
2135
|
const pathParams = {
|
|
@@ -2248,8 +2143,6 @@ class DataScienceClient {
|
|
|
2248
2143
|
};
|
|
2249
2144
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2250
2145
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataSciencePrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
2251
|
-
if (this.logger)
|
|
2252
|
-
retrier.logger = this.logger;
|
|
2253
2146
|
const request = yield oci_common_2.composeRequest({
|
|
2254
2147
|
baseEndpoint: this._endpoint,
|
|
2255
2148
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2289,12 +2182,11 @@ class DataScienceClient {
|
|
|
2289
2182
|
* @param DeleteJobRequest
|
|
2290
2183
|
* @return DeleteJobResponse
|
|
2291
2184
|
* @throws OciError when an error occurs
|
|
2292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
2293
2186
|
*/
|
|
2294
2187
|
deleteJob(deleteJobRequest) {
|
|
2295
2188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2296
|
-
|
|
2297
|
-
this.logger.debug("Calling operation DataScienceClient#deleteJob.");
|
|
2189
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deleteJob.");
|
|
2298
2190
|
const operationName = "deleteJob";
|
|
2299
2191
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Job/DeleteJob";
|
|
2300
2192
|
const pathParams = {
|
|
@@ -2310,8 +2202,6 @@ class DataScienceClient {
|
|
|
2310
2202
|
};
|
|
2311
2203
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2312
2204
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteJobRequest.retryConfiguration, specRetryConfiguration);
|
|
2313
|
-
if (this.logger)
|
|
2314
|
-
retrier.logger = this.logger;
|
|
2315
2205
|
const request = yield oci_common_2.composeRequest({
|
|
2316
2206
|
baseEndpoint: this._endpoint,
|
|
2317
2207
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2351,12 +2241,11 @@ class DataScienceClient {
|
|
|
2351
2241
|
* @param DeleteJobRunRequest
|
|
2352
2242
|
* @return DeleteJobRunResponse
|
|
2353
2243
|
* @throws OciError when an error occurs
|
|
2354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRun API.
|
|
2355
2245
|
*/
|
|
2356
2246
|
deleteJobRun(deleteJobRunRequest) {
|
|
2357
2247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2358
|
-
|
|
2359
|
-
this.logger.debug("Calling operation DataScienceClient#deleteJobRun.");
|
|
2248
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deleteJobRun.");
|
|
2360
2249
|
const operationName = "deleteJobRun";
|
|
2361
2250
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobRun/DeleteJobRun";
|
|
2362
2251
|
const pathParams = {
|
|
@@ -2370,8 +2259,6 @@ class DataScienceClient {
|
|
|
2370
2259
|
};
|
|
2371
2260
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2372
2261
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteJobRunRequest.retryConfiguration, specRetryConfiguration);
|
|
2373
|
-
if (this.logger)
|
|
2374
|
-
retrier.logger = this.logger;
|
|
2375
2262
|
const request = yield oci_common_2.composeRequest({
|
|
2376
2263
|
baseEndpoint: this._endpoint,
|
|
2377
2264
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2406,12 +2293,11 @@ class DataScienceClient {
|
|
|
2406
2293
|
* @param DeleteModelRequest
|
|
2407
2294
|
* @return DeleteModelResponse
|
|
2408
2295
|
* @throws OciError when an error occurs
|
|
2409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
2410
2297
|
*/
|
|
2411
2298
|
deleteModel(deleteModelRequest) {
|
|
2412
2299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2413
|
-
|
|
2414
|
-
this.logger.debug("Calling operation DataScienceClient#deleteModel.");
|
|
2300
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deleteModel.");
|
|
2415
2301
|
const operationName = "deleteModel";
|
|
2416
2302
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/DeleteModel";
|
|
2417
2303
|
const pathParams = {
|
|
@@ -2425,8 +2311,6 @@ class DataScienceClient {
|
|
|
2425
2311
|
};
|
|
2426
2312
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2427
2313
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteModelRequest.retryConfiguration, specRetryConfiguration);
|
|
2428
|
-
if (this.logger)
|
|
2429
|
-
retrier.logger = this.logger;
|
|
2430
2314
|
const request = yield oci_common_2.composeRequest({
|
|
2431
2315
|
baseEndpoint: this._endpoint,
|
|
2432
2316
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2461,12 +2345,11 @@ class DataScienceClient {
|
|
|
2461
2345
|
* @param DeleteModelDeploymentRequest
|
|
2462
2346
|
* @return DeleteModelDeploymentResponse
|
|
2463
2347
|
* @throws OciError when an error occurs
|
|
2464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeployment API.
|
|
2465
2349
|
*/
|
|
2466
2350
|
deleteModelDeployment(deleteModelDeploymentRequest) {
|
|
2467
2351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2468
|
-
|
|
2469
|
-
this.logger.debug("Calling operation DataScienceClient#deleteModelDeployment.");
|
|
2352
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deleteModelDeployment.");
|
|
2470
2353
|
const operationName = "deleteModelDeployment";
|
|
2471
2354
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeployment/DeleteModelDeployment";
|
|
2472
2355
|
const pathParams = {
|
|
@@ -2480,8 +2363,6 @@ class DataScienceClient {
|
|
|
2480
2363
|
};
|
|
2481
2364
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2482
2365
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteModelDeploymentRequest.retryConfiguration, specRetryConfiguration);
|
|
2483
|
-
if (this.logger)
|
|
2484
|
-
retrier.logger = this.logger;
|
|
2485
2366
|
const request = yield oci_common_2.composeRequest({
|
|
2486
2367
|
baseEndpoint: this._endpoint,
|
|
2487
2368
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2521,12 +2402,11 @@ class DataScienceClient {
|
|
|
2521
2402
|
* @param DeleteModelVersionSetRequest
|
|
2522
2403
|
* @return DeleteModelVersionSetResponse
|
|
2523
2404
|
* @throws OciError when an error occurs
|
|
2524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSet API.
|
|
2525
2406
|
*/
|
|
2526
2407
|
deleteModelVersionSet(deleteModelVersionSetRequest) {
|
|
2527
2408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2528
|
-
|
|
2529
|
-
this.logger.debug("Calling operation DataScienceClient#deleteModelVersionSet.");
|
|
2409
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deleteModelVersionSet.");
|
|
2530
2410
|
const operationName = "deleteModelVersionSet";
|
|
2531
2411
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelVersionSet/DeleteModelVersionSet";
|
|
2532
2412
|
const pathParams = {
|
|
@@ -2542,8 +2422,6 @@ class DataScienceClient {
|
|
|
2542
2422
|
};
|
|
2543
2423
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2544
2424
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteModelVersionSetRequest.retryConfiguration, specRetryConfiguration);
|
|
2545
|
-
if (this.logger)
|
|
2546
|
-
retrier.logger = this.logger;
|
|
2547
2425
|
const request = yield oci_common_2.composeRequest({
|
|
2548
2426
|
baseEndpoint: this._endpoint,
|
|
2549
2427
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2583,12 +2461,11 @@ class DataScienceClient {
|
|
|
2583
2461
|
* @param DeleteNotebookSessionRequest
|
|
2584
2462
|
* @return DeleteNotebookSessionResponse
|
|
2585
2463
|
* @throws OciError when an error occurs
|
|
2586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSession API.
|
|
2587
2465
|
*/
|
|
2588
2466
|
deleteNotebookSession(deleteNotebookSessionRequest) {
|
|
2589
2467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2590
|
-
|
|
2591
|
-
this.logger.debug("Calling operation DataScienceClient#deleteNotebookSession.");
|
|
2468
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deleteNotebookSession.");
|
|
2592
2469
|
const operationName = "deleteNotebookSession";
|
|
2593
2470
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSession/DeleteNotebookSession";
|
|
2594
2471
|
const pathParams = {
|
|
@@ -2602,8 +2479,6 @@ class DataScienceClient {
|
|
|
2602
2479
|
};
|
|
2603
2480
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2604
2481
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteNotebookSessionRequest.retryConfiguration, specRetryConfiguration);
|
|
2605
|
-
if (this.logger)
|
|
2606
|
-
retrier.logger = this.logger;
|
|
2607
2482
|
const request = yield oci_common_2.composeRequest({
|
|
2608
2483
|
baseEndpoint: this._endpoint,
|
|
2609
2484
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2643,12 +2518,11 @@ class DataScienceClient {
|
|
|
2643
2518
|
* @param DeletePipelineRequest
|
|
2644
2519
|
* @return DeletePipelineResponse
|
|
2645
2520
|
* @throws OciError when an error occurs
|
|
2646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
2647
2522
|
*/
|
|
2648
2523
|
deletePipeline(deletePipelineRequest) {
|
|
2649
2524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2650
|
-
|
|
2651
|
-
this.logger.debug("Calling operation DataScienceClient#deletePipeline.");
|
|
2525
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deletePipeline.");
|
|
2652
2526
|
const operationName = "deletePipeline";
|
|
2653
2527
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/DeletePipeline";
|
|
2654
2528
|
const pathParams = {
|
|
@@ -2665,8 +2539,6 @@ class DataScienceClient {
|
|
|
2665
2539
|
};
|
|
2666
2540
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2667
2541
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePipelineRequest.retryConfiguration, specRetryConfiguration);
|
|
2668
|
-
if (this.logger)
|
|
2669
|
-
retrier.logger = this.logger;
|
|
2670
2542
|
const request = yield oci_common_2.composeRequest({
|
|
2671
2543
|
baseEndpoint: this._endpoint,
|
|
2672
2544
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2706,12 +2578,11 @@ class DataScienceClient {
|
|
|
2706
2578
|
* @param DeletePipelineRunRequest
|
|
2707
2579
|
* @return DeletePipelineRunResponse
|
|
2708
2580
|
* @throws OciError when an error occurs
|
|
2709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRun API.
|
|
2710
2582
|
*/
|
|
2711
2583
|
deletePipelineRun(deletePipelineRunRequest) {
|
|
2712
2584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2713
|
-
|
|
2714
|
-
this.logger.debug("Calling operation DataScienceClient#deletePipelineRun.");
|
|
2585
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deletePipelineRun.");
|
|
2715
2586
|
const operationName = "deletePipelineRun";
|
|
2716
2587
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/PipelineRun/DeletePipelineRun";
|
|
2717
2588
|
const pathParams = {
|
|
@@ -2727,8 +2598,6 @@ class DataScienceClient {
|
|
|
2727
2598
|
};
|
|
2728
2599
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2729
2600
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePipelineRunRequest.retryConfiguration, specRetryConfiguration);
|
|
2730
|
-
if (this.logger)
|
|
2731
|
-
retrier.logger = this.logger;
|
|
2732
2601
|
const request = yield oci_common_2.composeRequest({
|
|
2733
2602
|
baseEndpoint: this._endpoint,
|
|
2734
2603
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2763,12 +2632,11 @@ class DataScienceClient {
|
|
|
2763
2632
|
* @param DeleteProjectRequest
|
|
2764
2633
|
* @return DeleteProjectResponse
|
|
2765
2634
|
* @throws OciError when an error occurs
|
|
2766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
2767
2636
|
*/
|
|
2768
2637
|
deleteProject(deleteProjectRequest) {
|
|
2769
2638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2770
|
-
|
|
2771
|
-
this.logger.debug("Calling operation DataScienceClient#deleteProject.");
|
|
2639
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#deleteProject.");
|
|
2772
2640
|
const operationName = "deleteProject";
|
|
2773
2641
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Project/DeleteProject";
|
|
2774
2642
|
const pathParams = {
|
|
@@ -2782,8 +2650,6 @@ class DataScienceClient {
|
|
|
2782
2650
|
};
|
|
2783
2651
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2784
2652
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteProjectRequest.retryConfiguration, specRetryConfiguration);
|
|
2785
|
-
if (this.logger)
|
|
2786
|
-
retrier.logger = this.logger;
|
|
2787
2653
|
const request = yield oci_common_2.composeRequest({
|
|
2788
2654
|
baseEndpoint: this._endpoint,
|
|
2789
2655
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2823,12 +2689,11 @@ class DataScienceClient {
|
|
|
2823
2689
|
* @param ExportModelArtifactRequest
|
|
2824
2690
|
* @return ExportModelArtifactResponse
|
|
2825
2691
|
* @throws OciError when an error occurs
|
|
2826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifact API.
|
|
2827
2693
|
*/
|
|
2828
2694
|
exportModelArtifact(exportModelArtifactRequest) {
|
|
2829
2695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2830
|
-
|
|
2831
|
-
this.logger.debug("Calling operation DataScienceClient#exportModelArtifact.");
|
|
2696
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#exportModelArtifact.");
|
|
2832
2697
|
const operationName = "exportModelArtifact";
|
|
2833
2698
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/ExportModelArtifact";
|
|
2834
2699
|
const pathParams = {
|
|
@@ -2843,8 +2708,6 @@ class DataScienceClient {
|
|
|
2843
2708
|
};
|
|
2844
2709
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2845
2710
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, exportModelArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
2846
|
-
if (this.logger)
|
|
2847
|
-
retrier.logger = this.logger;
|
|
2848
2711
|
const request = yield oci_common_2.composeRequest({
|
|
2849
2712
|
baseEndpoint: this._endpoint,
|
|
2850
2713
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2886,12 +2749,11 @@ class DataScienceClient {
|
|
|
2886
2749
|
* @param GetDataSciencePrivateEndpointRequest
|
|
2887
2750
|
* @return GetDataSciencePrivateEndpointResponse
|
|
2888
2751
|
* @throws OciError when an error occurs
|
|
2889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetDataSciencePrivateEndpoint.ts.html |here} to see how to use GetDataSciencePrivateEndpoint API.
|
|
2890
2753
|
*/
|
|
2891
2754
|
getDataSciencePrivateEndpoint(getDataSciencePrivateEndpointRequest) {
|
|
2892
2755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2893
|
-
|
|
2894
|
-
this.logger.debug("Calling operation DataScienceClient#getDataSciencePrivateEndpoint.");
|
|
2756
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getDataSciencePrivateEndpoint.");
|
|
2895
2757
|
const operationName = "getDataSciencePrivateEndpoint";
|
|
2896
2758
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/DataSciencePrivateEndpoint/GetDataSciencePrivateEndpoint";
|
|
2897
2759
|
const pathParams = {
|
|
@@ -2904,8 +2766,6 @@ class DataScienceClient {
|
|
|
2904
2766
|
};
|
|
2905
2767
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2906
2768
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataSciencePrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
2907
|
-
if (this.logger)
|
|
2908
|
-
retrier.logger = this.logger;
|
|
2909
2769
|
const request = yield oci_common_2.composeRequest({
|
|
2910
2770
|
baseEndpoint: this._endpoint,
|
|
2911
2771
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2949,12 +2809,11 @@ class DataScienceClient {
|
|
|
2949
2809
|
* @param GetJobRequest
|
|
2950
2810
|
* @return GetJobResponse
|
|
2951
2811
|
* @throws OciError when an error occurs
|
|
2952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetJob.ts.html |here} to see how to use GetJob API.
|
|
2953
2813
|
*/
|
|
2954
2814
|
getJob(getJobRequest) {
|
|
2955
2815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2956
|
-
|
|
2957
|
-
this.logger.debug("Calling operation DataScienceClient#getJob.");
|
|
2816
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getJob.");
|
|
2958
2817
|
const operationName = "getJob";
|
|
2959
2818
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Job/GetJob";
|
|
2960
2819
|
const pathParams = {
|
|
@@ -2967,8 +2826,6 @@ class DataScienceClient {
|
|
|
2967
2826
|
};
|
|
2968
2827
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2969
2828
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobRequest.retryConfiguration, specRetryConfiguration);
|
|
2970
|
-
if (this.logger)
|
|
2971
|
-
retrier.logger = this.logger;
|
|
2972
2829
|
const request = yield oci_common_2.composeRequest({
|
|
2973
2830
|
baseEndpoint: this._endpoint,
|
|
2974
2831
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3012,12 +2869,11 @@ class DataScienceClient {
|
|
|
3012
2869
|
* @param GetJobArtifactContentRequest
|
|
3013
2870
|
* @return GetJobArtifactContentResponse
|
|
3014
2871
|
* @throws OciError when an error occurs
|
|
3015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContent API.
|
|
3016
2873
|
*/
|
|
3017
2874
|
getJobArtifactContent(getJobArtifactContentRequest) {
|
|
3018
2875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3019
|
-
|
|
3020
|
-
this.logger.debug("Calling operation DataScienceClient#getJobArtifactContent.");
|
|
2876
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getJobArtifactContent.");
|
|
3021
2877
|
const operationName = "getJobArtifactContent";
|
|
3022
2878
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Job/GetJobArtifactContent";
|
|
3023
2879
|
const pathParams = {
|
|
@@ -3031,8 +2887,6 @@ class DataScienceClient {
|
|
|
3031
2887
|
};
|
|
3032
2888
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3033
2889
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobArtifactContentRequest.retryConfiguration, specRetryConfiguration);
|
|
3034
|
-
if (this.logger)
|
|
3035
|
-
retrier.logger = this.logger;
|
|
3036
2890
|
const request = yield oci_common_2.composeRequest({
|
|
3037
2891
|
baseEndpoint: this._endpoint,
|
|
3038
2892
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3095,12 +2949,11 @@ class DataScienceClient {
|
|
|
3095
2949
|
* @param GetJobRunRequest
|
|
3096
2950
|
* @return GetJobRunResponse
|
|
3097
2951
|
* @throws OciError when an error occurs
|
|
3098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
3099
2953
|
*/
|
|
3100
2954
|
getJobRun(getJobRunRequest) {
|
|
3101
2955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3102
|
-
|
|
3103
|
-
this.logger.debug("Calling operation DataScienceClient#getJobRun.");
|
|
2956
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getJobRun.");
|
|
3104
2957
|
const operationName = "getJobRun";
|
|
3105
2958
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobRun/GetJobRun";
|
|
3106
2959
|
const pathParams = {
|
|
@@ -3113,8 +2966,6 @@ class DataScienceClient {
|
|
|
3113
2966
|
};
|
|
3114
2967
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3115
2968
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobRunRequest.retryConfiguration, specRetryConfiguration);
|
|
3116
|
-
if (this.logger)
|
|
3117
|
-
retrier.logger = this.logger;
|
|
3118
2969
|
const request = yield oci_common_2.composeRequest({
|
|
3119
2970
|
baseEndpoint: this._endpoint,
|
|
3120
2971
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3158,12 +3009,11 @@ class DataScienceClient {
|
|
|
3158
3009
|
* @param GetModelRequest
|
|
3159
3010
|
* @return GetModelResponse
|
|
3160
3011
|
* @throws OciError when an error occurs
|
|
3161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetModel.ts.html |here} to see how to use GetModel API.
|
|
3162
3013
|
*/
|
|
3163
3014
|
getModel(getModelRequest) {
|
|
3164
3015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3165
|
-
|
|
3166
|
-
this.logger.debug("Calling operation DataScienceClient#getModel.");
|
|
3016
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getModel.");
|
|
3167
3017
|
const operationName = "getModel";
|
|
3168
3018
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/GetModel";
|
|
3169
3019
|
const pathParams = {
|
|
@@ -3176,8 +3026,6 @@ class DataScienceClient {
|
|
|
3176
3026
|
};
|
|
3177
3027
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3178
3028
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getModelRequest.retryConfiguration, specRetryConfiguration);
|
|
3179
|
-
if (this.logger)
|
|
3180
|
-
retrier.logger = this.logger;
|
|
3181
3029
|
const request = yield oci_common_2.composeRequest({
|
|
3182
3030
|
baseEndpoint: this._endpoint,
|
|
3183
3031
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3221,12 +3069,11 @@ class DataScienceClient {
|
|
|
3221
3069
|
* @param GetModelArtifactContentRequest
|
|
3222
3070
|
* @return GetModelArtifactContentResponse
|
|
3223
3071
|
* @throws OciError when an error occurs
|
|
3224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContent API.
|
|
3225
3073
|
*/
|
|
3226
3074
|
getModelArtifactContent(getModelArtifactContentRequest) {
|
|
3227
3075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3228
|
-
|
|
3229
|
-
this.logger.debug("Calling operation DataScienceClient#getModelArtifactContent.");
|
|
3076
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getModelArtifactContent.");
|
|
3230
3077
|
const operationName = "getModelArtifactContent";
|
|
3231
3078
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/GetModelArtifactContent";
|
|
3232
3079
|
const pathParams = {
|
|
@@ -3240,8 +3087,6 @@ class DataScienceClient {
|
|
|
3240
3087
|
};
|
|
3241
3088
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3242
3089
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getModelArtifactContentRequest.retryConfiguration, specRetryConfiguration);
|
|
3243
|
-
if (this.logger)
|
|
3244
|
-
retrier.logger = this.logger;
|
|
3245
3090
|
const request = yield oci_common_2.composeRequest({
|
|
3246
3091
|
baseEndpoint: this._endpoint,
|
|
3247
3092
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3304,12 +3149,11 @@ class DataScienceClient {
|
|
|
3304
3149
|
* @param GetModelDeploymentRequest
|
|
3305
3150
|
* @return GetModelDeploymentResponse
|
|
3306
3151
|
* @throws OciError when an error occurs
|
|
3307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeployment API.
|
|
3308
3153
|
*/
|
|
3309
3154
|
getModelDeployment(getModelDeploymentRequest) {
|
|
3310
3155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3311
|
-
|
|
3312
|
-
this.logger.debug("Calling operation DataScienceClient#getModelDeployment.");
|
|
3156
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getModelDeployment.");
|
|
3313
3157
|
const operationName = "getModelDeployment";
|
|
3314
3158
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeployment/GetModelDeployment";
|
|
3315
3159
|
const pathParams = {
|
|
@@ -3322,8 +3166,6 @@ class DataScienceClient {
|
|
|
3322
3166
|
};
|
|
3323
3167
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3324
3168
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getModelDeploymentRequest.retryConfiguration, specRetryConfiguration);
|
|
3325
|
-
if (this.logger)
|
|
3326
|
-
retrier.logger = this.logger;
|
|
3327
3169
|
const request = yield oci_common_2.composeRequest({
|
|
3328
3170
|
baseEndpoint: this._endpoint,
|
|
3329
3171
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3367,12 +3209,11 @@ class DataScienceClient {
|
|
|
3367
3209
|
* @param GetModelProvenanceRequest
|
|
3368
3210
|
* @return GetModelProvenanceResponse
|
|
3369
3211
|
* @throws OciError when an error occurs
|
|
3370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenance API.
|
|
3371
3213
|
*/
|
|
3372
3214
|
getModelProvenance(getModelProvenanceRequest) {
|
|
3373
3215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3374
|
-
|
|
3375
|
-
this.logger.debug("Calling operation DataScienceClient#getModelProvenance.");
|
|
3216
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getModelProvenance.");
|
|
3376
3217
|
const operationName = "getModelProvenance";
|
|
3377
3218
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/GetModelProvenance";
|
|
3378
3219
|
const pathParams = {
|
|
@@ -3385,8 +3226,6 @@ class DataScienceClient {
|
|
|
3385
3226
|
};
|
|
3386
3227
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3387
3228
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getModelProvenanceRequest.retryConfiguration, specRetryConfiguration);
|
|
3388
|
-
if (this.logger)
|
|
3389
|
-
retrier.logger = this.logger;
|
|
3390
3229
|
const request = yield oci_common_2.composeRequest({
|
|
3391
3230
|
baseEndpoint: this._endpoint,
|
|
3392
3231
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3430,12 +3269,11 @@ class DataScienceClient {
|
|
|
3430
3269
|
* @param GetModelVersionSetRequest
|
|
3431
3270
|
* @return GetModelVersionSetResponse
|
|
3432
3271
|
* @throws OciError when an error occurs
|
|
3433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetModelVersionSet.ts.html |here} to see how to use GetModelVersionSet API.
|
|
3434
3273
|
*/
|
|
3435
3274
|
getModelVersionSet(getModelVersionSetRequest) {
|
|
3436
3275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3437
|
-
|
|
3438
|
-
this.logger.debug("Calling operation DataScienceClient#getModelVersionSet.");
|
|
3276
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getModelVersionSet.");
|
|
3439
3277
|
const operationName = "getModelVersionSet";
|
|
3440
3278
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelVersionSet/GetModelVersionSet";
|
|
3441
3279
|
const pathParams = {
|
|
@@ -3448,8 +3286,6 @@ class DataScienceClient {
|
|
|
3448
3286
|
};
|
|
3449
3287
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3450
3288
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getModelVersionSetRequest.retryConfiguration, specRetryConfiguration);
|
|
3451
|
-
if (this.logger)
|
|
3452
|
-
retrier.logger = this.logger;
|
|
3453
3289
|
const request = yield oci_common_2.composeRequest({
|
|
3454
3290
|
baseEndpoint: this._endpoint,
|
|
3455
3291
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3493,12 +3329,11 @@ class DataScienceClient {
|
|
|
3493
3329
|
* @param GetNotebookSessionRequest
|
|
3494
3330
|
* @return GetNotebookSessionResponse
|
|
3495
3331
|
* @throws OciError when an error occurs
|
|
3496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSession API.
|
|
3497
3333
|
*/
|
|
3498
3334
|
getNotebookSession(getNotebookSessionRequest) {
|
|
3499
3335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3500
|
-
|
|
3501
|
-
this.logger.debug("Calling operation DataScienceClient#getNotebookSession.");
|
|
3336
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getNotebookSession.");
|
|
3502
3337
|
const operationName = "getNotebookSession";
|
|
3503
3338
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSession/GetNotebookSession";
|
|
3504
3339
|
const pathParams = {
|
|
@@ -3511,8 +3346,6 @@ class DataScienceClient {
|
|
|
3511
3346
|
};
|
|
3512
3347
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3513
3348
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getNotebookSessionRequest.retryConfiguration, specRetryConfiguration);
|
|
3514
|
-
if (this.logger)
|
|
3515
|
-
retrier.logger = this.logger;
|
|
3516
3349
|
const request = yield oci_common_2.composeRequest({
|
|
3517
3350
|
baseEndpoint: this._endpoint,
|
|
3518
3351
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3556,12 +3389,11 @@ class DataScienceClient {
|
|
|
3556
3389
|
* @param GetPipelineRequest
|
|
3557
3390
|
* @return GetPipelineResponse
|
|
3558
3391
|
* @throws OciError when an error occurs
|
|
3559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
3560
3393
|
*/
|
|
3561
3394
|
getPipeline(getPipelineRequest) {
|
|
3562
3395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3563
|
-
|
|
3564
|
-
this.logger.debug("Calling operation DataScienceClient#getPipeline.");
|
|
3396
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getPipeline.");
|
|
3565
3397
|
const operationName = "getPipeline";
|
|
3566
3398
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/GetPipeline";
|
|
3567
3399
|
const pathParams = {
|
|
@@ -3574,8 +3406,6 @@ class DataScienceClient {
|
|
|
3574
3406
|
};
|
|
3575
3407
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3576
3408
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPipelineRequest.retryConfiguration, specRetryConfiguration);
|
|
3577
|
-
if (this.logger)
|
|
3578
|
-
retrier.logger = this.logger;
|
|
3579
3409
|
const request = yield oci_common_2.composeRequest({
|
|
3580
3410
|
baseEndpoint: this._endpoint,
|
|
3581
3411
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3619,12 +3449,11 @@ class DataScienceClient {
|
|
|
3619
3449
|
* @param GetPipelineRunRequest
|
|
3620
3450
|
* @return GetPipelineRunResponse
|
|
3621
3451
|
* @throws OciError when an error occurs
|
|
3622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetPipelineRun.ts.html |here} to see how to use GetPipelineRun API.
|
|
3623
3453
|
*/
|
|
3624
3454
|
getPipelineRun(getPipelineRunRequest) {
|
|
3625
3455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3626
|
-
|
|
3627
|
-
this.logger.debug("Calling operation DataScienceClient#getPipelineRun.");
|
|
3456
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getPipelineRun.");
|
|
3628
3457
|
const operationName = "getPipelineRun";
|
|
3629
3458
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/PipelineRun/GetPipelineRun";
|
|
3630
3459
|
const pathParams = {
|
|
@@ -3637,8 +3466,6 @@ class DataScienceClient {
|
|
|
3637
3466
|
};
|
|
3638
3467
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3639
3468
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPipelineRunRequest.retryConfiguration, specRetryConfiguration);
|
|
3640
|
-
if (this.logger)
|
|
3641
|
-
retrier.logger = this.logger;
|
|
3642
3469
|
const request = yield oci_common_2.composeRequest({
|
|
3643
3470
|
baseEndpoint: this._endpoint,
|
|
3644
3471
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3682,12 +3509,11 @@ class DataScienceClient {
|
|
|
3682
3509
|
* @param GetProjectRequest
|
|
3683
3510
|
* @return GetProjectResponse
|
|
3684
3511
|
* @throws OciError when an error occurs
|
|
3685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetProject.ts.html |here} to see how to use GetProject API.
|
|
3686
3513
|
*/
|
|
3687
3514
|
getProject(getProjectRequest) {
|
|
3688
3515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3689
|
-
|
|
3690
|
-
this.logger.debug("Calling operation DataScienceClient#getProject.");
|
|
3516
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getProject.");
|
|
3691
3517
|
const operationName = "getProject";
|
|
3692
3518
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Project/GetProject";
|
|
3693
3519
|
const pathParams = {
|
|
@@ -3700,8 +3526,6 @@ class DataScienceClient {
|
|
|
3700
3526
|
};
|
|
3701
3527
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3702
3528
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getProjectRequest.retryConfiguration, specRetryConfiguration);
|
|
3703
|
-
if (this.logger)
|
|
3704
|
-
retrier.logger = this.logger;
|
|
3705
3529
|
const request = yield oci_common_2.composeRequest({
|
|
3706
3530
|
baseEndpoint: this._endpoint,
|
|
3707
3531
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3745,12 +3569,11 @@ class DataScienceClient {
|
|
|
3745
3569
|
* @param GetStepArtifactContentRequest
|
|
3746
3570
|
* @return GetStepArtifactContentResponse
|
|
3747
3571
|
* @throws OciError when an error occurs
|
|
3748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetStepArtifactContent.ts.html |here} to see how to use GetStepArtifactContent API.
|
|
3749
3573
|
*/
|
|
3750
3574
|
getStepArtifactContent(getStepArtifactContentRequest) {
|
|
3751
3575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3752
|
-
|
|
3753
|
-
this.logger.debug("Calling operation DataScienceClient#getStepArtifactContent.");
|
|
3576
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getStepArtifactContent.");
|
|
3754
3577
|
const operationName = "getStepArtifactContent";
|
|
3755
3578
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/GetStepArtifactContent";
|
|
3756
3579
|
const pathParams = {
|
|
@@ -3765,8 +3588,6 @@ class DataScienceClient {
|
|
|
3765
3588
|
};
|
|
3766
3589
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3767
3590
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getStepArtifactContentRequest.retryConfiguration, specRetryConfiguration);
|
|
3768
|
-
if (this.logger)
|
|
3769
|
-
retrier.logger = this.logger;
|
|
3770
3591
|
const request = yield oci_common_2.composeRequest({
|
|
3771
3592
|
baseEndpoint: this._endpoint,
|
|
3772
3593
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3829,12 +3650,11 @@ class DataScienceClient {
|
|
|
3829
3650
|
* @param GetWorkRequestRequest
|
|
3830
3651
|
* @return GetWorkRequestResponse
|
|
3831
3652
|
* @throws OciError when an error occurs
|
|
3832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3833
3654
|
*/
|
|
3834
3655
|
getWorkRequest(getWorkRequestRequest) {
|
|
3835
3656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3836
|
-
|
|
3837
|
-
this.logger.debug("Calling operation DataScienceClient#getWorkRequest.");
|
|
3657
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#getWorkRequest.");
|
|
3838
3658
|
const operationName = "getWorkRequest";
|
|
3839
3659
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/WorkRequest/GetWorkRequest";
|
|
3840
3660
|
const pathParams = {
|
|
@@ -3847,8 +3667,6 @@ class DataScienceClient {
|
|
|
3847
3667
|
};
|
|
3848
3668
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3849
3669
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
3850
|
-
if (this.logger)
|
|
3851
|
-
retrier.logger = this.logger;
|
|
3852
3670
|
const request = yield oci_common_2.composeRequest({
|
|
3853
3671
|
baseEndpoint: this._endpoint,
|
|
3854
3672
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3897,12 +3715,11 @@ class DataScienceClient {
|
|
|
3897
3715
|
* @param HeadJobArtifactRequest
|
|
3898
3716
|
* @return HeadJobArtifactResponse
|
|
3899
3717
|
* @throws OciError when an error occurs
|
|
3900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifact API.
|
|
3901
3719
|
*/
|
|
3902
3720
|
headJobArtifact(headJobArtifactRequest) {
|
|
3903
3721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3904
|
-
|
|
3905
|
-
this.logger.debug("Calling operation DataScienceClient#headJobArtifact.");
|
|
3722
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#headJobArtifact.");
|
|
3906
3723
|
const operationName = "headJobArtifact";
|
|
3907
3724
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Job/HeadJobArtifact";
|
|
3908
3725
|
const pathParams = {
|
|
@@ -3915,8 +3732,6 @@ class DataScienceClient {
|
|
|
3915
3732
|
};
|
|
3916
3733
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3917
3734
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, headJobArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
3918
|
-
if (this.logger)
|
|
3919
|
-
retrier.logger = this.logger;
|
|
3920
3735
|
const request = yield oci_common_2.composeRequest({
|
|
3921
3736
|
baseEndpoint: this._endpoint,
|
|
3922
3737
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3976,12 +3791,11 @@ class DataScienceClient {
|
|
|
3976
3791
|
* @param HeadModelArtifactRequest
|
|
3977
3792
|
* @return HeadModelArtifactResponse
|
|
3978
3793
|
* @throws OciError when an error occurs
|
|
3979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifact API.
|
|
3980
3795
|
*/
|
|
3981
3796
|
headModelArtifact(headModelArtifactRequest) {
|
|
3982
3797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3983
|
-
|
|
3984
|
-
this.logger.debug("Calling operation DataScienceClient#headModelArtifact.");
|
|
3798
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#headModelArtifact.");
|
|
3985
3799
|
const operationName = "headModelArtifact";
|
|
3986
3800
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/HeadModelArtifact";
|
|
3987
3801
|
const pathParams = {
|
|
@@ -3994,8 +3808,6 @@ class DataScienceClient {
|
|
|
3994
3808
|
};
|
|
3995
3809
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3996
3810
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, headModelArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
3997
|
-
if (this.logger)
|
|
3998
|
-
retrier.logger = this.logger;
|
|
3999
3811
|
const request = yield oci_common_2.composeRequest({
|
|
4000
3812
|
baseEndpoint: this._endpoint,
|
|
4001
3813
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4055,12 +3867,11 @@ class DataScienceClient {
|
|
|
4055
3867
|
* @param HeadStepArtifactRequest
|
|
4056
3868
|
* @return HeadStepArtifactResponse
|
|
4057
3869
|
* @throws OciError when an error occurs
|
|
4058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifact API.
|
|
4059
3871
|
*/
|
|
4060
3872
|
headStepArtifact(headStepArtifactRequest) {
|
|
4061
3873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4062
|
-
|
|
4063
|
-
this.logger.debug("Calling operation DataScienceClient#headStepArtifact.");
|
|
3874
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#headStepArtifact.");
|
|
4064
3875
|
const operationName = "headStepArtifact";
|
|
4065
3876
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/HeadStepArtifact";
|
|
4066
3877
|
const pathParams = {
|
|
@@ -4074,8 +3885,6 @@ class DataScienceClient {
|
|
|
4074
3885
|
};
|
|
4075
3886
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4076
3887
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, headStepArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
4077
|
-
if (this.logger)
|
|
4078
|
-
retrier.logger = this.logger;
|
|
4079
3888
|
const request = yield oci_common_2.composeRequest({
|
|
4080
3889
|
baseEndpoint: this._endpoint,
|
|
4081
3890
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4135,12 +3944,11 @@ class DataScienceClient {
|
|
|
4135
3944
|
* @param ImportModelArtifactRequest
|
|
4136
3945
|
* @return ImportModelArtifactResponse
|
|
4137
3946
|
* @throws OciError when an error occurs
|
|
4138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifact API.
|
|
4139
3948
|
*/
|
|
4140
3949
|
importModelArtifact(importModelArtifactRequest) {
|
|
4141
3950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4142
|
-
|
|
4143
|
-
this.logger.debug("Calling operation DataScienceClient#importModelArtifact.");
|
|
3951
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#importModelArtifact.");
|
|
4144
3952
|
const operationName = "importModelArtifact";
|
|
4145
3953
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/ImportModelArtifact";
|
|
4146
3954
|
const pathParams = {
|
|
@@ -4154,8 +3962,6 @@ class DataScienceClient {
|
|
|
4154
3962
|
};
|
|
4155
3963
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
4156
3964
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, importModelArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
4157
|
-
if (this.logger)
|
|
4158
|
-
retrier.logger = this.logger;
|
|
4159
3965
|
const request = yield oci_common_2.composeRequest({
|
|
4160
3966
|
baseEndpoint: this._endpoint,
|
|
4161
3967
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4197,12 +4003,11 @@ class DataScienceClient {
|
|
|
4197
4003
|
* @param ListDataSciencePrivateEndpointsRequest
|
|
4198
4004
|
* @return ListDataSciencePrivateEndpointsResponse
|
|
4199
4005
|
* @throws OciError when an error occurs
|
|
4200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpoints API.
|
|
4201
4007
|
*/
|
|
4202
4008
|
listDataSciencePrivateEndpoints(listDataSciencePrivateEndpointsRequest) {
|
|
4203
4009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4204
|
-
|
|
4205
|
-
this.logger.debug("Calling operation DataScienceClient#listDataSciencePrivateEndpoints.");
|
|
4010
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listDataSciencePrivateEndpoints.");
|
|
4206
4011
|
const operationName = "listDataSciencePrivateEndpoints";
|
|
4207
4012
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/DataSciencePrivateEndpoint/ListDataSciencePrivateEndpoints";
|
|
4208
4013
|
const pathParams = {};
|
|
@@ -4223,8 +4028,6 @@ class DataScienceClient {
|
|
|
4223
4028
|
};
|
|
4224
4029
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4225
4030
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataSciencePrivateEndpointsRequest.retryConfiguration, specRetryConfiguration);
|
|
4226
|
-
if (this.logger)
|
|
4227
|
-
retrier.logger = this.logger;
|
|
4228
4031
|
const request = yield oci_common_2.composeRequest({
|
|
4229
4032
|
baseEndpoint: this._endpoint,
|
|
4230
4033
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4313,12 +4116,11 @@ class DataScienceClient {
|
|
|
4313
4116
|
* @param ListFastLaunchJobConfigsRequest
|
|
4314
4117
|
* @return ListFastLaunchJobConfigsResponse
|
|
4315
4118
|
* @throws OciError when an error occurs
|
|
4316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigs API.
|
|
4317
4120
|
*/
|
|
4318
4121
|
listFastLaunchJobConfigs(listFastLaunchJobConfigsRequest) {
|
|
4319
4122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4320
|
-
|
|
4321
|
-
this.logger.debug("Calling operation DataScienceClient#listFastLaunchJobConfigs.");
|
|
4123
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listFastLaunchJobConfigs.");
|
|
4322
4124
|
const operationName = "listFastLaunchJobConfigs";
|
|
4323
4125
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/FastLaunchJobConfigSummary/ListFastLaunchJobConfigs";
|
|
4324
4126
|
const pathParams = {};
|
|
@@ -4333,8 +4135,6 @@ class DataScienceClient {
|
|
|
4333
4135
|
};
|
|
4334
4136
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4335
4137
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFastLaunchJobConfigsRequest.retryConfiguration, specRetryConfiguration);
|
|
4336
|
-
if (this.logger)
|
|
4337
|
-
retrier.logger = this.logger;
|
|
4338
4138
|
const request = yield oci_common_2.composeRequest({
|
|
4339
4139
|
baseEndpoint: this._endpoint,
|
|
4340
4140
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4423,12 +4223,11 @@ class DataScienceClient {
|
|
|
4423
4223
|
* @param ListJobRunsRequest
|
|
4424
4224
|
* @return ListJobRunsResponse
|
|
4425
4225
|
* @throws OciError when an error occurs
|
|
4426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
4427
4227
|
*/
|
|
4428
4228
|
listJobRuns(listJobRunsRequest) {
|
|
4429
4229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4430
|
-
|
|
4431
|
-
this.logger.debug("Calling operation DataScienceClient#listJobRuns.");
|
|
4230
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listJobRuns.");
|
|
4432
4231
|
const operationName = "listJobRuns";
|
|
4433
4232
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobRunSummary/ListJobRuns";
|
|
4434
4233
|
const pathParams = {};
|
|
@@ -4450,8 +4249,6 @@ class DataScienceClient {
|
|
|
4450
4249
|
};
|
|
4451
4250
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4452
4251
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobRunsRequest.retryConfiguration, specRetryConfiguration);
|
|
4453
|
-
if (this.logger)
|
|
4454
|
-
retrier.logger = this.logger;
|
|
4455
4252
|
const request = yield oci_common_2.composeRequest({
|
|
4456
4253
|
baseEndpoint: this._endpoint,
|
|
4457
4254
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4540,12 +4337,11 @@ class DataScienceClient {
|
|
|
4540
4337
|
* @param ListJobShapesRequest
|
|
4541
4338
|
* @return ListJobShapesResponse
|
|
4542
4339
|
* @throws OciError when an error occurs
|
|
4543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapes API.
|
|
4544
4341
|
*/
|
|
4545
4342
|
listJobShapes(listJobShapesRequest) {
|
|
4546
4343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4547
|
-
|
|
4548
|
-
this.logger.debug("Calling operation DataScienceClient#listJobShapes.");
|
|
4344
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listJobShapes.");
|
|
4549
4345
|
const operationName = "listJobShapes";
|
|
4550
4346
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobShapeSummary/ListJobShapes";
|
|
4551
4347
|
const pathParams = {};
|
|
@@ -4560,8 +4356,6 @@ class DataScienceClient {
|
|
|
4560
4356
|
};
|
|
4561
4357
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4562
4358
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobShapesRequest.retryConfiguration, specRetryConfiguration);
|
|
4563
|
-
if (this.logger)
|
|
4564
|
-
retrier.logger = this.logger;
|
|
4565
4359
|
const request = yield oci_common_2.composeRequest({
|
|
4566
4360
|
baseEndpoint: this._endpoint,
|
|
4567
4361
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4650,12 +4444,11 @@ class DataScienceClient {
|
|
|
4650
4444
|
* @param ListJobsRequest
|
|
4651
4445
|
* @return ListJobsResponse
|
|
4652
4446
|
* @throws OciError when an error occurs
|
|
4653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
4654
4448
|
*/
|
|
4655
4449
|
listJobs(listJobsRequest) {
|
|
4656
4450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4657
|
-
|
|
4658
|
-
this.logger.debug("Calling operation DataScienceClient#listJobs.");
|
|
4451
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listJobs.");
|
|
4659
4452
|
const operationName = "listJobs";
|
|
4660
4453
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobSummary/ListJobs";
|
|
4661
4454
|
const pathParams = {};
|
|
@@ -4677,8 +4470,6 @@ class DataScienceClient {
|
|
|
4677
4470
|
};
|
|
4678
4471
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4679
4472
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobsRequest.retryConfiguration, specRetryConfiguration);
|
|
4680
|
-
if (this.logger)
|
|
4681
|
-
retrier.logger = this.logger;
|
|
4682
4473
|
const request = yield oci_common_2.composeRequest({
|
|
4683
4474
|
baseEndpoint: this._endpoint,
|
|
4684
4475
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4767,12 +4558,11 @@ class DataScienceClient {
|
|
|
4767
4558
|
* @param ListModelDeploymentShapesRequest
|
|
4768
4559
|
* @return ListModelDeploymentShapesResponse
|
|
4769
4560
|
* @throws OciError when an error occurs
|
|
4770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapes API.
|
|
4771
4562
|
*/
|
|
4772
4563
|
listModelDeploymentShapes(listModelDeploymentShapesRequest) {
|
|
4773
4564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4774
|
-
|
|
4775
|
-
this.logger.debug("Calling operation DataScienceClient#listModelDeploymentShapes.");
|
|
4565
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listModelDeploymentShapes.");
|
|
4776
4566
|
const operationName = "listModelDeploymentShapes";
|
|
4777
4567
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeploymentShapeSummary/ListModelDeploymentShapes";
|
|
4778
4568
|
const pathParams = {};
|
|
@@ -4787,8 +4577,6 @@ class DataScienceClient {
|
|
|
4787
4577
|
};
|
|
4788
4578
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4789
4579
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listModelDeploymentShapesRequest.retryConfiguration, specRetryConfiguration);
|
|
4790
|
-
if (this.logger)
|
|
4791
|
-
retrier.logger = this.logger;
|
|
4792
4580
|
const request = yield oci_common_2.composeRequest({
|
|
4793
4581
|
baseEndpoint: this._endpoint,
|
|
4794
4582
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4878,12 +4666,11 @@ class DataScienceClient {
|
|
|
4878
4666
|
* @param ListModelDeploymentsRequest
|
|
4879
4667
|
* @return ListModelDeploymentsResponse
|
|
4880
4668
|
* @throws OciError when an error occurs
|
|
4881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeployments API.
|
|
4882
4670
|
*/
|
|
4883
4671
|
listModelDeployments(listModelDeploymentsRequest) {
|
|
4884
4672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4885
|
-
|
|
4886
|
-
this.logger.debug("Calling operation DataScienceClient#listModelDeployments.");
|
|
4673
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listModelDeployments.");
|
|
4887
4674
|
const operationName = "listModelDeployments";
|
|
4888
4675
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeploymentSummary/ListModelDeployments";
|
|
4889
4676
|
const pathParams = {};
|
|
@@ -4905,8 +4692,6 @@ class DataScienceClient {
|
|
|
4905
4692
|
};
|
|
4906
4693
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4907
4694
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listModelDeploymentsRequest.retryConfiguration, specRetryConfiguration);
|
|
4908
|
-
if (this.logger)
|
|
4909
|
-
retrier.logger = this.logger;
|
|
4910
4695
|
const request = yield oci_common_2.composeRequest({
|
|
4911
4696
|
baseEndpoint: this._endpoint,
|
|
4912
4697
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4995,12 +4780,11 @@ class DataScienceClient {
|
|
|
4995
4780
|
* @param ListModelVersionSetsRequest
|
|
4996
4781
|
* @return ListModelVersionSetsResponse
|
|
4997
4782
|
* @throws OciError when an error occurs
|
|
4998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSets API.
|
|
4999
4784
|
*/
|
|
5000
4785
|
listModelVersionSets(listModelVersionSetsRequest) {
|
|
5001
4786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5002
|
-
|
|
5003
|
-
this.logger.debug("Calling operation DataScienceClient#listModelVersionSets.");
|
|
4787
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listModelVersionSets.");
|
|
5004
4788
|
const operationName = "listModelVersionSets";
|
|
5005
4789
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelVersionSetSummary/ListModelVersionSets";
|
|
5006
4790
|
const pathParams = {};
|
|
@@ -5022,8 +4806,6 @@ class DataScienceClient {
|
|
|
5022
4806
|
};
|
|
5023
4807
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5024
4808
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listModelVersionSetsRequest.retryConfiguration, specRetryConfiguration);
|
|
5025
|
-
if (this.logger)
|
|
5026
|
-
retrier.logger = this.logger;
|
|
5027
4809
|
const request = yield oci_common_2.composeRequest({
|
|
5028
4810
|
baseEndpoint: this._endpoint,
|
|
5029
4811
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -5112,12 +4894,11 @@ class DataScienceClient {
|
|
|
5112
4894
|
* @param ListModelsRequest
|
|
5113
4895
|
* @return ListModelsResponse
|
|
5114
4896
|
* @throws OciError when an error occurs
|
|
5115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListModels.ts.html |here} to see how to use ListModels API.
|
|
5116
4898
|
*/
|
|
5117
4899
|
listModels(listModelsRequest) {
|
|
5118
4900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5119
|
-
|
|
5120
|
-
this.logger.debug("Calling operation DataScienceClient#listModels.");
|
|
4901
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listModels.");
|
|
5121
4902
|
const operationName = "listModels";
|
|
5122
4903
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelSummary/ListModels";
|
|
5123
4904
|
const pathParams = {};
|
|
@@ -5141,8 +4922,6 @@ class DataScienceClient {
|
|
|
5141
4922
|
};
|
|
5142
4923
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5143
4924
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listModelsRequest.retryConfiguration, specRetryConfiguration);
|
|
5144
|
-
if (this.logger)
|
|
5145
|
-
retrier.logger = this.logger;
|
|
5146
4925
|
const request = yield oci_common_2.composeRequest({
|
|
5147
4926
|
baseEndpoint: this._endpoint,
|
|
5148
4927
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -5231,12 +5010,11 @@ class DataScienceClient {
|
|
|
5231
5010
|
* @param ListNotebookSessionShapesRequest
|
|
5232
5011
|
* @return ListNotebookSessionShapesResponse
|
|
5233
5012
|
* @throws OciError when an error occurs
|
|
5234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapes API.
|
|
5235
5014
|
*/
|
|
5236
5015
|
listNotebookSessionShapes(listNotebookSessionShapesRequest) {
|
|
5237
5016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5238
|
-
|
|
5239
|
-
this.logger.debug("Calling operation DataScienceClient#listNotebookSessionShapes.");
|
|
5017
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listNotebookSessionShapes.");
|
|
5240
5018
|
const operationName = "listNotebookSessionShapes";
|
|
5241
5019
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSessionShapeSummary/ListNotebookSessionShapes";
|
|
5242
5020
|
const pathParams = {};
|
|
@@ -5251,8 +5029,6 @@ class DataScienceClient {
|
|
|
5251
5029
|
};
|
|
5252
5030
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5253
5031
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listNotebookSessionShapesRequest.retryConfiguration, specRetryConfiguration);
|
|
5254
|
-
if (this.logger)
|
|
5255
|
-
retrier.logger = this.logger;
|
|
5256
5032
|
const request = yield oci_common_2.composeRequest({
|
|
5257
5033
|
baseEndpoint: this._endpoint,
|
|
5258
5034
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -5341,12 +5117,11 @@ class DataScienceClient {
|
|
|
5341
5117
|
* @param ListNotebookSessionsRequest
|
|
5342
5118
|
* @return ListNotebookSessionsResponse
|
|
5343
5119
|
* @throws OciError when an error occurs
|
|
5344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessions API.
|
|
5345
5121
|
*/
|
|
5346
5122
|
listNotebookSessions(listNotebookSessionsRequest) {
|
|
5347
5123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5348
|
-
|
|
5349
|
-
this.logger.debug("Calling operation DataScienceClient#listNotebookSessions.");
|
|
5124
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listNotebookSessions.");
|
|
5350
5125
|
const operationName = "listNotebookSessions";
|
|
5351
5126
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSessionSummary/ListNotebookSessions";
|
|
5352
5127
|
const pathParams = {};
|
|
@@ -5368,8 +5143,6 @@ class DataScienceClient {
|
|
|
5368
5143
|
};
|
|
5369
5144
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5370
5145
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listNotebookSessionsRequest.retryConfiguration, specRetryConfiguration);
|
|
5371
|
-
if (this.logger)
|
|
5372
|
-
retrier.logger = this.logger;
|
|
5373
5146
|
const request = yield oci_common_2.composeRequest({
|
|
5374
5147
|
baseEndpoint: this._endpoint,
|
|
5375
5148
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -5458,12 +5231,11 @@ class DataScienceClient {
|
|
|
5458
5231
|
* @param ListPipelineRunsRequest
|
|
5459
5232
|
* @return ListPipelineRunsResponse
|
|
5460
5233
|
* @throws OciError when an error occurs
|
|
5461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRuns API.
|
|
5462
5235
|
*/
|
|
5463
5236
|
listPipelineRuns(listPipelineRunsRequest) {
|
|
5464
5237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5465
|
-
|
|
5466
|
-
this.logger.debug("Calling operation DataScienceClient#listPipelineRuns.");
|
|
5238
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listPipelineRuns.");
|
|
5467
5239
|
const operationName = "listPipelineRuns";
|
|
5468
5240
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/PipelineRun/ListPipelineRuns";
|
|
5469
5241
|
const pathParams = {};
|
|
@@ -5485,8 +5257,6 @@ class DataScienceClient {
|
|
|
5485
5257
|
};
|
|
5486
5258
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5487
5259
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPipelineRunsRequest.retryConfiguration, specRetryConfiguration);
|
|
5488
|
-
if (this.logger)
|
|
5489
|
-
retrier.logger = this.logger;
|
|
5490
5260
|
const request = yield oci_common_2.composeRequest({
|
|
5491
5261
|
baseEndpoint: this._endpoint,
|
|
5492
5262
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -5575,12 +5345,11 @@ class DataScienceClient {
|
|
|
5575
5345
|
* @param ListPipelinesRequest
|
|
5576
5346
|
* @return ListPipelinesResponse
|
|
5577
5347
|
* @throws OciError when an error occurs
|
|
5578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
5579
5349
|
*/
|
|
5580
5350
|
listPipelines(listPipelinesRequest) {
|
|
5581
5351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5582
|
-
|
|
5583
|
-
this.logger.debug("Calling operation DataScienceClient#listPipelines.");
|
|
5352
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listPipelines.");
|
|
5584
5353
|
const operationName = "listPipelines";
|
|
5585
5354
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/ListPipelines";
|
|
5586
5355
|
const pathParams = {};
|
|
@@ -5602,8 +5371,6 @@ class DataScienceClient {
|
|
|
5602
5371
|
};
|
|
5603
5372
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5604
5373
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPipelinesRequest.retryConfiguration, specRetryConfiguration);
|
|
5605
|
-
if (this.logger)
|
|
5606
|
-
retrier.logger = this.logger;
|
|
5607
5374
|
const request = yield oci_common_2.composeRequest({
|
|
5608
5375
|
baseEndpoint: this._endpoint,
|
|
5609
5376
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -5692,12 +5459,11 @@ class DataScienceClient {
|
|
|
5692
5459
|
* @param ListProjectsRequest
|
|
5693
5460
|
* @return ListProjectsResponse
|
|
5694
5461
|
* @throws OciError when an error occurs
|
|
5695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
5696
5463
|
*/
|
|
5697
5464
|
listProjects(listProjectsRequest) {
|
|
5698
5465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5699
|
-
|
|
5700
|
-
this.logger.debug("Calling operation DataScienceClient#listProjects.");
|
|
5466
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listProjects.");
|
|
5701
5467
|
const operationName = "listProjects";
|
|
5702
5468
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ProjectSummary/ListProjects";
|
|
5703
5469
|
const pathParams = {};
|
|
@@ -5718,8 +5484,6 @@ class DataScienceClient {
|
|
|
5718
5484
|
};
|
|
5719
5485
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5720
5486
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listProjectsRequest.retryConfiguration, specRetryConfiguration);
|
|
5721
|
-
if (this.logger)
|
|
5722
|
-
retrier.logger = this.logger;
|
|
5723
5487
|
const request = yield oci_common_2.composeRequest({
|
|
5724
5488
|
baseEndpoint: this._endpoint,
|
|
5725
5489
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -5808,12 +5572,11 @@ class DataScienceClient {
|
|
|
5808
5572
|
* @param ListWorkRequestErrorsRequest
|
|
5809
5573
|
* @return ListWorkRequestErrorsResponse
|
|
5810
5574
|
* @throws OciError when an error occurs
|
|
5811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
5812
5576
|
*/
|
|
5813
5577
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
5814
5578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5815
|
-
|
|
5816
|
-
this.logger.debug("Calling operation DataScienceClient#listWorkRequestErrors.");
|
|
5579
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listWorkRequestErrors.");
|
|
5817
5580
|
const operationName = "listWorkRequestErrors";
|
|
5818
5581
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/WorkRequest/ListWorkRequestErrors";
|
|
5819
5582
|
const pathParams = {
|
|
@@ -5829,8 +5592,6 @@ class DataScienceClient {
|
|
|
5829
5592
|
};
|
|
5830
5593
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5831
5594
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
|
|
5832
|
-
if (this.logger)
|
|
5833
|
-
retrier.logger = this.logger;
|
|
5834
5595
|
const request = yield oci_common_2.composeRequest({
|
|
5835
5596
|
baseEndpoint: this._endpoint,
|
|
5836
5597
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -5919,12 +5680,11 @@ class DataScienceClient {
|
|
|
5919
5680
|
* @param ListWorkRequestLogsRequest
|
|
5920
5681
|
* @return ListWorkRequestLogsResponse
|
|
5921
5682
|
* @throws OciError when an error occurs
|
|
5922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
5923
5684
|
*/
|
|
5924
5685
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
5925
5686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5926
|
-
|
|
5927
|
-
this.logger.debug("Calling operation DataScienceClient#listWorkRequestLogs.");
|
|
5687
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listWorkRequestLogs.");
|
|
5928
5688
|
const operationName = "listWorkRequestLogs";
|
|
5929
5689
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/WorkRequest/ListWorkRequestLogs";
|
|
5930
5690
|
const pathParams = {
|
|
@@ -5940,8 +5700,6 @@ class DataScienceClient {
|
|
|
5940
5700
|
};
|
|
5941
5701
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5942
5702
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
|
|
5943
|
-
if (this.logger)
|
|
5944
|
-
retrier.logger = this.logger;
|
|
5945
5703
|
const request = yield oci_common_2.composeRequest({
|
|
5946
5704
|
baseEndpoint: this._endpoint,
|
|
5947
5705
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6030,12 +5788,11 @@ class DataScienceClient {
|
|
|
6030
5788
|
* @param ListWorkRequestsRequest
|
|
6031
5789
|
* @return ListWorkRequestsResponse
|
|
6032
5790
|
* @throws OciError when an error occurs
|
|
6033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
6034
5792
|
*/
|
|
6035
5793
|
listWorkRequests(listWorkRequestsRequest) {
|
|
6036
5794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6037
|
-
|
|
6038
|
-
this.logger.debug("Calling operation DataScienceClient#listWorkRequests.");
|
|
5795
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#listWorkRequests.");
|
|
6039
5796
|
const operationName = "listWorkRequests";
|
|
6040
5797
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/WorkRequestSummary/ListWorkRequests";
|
|
6041
5798
|
const pathParams = {};
|
|
@@ -6055,8 +5812,6 @@ class DataScienceClient {
|
|
|
6055
5812
|
};
|
|
6056
5813
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6057
5814
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
6058
|
-
if (this.logger)
|
|
6059
|
-
retrier.logger = this.logger;
|
|
6060
5815
|
const request = yield oci_common_2.composeRequest({
|
|
6061
5816
|
baseEndpoint: this._endpoint,
|
|
6062
5817
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6148,12 +5903,11 @@ class DataScienceClient {
|
|
|
6148
5903
|
* @param UpdateDataSciencePrivateEndpointRequest
|
|
6149
5904
|
* @return UpdateDataSciencePrivateEndpointResponse
|
|
6150
5905
|
* @throws OciError when an error occurs
|
|
6151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateDataSciencePrivateEndpoint.ts.html |here} to see how to use UpdateDataSciencePrivateEndpoint API.
|
|
6152
5907
|
*/
|
|
6153
5908
|
updateDataSciencePrivateEndpoint(updateDataSciencePrivateEndpointRequest) {
|
|
6154
5909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6155
|
-
|
|
6156
|
-
this.logger.debug("Calling operation DataScienceClient#updateDataSciencePrivateEndpoint.");
|
|
5910
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateDataSciencePrivateEndpoint.");
|
|
6157
5911
|
const operationName = "updateDataSciencePrivateEndpoint";
|
|
6158
5912
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/DataSciencePrivateEndpoint/UpdateDataSciencePrivateEndpoint";
|
|
6159
5913
|
const pathParams = {
|
|
@@ -6167,8 +5921,6 @@ class DataScienceClient {
|
|
|
6167
5921
|
};
|
|
6168
5922
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
6169
5923
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDataSciencePrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
6170
|
-
if (this.logger)
|
|
6171
|
-
retrier.logger = this.logger;
|
|
6172
5924
|
const request = yield oci_common_2.composeRequest({
|
|
6173
5925
|
baseEndpoint: this._endpoint,
|
|
6174
5926
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6218,12 +5970,11 @@ class DataScienceClient {
|
|
|
6218
5970
|
* @param UpdateJobRequest
|
|
6219
5971
|
* @return UpdateJobResponse
|
|
6220
5972
|
* @throws OciError when an error occurs
|
|
6221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
6222
5974
|
*/
|
|
6223
5975
|
updateJob(updateJobRequest) {
|
|
6224
5976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6225
|
-
|
|
6226
|
-
this.logger.debug("Calling operation DataScienceClient#updateJob.");
|
|
5977
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateJob.");
|
|
6227
5978
|
const operationName = "updateJob";
|
|
6228
5979
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Job/UpdateJob";
|
|
6229
5980
|
const pathParams = {
|
|
@@ -6237,8 +5988,6 @@ class DataScienceClient {
|
|
|
6237
5988
|
};
|
|
6238
5989
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6239
5990
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateJobRequest.retryConfiguration, specRetryConfiguration);
|
|
6240
|
-
if (this.logger)
|
|
6241
|
-
retrier.logger = this.logger;
|
|
6242
5991
|
const request = yield oci_common_2.composeRequest({
|
|
6243
5992
|
baseEndpoint: this._endpoint,
|
|
6244
5993
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6283,12 +6032,11 @@ class DataScienceClient {
|
|
|
6283
6032
|
* @param UpdateJobRunRequest
|
|
6284
6033
|
* @return UpdateJobRunResponse
|
|
6285
6034
|
* @throws OciError when an error occurs
|
|
6286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRun API.
|
|
6287
6036
|
*/
|
|
6288
6037
|
updateJobRun(updateJobRunRequest) {
|
|
6289
6038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6290
|
-
|
|
6291
|
-
this.logger.debug("Calling operation DataScienceClient#updateJobRun.");
|
|
6039
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateJobRun.");
|
|
6292
6040
|
const operationName = "updateJobRun";
|
|
6293
6041
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/JobRun/UpdateJobRun";
|
|
6294
6042
|
const pathParams = {
|
|
@@ -6302,8 +6050,6 @@ class DataScienceClient {
|
|
|
6302
6050
|
};
|
|
6303
6051
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6304
6052
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateJobRunRequest.retryConfiguration, specRetryConfiguration);
|
|
6305
|
-
if (this.logger)
|
|
6306
|
-
retrier.logger = this.logger;
|
|
6307
6053
|
const request = yield oci_common_2.composeRequest({
|
|
6308
6054
|
baseEndpoint: this._endpoint,
|
|
6309
6055
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6348,12 +6094,11 @@ class DataScienceClient {
|
|
|
6348
6094
|
* @param UpdateModelRequest
|
|
6349
6095
|
* @return UpdateModelResponse
|
|
6350
6096
|
* @throws OciError when an error occurs
|
|
6351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
6352
6098
|
*/
|
|
6353
6099
|
updateModel(updateModelRequest) {
|
|
6354
6100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6355
|
-
|
|
6356
|
-
this.logger.debug("Calling operation DataScienceClient#updateModel.");
|
|
6101
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateModel.");
|
|
6357
6102
|
const operationName = "updateModel";
|
|
6358
6103
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/UpdateModel";
|
|
6359
6104
|
const pathParams = {
|
|
@@ -6367,8 +6112,6 @@ class DataScienceClient {
|
|
|
6367
6112
|
};
|
|
6368
6113
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6369
6114
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateModelRequest.retryConfiguration, specRetryConfiguration);
|
|
6370
|
-
if (this.logger)
|
|
6371
|
-
retrier.logger = this.logger;
|
|
6372
6115
|
const request = yield oci_common_2.composeRequest({
|
|
6373
6116
|
baseEndpoint: this._endpoint,
|
|
6374
6117
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6417,12 +6160,11 @@ class DataScienceClient {
|
|
|
6417
6160
|
* @param UpdateModelDeploymentRequest
|
|
6418
6161
|
* @return UpdateModelDeploymentResponse
|
|
6419
6162
|
* @throws OciError when an error occurs
|
|
6420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeployment API.
|
|
6421
6164
|
*/
|
|
6422
6165
|
updateModelDeployment(updateModelDeploymentRequest) {
|
|
6423
6166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6424
|
-
|
|
6425
|
-
this.logger.debug("Calling operation DataScienceClient#updateModelDeployment.");
|
|
6167
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateModelDeployment.");
|
|
6426
6168
|
const operationName = "updateModelDeployment";
|
|
6427
6169
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelDeployment/UpdateModelDeployment";
|
|
6428
6170
|
const pathParams = {
|
|
@@ -6436,8 +6178,6 @@ class DataScienceClient {
|
|
|
6436
6178
|
};
|
|
6437
6179
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6438
6180
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateModelDeploymentRequest.retryConfiguration, specRetryConfiguration);
|
|
6439
|
-
if (this.logger)
|
|
6440
|
-
retrier.logger = this.logger;
|
|
6441
6181
|
const request = yield oci_common_2.composeRequest({
|
|
6442
6182
|
baseEndpoint: this._endpoint,
|
|
6443
6183
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6478,12 +6218,11 @@ class DataScienceClient {
|
|
|
6478
6218
|
* @param UpdateModelProvenanceRequest
|
|
6479
6219
|
* @return UpdateModelProvenanceResponse
|
|
6480
6220
|
* @throws OciError when an error occurs
|
|
6481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenance API.
|
|
6482
6222
|
*/
|
|
6483
6223
|
updateModelProvenance(updateModelProvenanceRequest) {
|
|
6484
6224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6485
|
-
|
|
6486
|
-
this.logger.debug("Calling operation DataScienceClient#updateModelProvenance.");
|
|
6225
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateModelProvenance.");
|
|
6487
6226
|
const operationName = "updateModelProvenance";
|
|
6488
6227
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Model/UpdateModelProvenance";
|
|
6489
6228
|
const pathParams = {
|
|
@@ -6497,8 +6236,6 @@ class DataScienceClient {
|
|
|
6497
6236
|
};
|
|
6498
6237
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6499
6238
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateModelProvenanceRequest.retryConfiguration, specRetryConfiguration);
|
|
6500
|
-
if (this.logger)
|
|
6501
|
-
retrier.logger = this.logger;
|
|
6502
6239
|
const request = yield oci_common_2.composeRequest({
|
|
6503
6240
|
baseEndpoint: this._endpoint,
|
|
6504
6241
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6543,12 +6280,11 @@ class DataScienceClient {
|
|
|
6543
6280
|
* @param UpdateModelVersionSetRequest
|
|
6544
6281
|
* @return UpdateModelVersionSetResponse
|
|
6545
6282
|
* @throws OciError when an error occurs
|
|
6546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSet API.
|
|
6547
6284
|
*/
|
|
6548
6285
|
updateModelVersionSet(updateModelVersionSetRequest) {
|
|
6549
6286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6550
|
-
|
|
6551
|
-
this.logger.debug("Calling operation DataScienceClient#updateModelVersionSet.");
|
|
6287
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateModelVersionSet.");
|
|
6552
6288
|
const operationName = "updateModelVersionSet";
|
|
6553
6289
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/ModelVersionSet/UpdateModelVersionSet";
|
|
6554
6290
|
const pathParams = {
|
|
@@ -6562,8 +6298,6 @@ class DataScienceClient {
|
|
|
6562
6298
|
};
|
|
6563
6299
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6564
6300
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateModelVersionSetRequest.retryConfiguration, specRetryConfiguration);
|
|
6565
|
-
if (this.logger)
|
|
6566
|
-
retrier.logger = this.logger;
|
|
6567
6301
|
const request = yield oci_common_2.composeRequest({
|
|
6568
6302
|
baseEndpoint: this._endpoint,
|
|
6569
6303
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6611,12 +6345,11 @@ class DataScienceClient {
|
|
|
6611
6345
|
* @param UpdateNotebookSessionRequest
|
|
6612
6346
|
* @return UpdateNotebookSessionResponse
|
|
6613
6347
|
* @throws OciError when an error occurs
|
|
6614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSession API.
|
|
6615
6349
|
*/
|
|
6616
6350
|
updateNotebookSession(updateNotebookSessionRequest) {
|
|
6617
6351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6618
|
-
|
|
6619
|
-
this.logger.debug("Calling operation DataScienceClient#updateNotebookSession.");
|
|
6352
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateNotebookSession.");
|
|
6620
6353
|
const operationName = "updateNotebookSession";
|
|
6621
6354
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/NotebookSession/UpdateNotebookSession";
|
|
6622
6355
|
const pathParams = {
|
|
@@ -6630,8 +6363,6 @@ class DataScienceClient {
|
|
|
6630
6363
|
};
|
|
6631
6364
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6632
6365
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateNotebookSessionRequest.retryConfiguration, specRetryConfiguration);
|
|
6633
|
-
if (this.logger)
|
|
6634
|
-
retrier.logger = this.logger;
|
|
6635
6366
|
const request = yield oci_common_2.composeRequest({
|
|
6636
6367
|
baseEndpoint: this._endpoint,
|
|
6637
6368
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6676,12 +6407,11 @@ class DataScienceClient {
|
|
|
6676
6407
|
* @param UpdatePipelineRequest
|
|
6677
6408
|
* @return UpdatePipelineResponse
|
|
6678
6409
|
* @throws OciError when an error occurs
|
|
6679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
6680
6411
|
*/
|
|
6681
6412
|
updatePipeline(updatePipelineRequest) {
|
|
6682
6413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6683
|
-
|
|
6684
|
-
this.logger.debug("Calling operation DataScienceClient#updatePipeline.");
|
|
6414
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updatePipeline.");
|
|
6685
6415
|
const operationName = "updatePipeline";
|
|
6686
6416
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Pipeline/UpdatePipeline";
|
|
6687
6417
|
const pathParams = {
|
|
@@ -6695,8 +6425,6 @@ class DataScienceClient {
|
|
|
6695
6425
|
};
|
|
6696
6426
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
6697
6427
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updatePipelineRequest.retryConfiguration, specRetryConfiguration);
|
|
6698
|
-
if (this.logger)
|
|
6699
|
-
retrier.logger = this.logger;
|
|
6700
6428
|
const request = yield oci_common_2.composeRequest({
|
|
6701
6429
|
baseEndpoint: this._endpoint,
|
|
6702
6430
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6741,12 +6469,11 @@ class DataScienceClient {
|
|
|
6741
6469
|
* @param UpdatePipelineRunRequest
|
|
6742
6470
|
* @return UpdatePipelineRunResponse
|
|
6743
6471
|
* @throws OciError when an error occurs
|
|
6744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdatePipelineRun.ts.html |here} to see how to use UpdatePipelineRun API.
|
|
6745
6473
|
*/
|
|
6746
6474
|
updatePipelineRun(updatePipelineRunRequest) {
|
|
6747
6475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6748
|
-
|
|
6749
|
-
this.logger.debug("Calling operation DataScienceClient#updatePipelineRun.");
|
|
6476
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updatePipelineRun.");
|
|
6750
6477
|
const operationName = "updatePipelineRun";
|
|
6751
6478
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/PipelineRun/UpdatePipelineRun";
|
|
6752
6479
|
const pathParams = {
|
|
@@ -6760,8 +6487,6 @@ class DataScienceClient {
|
|
|
6760
6487
|
};
|
|
6761
6488
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
6762
6489
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updatePipelineRunRequest.retryConfiguration, specRetryConfiguration);
|
|
6763
|
-
if (this.logger)
|
|
6764
|
-
retrier.logger = this.logger;
|
|
6765
6490
|
const request = yield oci_common_2.composeRequest({
|
|
6766
6491
|
baseEndpoint: this._endpoint,
|
|
6767
6492
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -6806,12 +6531,11 @@ class DataScienceClient {
|
|
|
6806
6531
|
* @param UpdateProjectRequest
|
|
6807
6532
|
* @return UpdateProjectResponse
|
|
6808
6533
|
* @throws OciError when an error occurs
|
|
6809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datascience/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
6810
6535
|
*/
|
|
6811
6536
|
updateProject(updateProjectRequest) {
|
|
6812
6537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6813
|
-
|
|
6814
|
-
this.logger.debug("Calling operation DataScienceClient#updateProject.");
|
|
6538
|
+
oci_common_2.logger.debug("Calling operation DataScienceClient#updateProject.");
|
|
6815
6539
|
const operationName = "updateProject";
|
|
6816
6540
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-science/20190101/Project/UpdateProject";
|
|
6817
6541
|
const pathParams = {
|
|
@@ -6825,8 +6549,6 @@ class DataScienceClient {
|
|
|
6825
6549
|
};
|
|
6826
6550
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6827
6551
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateProjectRequest.retryConfiguration, specRetryConfiguration);
|
|
6828
|
-
if (this.logger)
|
|
6829
|
-
retrier.logger = this.logger;
|
|
6830
6552
|
const request = yield oci_common_2.composeRequest({
|
|
6831
6553
|
baseEndpoint: this._endpoint,
|
|
6832
6554
|
defaultHeaders: this._defaultHeaders,
|