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