oci-datascience 2.102.2 → 2.104.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 +101 -101
- package/lib/client.js +101 -101
- package/lib/model/change-data-science-private-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/change-job-compartment-details.d.ts +1 -1
- package/lib/model/change-job-run-compartment-details.d.ts +1 -1
- package/lib/model/change-model-compartment-details.d.ts +1 -1
- package/lib/model/change-model-deployment-compartment-details.d.ts +1 -1
- package/lib/model/change-model-version-set-compartment-details.d.ts +1 -1
- package/lib/model/change-notebook-session-compartment-details.d.ts +1 -1
- package/lib/model/change-pipeline-compartment-details.d.ts +1 -1
- package/lib/model/change-pipeline-run-compartment-details.d.ts +1 -1
- package/lib/model/change-project-compartment-details.d.ts +1 -1
- package/lib/model/change-schedule-compartment-details.d.ts +1 -1
- package/lib/model/container-summary.d.ts +2 -2
- package/lib/model/create-data-science-private-endpoint-details.d.ts +3 -3
- package/lib/model/create-job-details.d.ts +4 -4
- package/lib/model/create-job-run-details.d.ts +5 -5
- package/lib/model/create-model-deployment-details.d.ts +4 -4
- package/lib/model/create-model-details.d.ts +4 -4
- package/lib/model/create-model-provenance-details.d.ts +1 -1
- package/lib/model/create-model-version-set-details.d.ts +4 -4
- package/lib/model/create-notebook-session-details.d.ts +4 -4
- package/lib/model/create-pipeline-details.d.ts +8 -4
- package/lib/model/create-pipeline-details.js +10 -0
- package/lib/model/create-pipeline-details.js.map +1 -1
- package/lib/model/create-pipeline-run-details.d.ts +5 -5
- package/lib/model/create-project-details.d.ts +3 -3
- package/lib/model/create-schedule-details.d.ts +4 -4
- package/lib/model/data-science-private-endpoint-summary.d.ts +4 -4
- package/lib/model/data-science-private-endpoint.d.ts +4 -4
- package/lib/model/index.d.ts +8 -0
- package/lib/model/index.js +11 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-configuration.d.ts +1 -1
- package/lib/model/invoke-ml-application-provider-trigger-schedule-action-details.d.ts +1 -1
- package/lib/model/job-run-summary.d.ts +7 -7
- package/lib/model/job-run.d.ts +7 -7
- package/lib/model/job-summary.d.ts +6 -6
- package/lib/model/job.d.ts +6 -6
- package/lib/model/log-details.d.ts +2 -2
- package/lib/model/model-deployment-summary.d.ts +6 -6
- package/lib/model/model-deployment.d.ts +6 -6
- package/lib/model/model-provenance.d.ts +1 -1
- package/lib/model/model-summary.d.ts +6 -6
- package/lib/model/model-version-set-summary.d.ts +6 -6
- package/lib/model/model-version-set.d.ts +6 -6
- package/lib/model/model.d.ts +6 -6
- package/lib/model/notebook-session-config-details.d.ts +1 -1
- package/lib/model/notebook-session-configuration-details.d.ts +1 -1
- package/lib/model/notebook-session-summary.d.ts +6 -6
- package/lib/model/notebook-session.d.ts +6 -6
- package/lib/model/pipeline-container-step-details.d.ts +4 -0
- package/lib/model/pipeline-container-step-details.js +10 -0
- package/lib/model/pipeline-container-step-details.js.map +1 -1
- package/lib/model/pipeline-container-step-update-details.d.ts +4 -0
- package/lib/model/pipeline-container-step-update-details.js +10 -0
- package/lib/model/pipeline-container-step-update-details.js.map +1 -1
- package/lib/model/pipeline-custom-script-step-details.d.ts +4 -0
- package/lib/model/pipeline-custom-script-step-details.js +10 -0
- package/lib/model/pipeline-custom-script-step-details.js.map +1 -1
- package/lib/model/pipeline-custom-script-step-update-details.d.ts +4 -0
- package/lib/model/pipeline-custom-script-step-update-details.js +10 -0
- package/lib/model/pipeline-custom-script-step-update-details.js.map +1 -1
- package/lib/model/pipeline-dataflow-configuration-details.d.ts +49 -0
- package/lib/model/pipeline-dataflow-configuration-details.js +64 -0
- package/lib/model/pipeline-dataflow-configuration-details.js.map +1 -0
- package/lib/model/pipeline-dataflow-step-details.d.ts +30 -0
- package/lib/model/pipeline-dataflow-step-details.js +63 -0
- package/lib/model/pipeline-dataflow-step-details.js.map +1 -0
- package/lib/model/pipeline-dataflow-step-run.d.ts +29 -0
- package/lib/model/pipeline-dataflow-step-run.js +55 -0
- package/lib/model/pipeline-dataflow-step-run.js.map +1 -0
- package/lib/model/pipeline-dataflow-step-update-details.d.ts +26 -0
- package/lib/model/pipeline-dataflow-step-update-details.js +63 -0
- package/lib/model/pipeline-dataflow-step-update-details.js.map +1 -0
- package/lib/model/pipeline-log-configuration-details.d.ts +2 -2
- package/lib/model/pipeline-ml-job-step-details.d.ts +1 -1
- package/lib/model/pipeline-ml-job-step-run.d.ts +1 -1
- package/lib/model/pipeline-run-summary.d.ts +7 -7
- package/lib/model/pipeline-run.d.ts +7 -7
- package/lib/model/pipeline-step-details.js +4 -0
- package/lib/model/pipeline-step-details.js.map +1 -1
- package/lib/model/pipeline-step-override-details.d.ts +1 -0
- package/lib/model/pipeline-step-override-details.js +6 -0
- package/lib/model/pipeline-step-override-details.js.map +1 -1
- package/lib/model/pipeline-step-run.js +4 -0
- package/lib/model/pipeline-step-run.js.map +1 -1
- package/lib/model/pipeline-step-update-details.js +4 -0
- package/lib/model/pipeline-step-update-details.js.map +1 -1
- package/lib/model/pipeline-summary.d.ts +6 -6
- package/lib/model/pipeline.d.ts +10 -6
- package/lib/model/pipeline.js +10 -0
- package/lib/model/pipeline.js.map +1 -1
- package/lib/model/project-summary.d.ts +5 -5
- package/lib/model/project.d.ts +5 -5
- package/lib/model/schedule-log-details.d.ts +2 -2
- package/lib/model/schedule-summary.d.ts +6 -6
- package/lib/model/schedule.d.ts +6 -6
- package/lib/model/update-data-science-private-endpoint-details.d.ts +2 -2
- package/lib/model/update-job-details.d.ts +2 -2
- package/lib/model/update-job-run-details.d.ts +2 -2
- package/lib/model/update-model-deployment-details.d.ts +2 -2
- package/lib/model/update-model-details.d.ts +2 -2
- package/lib/model/update-model-provenance-details.d.ts +1 -1
- package/lib/model/update-model-version-set-details.d.ts +2 -2
- package/lib/model/update-notebook-session-details.d.ts +2 -2
- package/lib/model/update-pipeline-details.d.ts +6 -2
- package/lib/model/update-pipeline-details.js +10 -0
- package/lib/model/update-pipeline-details.js.map +1 -1
- package/lib/model/update-pipeline-run-details.d.ts +2 -2
- package/lib/model/update-project-details.d.ts +2 -2
- package/lib/model/update-schedule-details.d.ts +2 -2
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/activate-model-deployment-request.d.ts +2 -2
- package/lib/request/activate-model-request.d.ts +2 -2
- package/lib/request/activate-notebook-session-request.d.ts +2 -2
- package/lib/request/activate-schedule-request.d.ts +1 -1
- package/lib/request/cancel-job-run-request.d.ts +2 -2
- package/lib/request/cancel-pipeline-run-request.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +2 -2
- package/lib/request/change-job-run-compartment-request.d.ts +2 -2
- package/lib/request/change-model-compartment-request.d.ts +2 -2
- package/lib/request/change-model-deployment-compartment-request.d.ts +2 -2
- package/lib/request/change-model-version-set-compartment-request.d.ts +2 -2
- package/lib/request/change-notebook-session-compartment-request.d.ts +2 -2
- package/lib/request/change-pipeline-compartment-request.d.ts +2 -2
- package/lib/request/change-pipeline-run-compartment-request.d.ts +2 -2
- package/lib/request/change-project-compartment-request.d.ts +2 -2
- package/lib/request/change-schedule-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 +2 -2
- 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 +2 -2
- package/lib/request/create-model-deployment-request.d.ts +1 -1
- package/lib/request/create-model-provenance-request.d.ts +2 -2
- 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-schedule-request.d.ts +1 -1
- package/lib/request/create-step-artifact-request.d.ts +2 -2
- package/lib/request/deactivate-model-deployment-request.d.ts +2 -2
- package/lib/request/deactivate-model-request.d.ts +2 -2
- package/lib/request/deactivate-notebook-session-request.d.ts +2 -2
- package/lib/request/deactivate-schedule-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 +2 -2
- package/lib/request/delete-job-run-request.d.ts +2 -2
- package/lib/request/delete-model-deployment-request.d.ts +2 -2
- package/lib/request/delete-model-request.d.ts +2 -2
- package/lib/request/delete-model-version-set-request.d.ts +2 -2
- package/lib/request/delete-notebook-session-request.d.ts +2 -2
- package/lib/request/delete-pipeline-request.d.ts +2 -2
- package/lib/request/delete-pipeline-run-request.d.ts +2 -2
- package/lib/request/delete-project-request.d.ts +2 -2
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/export-model-artifact-request.d.ts +2 -2
- package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-artifact-content-request.d.ts +2 -2
- package/lib/request/get-job-request.d.ts +2 -2
- package/lib/request/get-job-run-request.d.ts +2 -2
- package/lib/request/get-model-artifact-content-request.d.ts +2 -2
- package/lib/request/get-model-deployment-request.d.ts +2 -2
- package/lib/request/get-model-provenance-request.d.ts +2 -2
- package/lib/request/get-model-request.d.ts +2 -2
- package/lib/request/get-model-version-set-request.d.ts +2 -2
- package/lib/request/get-notebook-session-request.d.ts +2 -2
- package/lib/request/get-pipeline-request.d.ts +2 -2
- package/lib/request/get-pipeline-run-request.d.ts +2 -2
- package/lib/request/get-project-request.d.ts +2 -2
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-step-artifact-content-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/head-job-artifact-request.d.ts +2 -2
- package/lib/request/head-model-artifact-request.d.ts +2 -2
- package/lib/request/head-step-artifact-request.d.ts +2 -2
- package/lib/request/import-model-artifact-request.d.ts +2 -2
- package/lib/request/list-containers-request.d.ts +3 -3
- package/lib/request/list-data-science-private-endpoints-request.d.ts +5 -5
- package/lib/request/list-fast-launch-job-configs-request.d.ts +4 -4
- package/lib/request/list-job-runs-request.d.ts +7 -7
- package/lib/request/list-job-shapes-request.d.ts +4 -4
- package/lib/request/list-jobs-request.d.ts +7 -7
- package/lib/request/list-model-deployment-shapes-request.d.ts +4 -4
- package/lib/request/list-model-deployments-request.d.ts +7 -7
- package/lib/request/list-model-version-sets-request.d.ts +7 -7
- package/lib/request/list-models-request.d.ts +7 -7
- package/lib/request/list-notebook-session-shapes-request.d.ts +4 -4
- package/lib/request/list-notebook-sessions-request.d.ts +7 -7
- package/lib/request/list-pipeline-runs-request.d.ts +7 -7
- package/lib/request/list-pipelines-request.d.ts +7 -7
- package/lib/request/list-projects-request.d.ts +6 -6
- package/lib/request/list-schedules-request.d.ts +5 -5
- package/lib/request/list-work-request-errors-request.d.ts +4 -4
- package/lib/request/list-work-request-logs-request.d.ts +4 -4
- package/lib/request/list-work-requests-request.d.ts +5 -5
- package/lib/request/restore-archived-model-artifact-request.d.ts +2 -2
- package/lib/request/update-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +2 -2
- package/lib/request/update-job-run-request.d.ts +2 -2
- package/lib/request/update-model-deployment-request.d.ts +2 -2
- package/lib/request/update-model-provenance-request.d.ts +2 -2
- package/lib/request/update-model-request.d.ts +2 -2
- package/lib/request/update-model-version-set-request.d.ts +2 -2
- package/lib/request/update-notebook-session-request.d.ts +2 -2
- package/lib/request/update-pipeline-request.d.ts +2 -2
- package/lib/request/update-pipeline-run-request.d.ts +2 -2
- package/lib/request/update-project-request.d.ts +2 -2
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/lib/response/activate-model-deployment-response.d.ts +1 -1
- package/lib/response/activate-model-response.d.ts +1 -1
- package/lib/response/activate-notebook-session-response.d.ts +1 -1
- package/lib/response/activate-schedule-response.d.ts +1 -1
- package/lib/response/change-data-science-private-endpoint-compartment-response.d.ts +1 -1
- package/lib/response/change-model-version-set-compartment-response.d.ts +1 -1
- package/lib/response/change-schedule-compartment-response.d.ts +1 -1
- package/lib/response/create-data-science-private-endpoint-response.d.ts +2 -2
- package/lib/response/create-job-artifact-response.d.ts +1 -1
- package/lib/response/create-job-response.d.ts +1 -1
- package/lib/response/create-job-run-response.d.ts +1 -1
- package/lib/response/create-model-artifact-response.d.ts +1 -1
- package/lib/response/create-model-deployment-response.d.ts +2 -2
- package/lib/response/create-model-provenance-response.d.ts +1 -1
- package/lib/response/create-model-response.d.ts +1 -1
- package/lib/response/create-model-version-set-response.d.ts +1 -1
- package/lib/response/create-notebook-session-response.d.ts +2 -2
- package/lib/response/create-pipeline-response.d.ts +1 -1
- package/lib/response/create-pipeline-run-response.d.ts +1 -1
- package/lib/response/create-project-response.d.ts +1 -1
- package/lib/response/create-schedule-response.d.ts +2 -2
- package/lib/response/deactivate-model-deployment-response.d.ts +1 -1
- package/lib/response/deactivate-model-response.d.ts +1 -1
- package/lib/response/deactivate-notebook-session-response.d.ts +1 -1
- package/lib/response/deactivate-schedule-response.d.ts +1 -1
- package/lib/response/delete-data-science-private-endpoint-response.d.ts +1 -1
- package/lib/response/delete-job-response.d.ts +1 -1
- package/lib/response/delete-model-deployment-response.d.ts +1 -1
- package/lib/response/delete-model-version-set-response.d.ts +1 -1
- package/lib/response/delete-notebook-session-response.d.ts +1 -1
- package/lib/response/delete-pipeline-response.d.ts +1 -1
- package/lib/response/delete-project-response.d.ts +1 -1
- package/lib/response/delete-schedule-response.d.ts +1 -1
- package/lib/response/export-model-artifact-response.d.ts +1 -1
- package/lib/response/get-data-science-private-endpoint-response.d.ts +1 -1
- package/lib/response/get-job-artifact-content-response.d.ts +1 -1
- package/lib/response/get-job-response.d.ts +1 -1
- package/lib/response/get-job-run-response.d.ts +1 -1
- package/lib/response/get-model-artifact-content-response.d.ts +1 -1
- package/lib/response/get-model-deployment-response.d.ts +1 -1
- package/lib/response/get-model-provenance-response.d.ts +1 -1
- package/lib/response/get-model-response.d.ts +1 -1
- package/lib/response/get-model-version-set-response.d.ts +1 -1
- package/lib/response/get-notebook-session-response.d.ts +1 -1
- package/lib/response/get-pipeline-response.d.ts +1 -1
- package/lib/response/get-pipeline-run-response.d.ts +1 -1
- package/lib/response/get-project-response.d.ts +1 -1
- package/lib/response/get-schedule-response.d.ts +1 -1
- package/lib/response/get-step-artifact-content-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/head-job-artifact-response.d.ts +1 -1
- package/lib/response/head-model-artifact-response.d.ts +1 -1
- package/lib/response/head-step-artifact-response.d.ts +1 -1
- package/lib/response/import-model-artifact-response.d.ts +1 -1
- package/lib/response/list-containers-response.d.ts +2 -2
- package/lib/response/list-data-science-private-endpoints-response.d.ts +2 -2
- package/lib/response/list-fast-launch-job-configs-response.d.ts +2 -2
- package/lib/response/list-job-runs-response.d.ts +2 -2
- package/lib/response/list-job-shapes-response.d.ts +2 -2
- package/lib/response/list-jobs-response.d.ts +2 -2
- package/lib/response/list-model-deployment-shapes-response.d.ts +2 -2
- package/lib/response/list-model-deployments-response.d.ts +2 -2
- package/lib/response/list-model-version-sets-response.d.ts +2 -2
- package/lib/response/list-models-response.d.ts +2 -2
- package/lib/response/list-notebook-session-shapes-response.d.ts +2 -2
- package/lib/response/list-notebook-sessions-response.d.ts +2 -2
- package/lib/response/list-pipeline-runs-response.d.ts +2 -2
- package/lib/response/list-pipelines-response.d.ts +2 -2
- package/lib/response/list-projects-response.d.ts +2 -2
- package/lib/response/list-schedules-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +2 -2
- package/lib/response/list-work-request-logs-response.d.ts +2 -2
- package/lib/response/list-work-requests-response.d.ts +2 -2
- package/lib/response/update-data-science-private-endpoint-response.d.ts +2 -2
- package/lib/response/update-job-response.d.ts +1 -1
- package/lib/response/update-job-run-response.d.ts +1 -1
- package/lib/response/update-model-deployment-response.d.ts +1 -1
- package/lib/response/update-model-provenance-response.d.ts +1 -1
- package/lib/response/update-model-response.d.ts +1 -1
- package/lib/response/update-model-version-set-response.d.ts +1 -1
- package/lib/response/update-notebook-session-response.d.ts +1 -1
- package/lib/response/update-pipeline-response.d.ts +1 -1
- package/lib/response/update-pipeline-run-response.d.ts +1 -1
- package/lib/response/update-project-response.d.ts +1 -1
- package/lib/response/update-schedule-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -215,7 +215,7 @@ class DataScienceClient {
|
|
|
215
215
|
* @param ActivateModelRequest
|
|
216
216
|
* @return ActivateModelResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.
|
|
218
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ActivateModel.ts.html |here} to see how to use ActivateModel API.
|
|
219
219
|
*/
|
|
220
220
|
activateModel(activateModelRequest) {
|
|
221
221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -279,7 +279,7 @@ class DataScienceClient {
|
|
|
279
279
|
* @param ActivateModelDeploymentRequest
|
|
280
280
|
* @return ActivateModelDeploymentResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.
|
|
282
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeployment API.
|
|
283
283
|
*/
|
|
284
284
|
activateModelDeployment(activateModelDeploymentRequest) {
|
|
285
285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -339,7 +339,7 @@ class DataScienceClient {
|
|
|
339
339
|
* @param ActivateNotebookSessionRequest
|
|
340
340
|
* @return ActivateNotebookSessionResponse
|
|
341
341
|
* @throws OciError when an error occurs
|
|
342
|
-
* @example Click {@link https://docs.
|
|
342
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSession API.
|
|
343
343
|
*/
|
|
344
344
|
activateNotebookSession(activateNotebookSessionRequest) {
|
|
345
345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -399,7 +399,7 @@ class DataScienceClient {
|
|
|
399
399
|
* @param ActivateScheduleRequest
|
|
400
400
|
* @return ActivateScheduleResponse
|
|
401
401
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.
|
|
402
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ActivateSchedule.ts.html |here} to see how to use ActivateSchedule API.
|
|
403
403
|
*/
|
|
404
404
|
activateSchedule(activateScheduleRequest) {
|
|
405
405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -460,7 +460,7 @@ class DataScienceClient {
|
|
|
460
460
|
* @param CancelJobRunRequest
|
|
461
461
|
* @return CancelJobRunResponse
|
|
462
462
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.
|
|
463
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRun API.
|
|
464
464
|
*/
|
|
465
465
|
cancelJobRun(cancelJobRunRequest) {
|
|
466
466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -515,7 +515,7 @@ class DataScienceClient {
|
|
|
515
515
|
* @param CancelPipelineRunRequest
|
|
516
516
|
* @return CancelPipelineRunResponse
|
|
517
517
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.
|
|
518
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRun API.
|
|
519
519
|
*/
|
|
520
520
|
cancelPipelineRun(cancelPipelineRunRequest) {
|
|
521
521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -573,7 +573,7 @@ class DataScienceClient {
|
|
|
573
573
|
* @param CancelWorkRequestRequest
|
|
574
574
|
* @return CancelWorkRequestResponse
|
|
575
575
|
* @throws OciError when an error occurs
|
|
576
|
-
* @example Click {@link https://docs.
|
|
576
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
577
577
|
*/
|
|
578
578
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
579
579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -629,7 +629,7 @@ class DataScienceClient {
|
|
|
629
629
|
* @param ChangeDataSciencePrivateEndpointCompartmentRequest
|
|
630
630
|
* @return ChangeDataSciencePrivateEndpointCompartmentResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.
|
|
632
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartment API.
|
|
633
633
|
*/
|
|
634
634
|
changeDataSciencePrivateEndpointCompartment(changeDataSciencePrivateEndpointCompartmentRequest) {
|
|
635
635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -691,7 +691,7 @@ class DataScienceClient {
|
|
|
691
691
|
* @param ChangeJobCompartmentRequest
|
|
692
692
|
* @return ChangeJobCompartmentResponse
|
|
693
693
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.
|
|
694
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
695
695
|
*/
|
|
696
696
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
697
697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -747,7 +747,7 @@ class DataScienceClient {
|
|
|
747
747
|
* @param ChangeJobRunCompartmentRequest
|
|
748
748
|
* @return ChangeJobRunCompartmentResponse
|
|
749
749
|
* @throws OciError when an error occurs
|
|
750
|
-
* @example Click {@link https://docs.
|
|
750
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartment API.
|
|
751
751
|
*/
|
|
752
752
|
changeJobRunCompartment(changeJobRunCompartmentRequest) {
|
|
753
753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -803,7 +803,7 @@ class DataScienceClient {
|
|
|
803
803
|
* @param ChangeModelCompartmentRequest
|
|
804
804
|
* @return ChangeModelCompartmentResponse
|
|
805
805
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.
|
|
806
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
807
807
|
*/
|
|
808
808
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
809
809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -860,7 +860,7 @@ class DataScienceClient {
|
|
|
860
860
|
* @param ChangeModelDeploymentCompartmentRequest
|
|
861
861
|
* @return ChangeModelDeploymentCompartmentResponse
|
|
862
862
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.
|
|
863
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartment API.
|
|
864
864
|
*/
|
|
865
865
|
changeModelDeploymentCompartment(changeModelDeploymentCompartmentRequest) {
|
|
866
866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -917,7 +917,7 @@ class DataScienceClient {
|
|
|
917
917
|
* @param ChangeModelVersionSetCompartmentRequest
|
|
918
918
|
* @return ChangeModelVersionSetCompartmentResponse
|
|
919
919
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.
|
|
920
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartment API.
|
|
921
921
|
*/
|
|
922
922
|
changeModelVersionSetCompartment(changeModelVersionSetCompartmentRequest) {
|
|
923
923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -979,7 +979,7 @@ class DataScienceClient {
|
|
|
979
979
|
* @param ChangeNotebookSessionCompartmentRequest
|
|
980
980
|
* @return ChangeNotebookSessionCompartmentResponse
|
|
981
981
|
* @throws OciError when an error occurs
|
|
982
|
-
* @example Click {@link https://docs.
|
|
982
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartment API.
|
|
983
983
|
*/
|
|
984
984
|
changeNotebookSessionCompartment(changeNotebookSessionCompartmentRequest) {
|
|
985
985
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1036,7 +1036,7 @@ class DataScienceClient {
|
|
|
1036
1036
|
* @param ChangePipelineCompartmentRequest
|
|
1037
1037
|
* @return ChangePipelineCompartmentResponse
|
|
1038
1038
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.
|
|
1039
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartment API.
|
|
1040
1040
|
*/
|
|
1041
1041
|
changePipelineCompartment(changePipelineCompartmentRequest) {
|
|
1042
1042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1092,7 +1092,7 @@ class DataScienceClient {
|
|
|
1092
1092
|
* @param ChangePipelineRunCompartmentRequest
|
|
1093
1093
|
* @return ChangePipelineRunCompartmentResponse
|
|
1094
1094
|
* @throws OciError when an error occurs
|
|
1095
|
-
* @example Click {@link https://docs.
|
|
1095
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartment API.
|
|
1096
1096
|
*/
|
|
1097
1097
|
changePipelineRunCompartment(changePipelineRunCompartmentRequest) {
|
|
1098
1098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1148,7 +1148,7 @@ class DataScienceClient {
|
|
|
1148
1148
|
* @param ChangeProjectCompartmentRequest
|
|
1149
1149
|
* @return ChangeProjectCompartmentResponse
|
|
1150
1150
|
* @throws OciError when an error occurs
|
|
1151
|
-
* @example Click {@link https://docs.
|
|
1151
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
1152
1152
|
*/
|
|
1153
1153
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
1154
1154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1205,7 +1205,7 @@ class DataScienceClient {
|
|
|
1205
1205
|
* @param ChangeScheduleCompartmentRequest
|
|
1206
1206
|
* @return ChangeScheduleCompartmentResponse
|
|
1207
1207
|
* @throws OciError when an error occurs
|
|
1208
|
-
* @example Click {@link https://docs.
|
|
1208
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeScheduleCompartment.ts.html |here} to see how to use ChangeScheduleCompartment API.
|
|
1209
1209
|
*/
|
|
1210
1210
|
changeScheduleCompartment(changeScheduleCompartmentRequest) {
|
|
1211
1211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1268,7 +1268,7 @@ class DataScienceClient {
|
|
|
1268
1268
|
* @param CreateDataSciencePrivateEndpointRequest
|
|
1269
1269
|
* @return CreateDataSciencePrivateEndpointResponse
|
|
1270
1270
|
* @throws OciError when an error occurs
|
|
1271
|
-
* @example Click {@link https://docs.
|
|
1271
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpoint API.
|
|
1272
1272
|
*/
|
|
1273
1273
|
createDataSciencePrivateEndpoint(createDataSciencePrivateEndpointRequest) {
|
|
1274
1274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1341,7 +1341,7 @@ class DataScienceClient {
|
|
|
1341
1341
|
* @param CreateJobRequest
|
|
1342
1342
|
* @return CreateJobResponse
|
|
1343
1343
|
* @throws OciError when an error occurs
|
|
1344
|
-
* @example Click {@link https://docs.
|
|
1344
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1345
1345
|
*/
|
|
1346
1346
|
createJob(createJobRequest) {
|
|
1347
1347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1404,7 +1404,7 @@ class DataScienceClient {
|
|
|
1404
1404
|
* @param CreateJobArtifactRequest
|
|
1405
1405
|
* @return CreateJobArtifactResponse
|
|
1406
1406
|
* @throws OciError when an error occurs
|
|
1407
|
-
* @example Click {@link https://docs.
|
|
1407
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifact API.
|
|
1408
1408
|
*/
|
|
1409
1409
|
createJobArtifact(createJobArtifactRequest) {
|
|
1410
1410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1467,7 +1467,7 @@ class DataScienceClient {
|
|
|
1467
1467
|
* @param CreateJobRunRequest
|
|
1468
1468
|
* @return CreateJobRunResponse
|
|
1469
1469
|
* @throws OciError when an error occurs
|
|
1470
|
-
* @example Click {@link https://docs.
|
|
1470
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRun API.
|
|
1471
1471
|
*/
|
|
1472
1472
|
createJobRun(createJobRunRequest) {
|
|
1473
1473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1531,7 +1531,7 @@ class DataScienceClient {
|
|
|
1531
1531
|
* @param CreateModelRequest
|
|
1532
1532
|
* @return CreateModelResponse
|
|
1533
1533
|
* @throws OciError when an error occurs
|
|
1534
|
-
* @example Click {@link https://docs.
|
|
1534
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
1535
1535
|
*/
|
|
1536
1536
|
createModel(createModelRequest) {
|
|
1537
1537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1594,7 +1594,7 @@ class DataScienceClient {
|
|
|
1594
1594
|
* @param CreateModelArtifactRequest
|
|
1595
1595
|
* @return CreateModelArtifactResponse
|
|
1596
1596
|
* @throws OciError when an error occurs
|
|
1597
|
-
* @example Click {@link https://docs.
|
|
1597
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifact API.
|
|
1598
1598
|
*/
|
|
1599
1599
|
createModelArtifact(createModelArtifactRequest) {
|
|
1600
1600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1658,7 +1658,7 @@ class DataScienceClient {
|
|
|
1658
1658
|
* @param CreateModelDeploymentRequest
|
|
1659
1659
|
* @return CreateModelDeploymentResponse
|
|
1660
1660
|
* @throws OciError when an error occurs
|
|
1661
|
-
* @example Click {@link https://docs.
|
|
1661
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeployment API.
|
|
1662
1662
|
*/
|
|
1663
1663
|
createModelDeployment(createModelDeploymentRequest) {
|
|
1664
1664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1732,7 +1732,7 @@ class DataScienceClient {
|
|
|
1732
1732
|
* @param CreateModelProvenanceRequest
|
|
1733
1733
|
* @return CreateModelProvenanceResponse
|
|
1734
1734
|
* @throws OciError when an error occurs
|
|
1735
|
-
* @example Click {@link https://docs.
|
|
1735
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenance API.
|
|
1736
1736
|
*/
|
|
1737
1737
|
createModelProvenance(createModelProvenanceRequest) {
|
|
1738
1738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1797,7 +1797,7 @@ class DataScienceClient {
|
|
|
1797
1797
|
* @param CreateModelVersionSetRequest
|
|
1798
1798
|
* @return CreateModelVersionSetResponse
|
|
1799
1799
|
* @throws OciError when an error occurs
|
|
1800
|
-
* @example Click {@link https://docs.
|
|
1800
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSet API.
|
|
1801
1801
|
*/
|
|
1802
1802
|
createModelVersionSet(createModelVersionSetRequest) {
|
|
1803
1803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1860,7 +1860,7 @@ class DataScienceClient {
|
|
|
1860
1860
|
* @param CreateNotebookSessionRequest
|
|
1861
1861
|
* @return CreateNotebookSessionResponse
|
|
1862
1862
|
* @throws OciError when an error occurs
|
|
1863
|
-
* @example Click {@link https://docs.
|
|
1863
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSession API.
|
|
1864
1864
|
*/
|
|
1865
1865
|
createNotebookSession(createNotebookSessionRequest) {
|
|
1866
1866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1934,7 +1934,7 @@ class DataScienceClient {
|
|
|
1934
1934
|
* @param CreatePipelineRequest
|
|
1935
1935
|
* @return CreatePipelineResponse
|
|
1936
1936
|
* @throws OciError when an error occurs
|
|
1937
|
-
* @example Click {@link https://docs.
|
|
1937
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
1938
1938
|
*/
|
|
1939
1939
|
createPipeline(createPipelineRequest) {
|
|
1940
1940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1998,7 +1998,7 @@ class DataScienceClient {
|
|
|
1998
1998
|
* @param CreatePipelineRunRequest
|
|
1999
1999
|
* @return CreatePipelineRunResponse
|
|
2000
2000
|
* @throws OciError when an error occurs
|
|
2001
|
-
* @example Click {@link https://docs.
|
|
2001
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRun API.
|
|
2002
2002
|
*/
|
|
2003
2003
|
createPipelineRun(createPipelineRunRequest) {
|
|
2004
2004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2067,7 +2067,7 @@ class DataScienceClient {
|
|
|
2067
2067
|
* @param CreateProjectRequest
|
|
2068
2068
|
* @return CreateProjectResponse
|
|
2069
2069
|
* @throws OciError when an error occurs
|
|
2070
|
-
* @example Click {@link https://docs.
|
|
2070
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
2071
2071
|
*/
|
|
2072
2072
|
createProject(createProjectRequest) {
|
|
2073
2073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2131,7 +2131,7 @@ class DataScienceClient {
|
|
|
2131
2131
|
* @param CreateScheduleRequest
|
|
2132
2132
|
* @return CreateScheduleResponse
|
|
2133
2133
|
* @throws OciError when an error occurs
|
|
2134
|
-
* @example Click {@link https://docs.
|
|
2134
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
2135
2135
|
*/
|
|
2136
2136
|
createSchedule(createScheduleRequest) {
|
|
2137
2137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2209,7 +2209,7 @@ class DataScienceClient {
|
|
|
2209
2209
|
* @param CreateStepArtifactRequest
|
|
2210
2210
|
* @return CreateStepArtifactResponse
|
|
2211
2211
|
* @throws OciError when an error occurs
|
|
2212
|
-
* @example Click {@link https://docs.
|
|
2212
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifact API.
|
|
2213
2213
|
*/
|
|
2214
2214
|
createStepArtifact(createStepArtifactRequest) {
|
|
2215
2215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2268,7 +2268,7 @@ class DataScienceClient {
|
|
|
2268
2268
|
* @param DeactivateModelRequest
|
|
2269
2269
|
* @return DeactivateModelResponse
|
|
2270
2270
|
* @throws OciError when an error occurs
|
|
2271
|
-
* @example Click {@link https://docs.
|
|
2271
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModel API.
|
|
2272
2272
|
*/
|
|
2273
2273
|
deactivateModel(deactivateModelRequest) {
|
|
2274
2274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2332,7 +2332,7 @@ class DataScienceClient {
|
|
|
2332
2332
|
* @param DeactivateModelDeploymentRequest
|
|
2333
2333
|
* @return DeactivateModelDeploymentResponse
|
|
2334
2334
|
* @throws OciError when an error occurs
|
|
2335
|
-
* @example Click {@link https://docs.
|
|
2335
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeployment API.
|
|
2336
2336
|
*/
|
|
2337
2337
|
deactivateModelDeployment(deactivateModelDeploymentRequest) {
|
|
2338
2338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2392,7 +2392,7 @@ class DataScienceClient {
|
|
|
2392
2392
|
* @param DeactivateNotebookSessionRequest
|
|
2393
2393
|
* @return DeactivateNotebookSessionResponse
|
|
2394
2394
|
* @throws OciError when an error occurs
|
|
2395
|
-
* @example Click {@link https://docs.
|
|
2395
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSession API.
|
|
2396
2396
|
*/
|
|
2397
2397
|
deactivateNotebookSession(deactivateNotebookSessionRequest) {
|
|
2398
2398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2452,7 +2452,7 @@ class DataScienceClient {
|
|
|
2452
2452
|
* @param DeactivateScheduleRequest
|
|
2453
2453
|
* @return DeactivateScheduleResponse
|
|
2454
2454
|
* @throws OciError when an error occurs
|
|
2455
|
-
* @example Click {@link https://docs.
|
|
2455
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeactivateSchedule.ts.html |here} to see how to use DeactivateSchedule API.
|
|
2456
2456
|
*/
|
|
2457
2457
|
deactivateSchedule(deactivateScheduleRequest) {
|
|
2458
2458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2514,7 +2514,7 @@ class DataScienceClient {
|
|
|
2514
2514
|
* @param DeleteDataSciencePrivateEndpointRequest
|
|
2515
2515
|
* @return DeleteDataSciencePrivateEndpointResponse
|
|
2516
2516
|
* @throws OciError when an error occurs
|
|
2517
|
-
* @example Click {@link https://docs.
|
|
2517
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpoint API.
|
|
2518
2518
|
*/
|
|
2519
2519
|
deleteDataSciencePrivateEndpoint(deleteDataSciencePrivateEndpointRequest) {
|
|
2520
2520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2574,7 +2574,7 @@ class DataScienceClient {
|
|
|
2574
2574
|
* @param DeleteJobRequest
|
|
2575
2575
|
* @return DeleteJobResponse
|
|
2576
2576
|
* @throws OciError when an error occurs
|
|
2577
|
-
* @example Click {@link https://docs.
|
|
2577
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
2578
2578
|
*/
|
|
2579
2579
|
deleteJob(deleteJobRequest) {
|
|
2580
2580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2636,7 +2636,7 @@ class DataScienceClient {
|
|
|
2636
2636
|
* @param DeleteJobRunRequest
|
|
2637
2637
|
* @return DeleteJobRunResponse
|
|
2638
2638
|
* @throws OciError when an error occurs
|
|
2639
|
-
* @example Click {@link https://docs.
|
|
2639
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRun API.
|
|
2640
2640
|
*/
|
|
2641
2641
|
deleteJobRun(deleteJobRunRequest) {
|
|
2642
2642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2691,7 +2691,7 @@ class DataScienceClient {
|
|
|
2691
2691
|
* @param DeleteModelRequest
|
|
2692
2692
|
* @return DeleteModelResponse
|
|
2693
2693
|
* @throws OciError when an error occurs
|
|
2694
|
-
* @example Click {@link https://docs.
|
|
2694
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
2695
2695
|
*/
|
|
2696
2696
|
deleteModel(deleteModelRequest) {
|
|
2697
2697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2746,7 +2746,7 @@ class DataScienceClient {
|
|
|
2746
2746
|
* @param DeleteModelDeploymentRequest
|
|
2747
2747
|
* @return DeleteModelDeploymentResponse
|
|
2748
2748
|
* @throws OciError when an error occurs
|
|
2749
|
-
* @example Click {@link https://docs.
|
|
2749
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeployment API.
|
|
2750
2750
|
*/
|
|
2751
2751
|
deleteModelDeployment(deleteModelDeploymentRequest) {
|
|
2752
2752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2806,7 +2806,7 @@ class DataScienceClient {
|
|
|
2806
2806
|
* @param DeleteModelVersionSetRequest
|
|
2807
2807
|
* @return DeleteModelVersionSetResponse
|
|
2808
2808
|
* @throws OciError when an error occurs
|
|
2809
|
-
* @example Click {@link https://docs.
|
|
2809
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSet API.
|
|
2810
2810
|
*/
|
|
2811
2811
|
deleteModelVersionSet(deleteModelVersionSetRequest) {
|
|
2812
2812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2868,7 +2868,7 @@ class DataScienceClient {
|
|
|
2868
2868
|
* @param DeleteNotebookSessionRequest
|
|
2869
2869
|
* @return DeleteNotebookSessionResponse
|
|
2870
2870
|
* @throws OciError when an error occurs
|
|
2871
|
-
* @example Click {@link https://docs.
|
|
2871
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSession API.
|
|
2872
2872
|
*/
|
|
2873
2873
|
deleteNotebookSession(deleteNotebookSessionRequest) {
|
|
2874
2874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2928,7 +2928,7 @@ class DataScienceClient {
|
|
|
2928
2928
|
* @param DeletePipelineRequest
|
|
2929
2929
|
* @return DeletePipelineResponse
|
|
2930
2930
|
* @throws OciError when an error occurs
|
|
2931
|
-
* @example Click {@link https://docs.
|
|
2931
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
2932
2932
|
*/
|
|
2933
2933
|
deletePipeline(deletePipelineRequest) {
|
|
2934
2934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2991,7 +2991,7 @@ class DataScienceClient {
|
|
|
2991
2991
|
* @param DeletePipelineRunRequest
|
|
2992
2992
|
* @return DeletePipelineRunResponse
|
|
2993
2993
|
* @throws OciError when an error occurs
|
|
2994
|
-
* @example Click {@link https://docs.
|
|
2994
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRun API.
|
|
2995
2995
|
*/
|
|
2996
2996
|
deletePipelineRun(deletePipelineRunRequest) {
|
|
2997
2997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3048,7 +3048,7 @@ class DataScienceClient {
|
|
|
3048
3048
|
* @param DeleteProjectRequest
|
|
3049
3049
|
* @return DeleteProjectResponse
|
|
3050
3050
|
* @throws OciError when an error occurs
|
|
3051
|
-
* @example Click {@link https://docs.
|
|
3051
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
3052
3052
|
*/
|
|
3053
3053
|
deleteProject(deleteProjectRequest) {
|
|
3054
3054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3108,7 +3108,7 @@ class DataScienceClient {
|
|
|
3108
3108
|
* @param DeleteScheduleRequest
|
|
3109
3109
|
* @return DeleteScheduleResponse
|
|
3110
3110
|
* @throws OciError when an error occurs
|
|
3111
|
-
* @example Click {@link https://docs.
|
|
3111
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
3112
3112
|
*/
|
|
3113
3113
|
deleteSchedule(deleteScheduleRequest) {
|
|
3114
3114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3168,7 +3168,7 @@ class DataScienceClient {
|
|
|
3168
3168
|
* @param ExportModelArtifactRequest
|
|
3169
3169
|
* @return ExportModelArtifactResponse
|
|
3170
3170
|
* @throws OciError when an error occurs
|
|
3171
|
-
* @example Click {@link https://docs.
|
|
3171
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifact API.
|
|
3172
3172
|
*/
|
|
3173
3173
|
exportModelArtifact(exportModelArtifactRequest) {
|
|
3174
3174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3231,7 +3231,7 @@ class DataScienceClient {
|
|
|
3231
3231
|
* @param GetDataSciencePrivateEndpointRequest
|
|
3232
3232
|
* @return GetDataSciencePrivateEndpointResponse
|
|
3233
3233
|
* @throws OciError when an error occurs
|
|
3234
|
-
* @example Click {@link https://docs.
|
|
3234
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetDataSciencePrivateEndpoint.ts.html |here} to see how to use GetDataSciencePrivateEndpoint API.
|
|
3235
3235
|
*/
|
|
3236
3236
|
getDataSciencePrivateEndpoint(getDataSciencePrivateEndpointRequest) {
|
|
3237
3237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3294,7 +3294,7 @@ class DataScienceClient {
|
|
|
3294
3294
|
* @param GetJobRequest
|
|
3295
3295
|
* @return GetJobResponse
|
|
3296
3296
|
* @throws OciError when an error occurs
|
|
3297
|
-
* @example Click {@link https://docs.
|
|
3297
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetJob.ts.html |here} to see how to use GetJob API.
|
|
3298
3298
|
*/
|
|
3299
3299
|
getJob(getJobRequest) {
|
|
3300
3300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3357,7 +3357,7 @@ class DataScienceClient {
|
|
|
3357
3357
|
* @param GetJobArtifactContentRequest
|
|
3358
3358
|
* @return GetJobArtifactContentResponse
|
|
3359
3359
|
* @throws OciError when an error occurs
|
|
3360
|
-
* @example Click {@link https://docs.
|
|
3360
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContent API.
|
|
3361
3361
|
*/
|
|
3362
3362
|
getJobArtifactContent(getJobArtifactContentRequest) {
|
|
3363
3363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3440,7 +3440,7 @@ class DataScienceClient {
|
|
|
3440
3440
|
* @param GetJobRunRequest
|
|
3441
3441
|
* @return GetJobRunResponse
|
|
3442
3442
|
* @throws OciError when an error occurs
|
|
3443
|
-
* @example Click {@link https://docs.
|
|
3443
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
3444
3444
|
*/
|
|
3445
3445
|
getJobRun(getJobRunRequest) {
|
|
3446
3446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3503,7 +3503,7 @@ class DataScienceClient {
|
|
|
3503
3503
|
* @param GetModelRequest
|
|
3504
3504
|
* @return GetModelResponse
|
|
3505
3505
|
* @throws OciError when an error occurs
|
|
3506
|
-
* @example Click {@link https://docs.
|
|
3506
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetModel.ts.html |here} to see how to use GetModel API.
|
|
3507
3507
|
*/
|
|
3508
3508
|
getModel(getModelRequest) {
|
|
3509
3509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3566,7 +3566,7 @@ class DataScienceClient {
|
|
|
3566
3566
|
* @param GetModelArtifactContentRequest
|
|
3567
3567
|
* @return GetModelArtifactContentResponse
|
|
3568
3568
|
* @throws OciError when an error occurs
|
|
3569
|
-
* @example Click {@link https://docs.
|
|
3569
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContent API.
|
|
3570
3570
|
*/
|
|
3571
3571
|
getModelArtifactContent(getModelArtifactContentRequest) {
|
|
3572
3572
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3649,7 +3649,7 @@ class DataScienceClient {
|
|
|
3649
3649
|
* @param GetModelDeploymentRequest
|
|
3650
3650
|
* @return GetModelDeploymentResponse
|
|
3651
3651
|
* @throws OciError when an error occurs
|
|
3652
|
-
* @example Click {@link https://docs.
|
|
3652
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeployment API.
|
|
3653
3653
|
*/
|
|
3654
3654
|
getModelDeployment(getModelDeploymentRequest) {
|
|
3655
3655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3712,7 +3712,7 @@ class DataScienceClient {
|
|
|
3712
3712
|
* @param GetModelProvenanceRequest
|
|
3713
3713
|
* @return GetModelProvenanceResponse
|
|
3714
3714
|
* @throws OciError when an error occurs
|
|
3715
|
-
* @example Click {@link https://docs.
|
|
3715
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenance API.
|
|
3716
3716
|
*/
|
|
3717
3717
|
getModelProvenance(getModelProvenanceRequest) {
|
|
3718
3718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3775,7 +3775,7 @@ class DataScienceClient {
|
|
|
3775
3775
|
* @param GetModelVersionSetRequest
|
|
3776
3776
|
* @return GetModelVersionSetResponse
|
|
3777
3777
|
* @throws OciError when an error occurs
|
|
3778
|
-
* @example Click {@link https://docs.
|
|
3778
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetModelVersionSet.ts.html |here} to see how to use GetModelVersionSet API.
|
|
3779
3779
|
*/
|
|
3780
3780
|
getModelVersionSet(getModelVersionSetRequest) {
|
|
3781
3781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3838,7 +3838,7 @@ class DataScienceClient {
|
|
|
3838
3838
|
* @param GetNotebookSessionRequest
|
|
3839
3839
|
* @return GetNotebookSessionResponse
|
|
3840
3840
|
* @throws OciError when an error occurs
|
|
3841
|
-
* @example Click {@link https://docs.
|
|
3841
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSession API.
|
|
3842
3842
|
*/
|
|
3843
3843
|
getNotebookSession(getNotebookSessionRequest) {
|
|
3844
3844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3901,7 +3901,7 @@ class DataScienceClient {
|
|
|
3901
3901
|
* @param GetPipelineRequest
|
|
3902
3902
|
* @return GetPipelineResponse
|
|
3903
3903
|
* @throws OciError when an error occurs
|
|
3904
|
-
* @example Click {@link https://docs.
|
|
3904
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
3905
3905
|
*/
|
|
3906
3906
|
getPipeline(getPipelineRequest) {
|
|
3907
3907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3964,7 +3964,7 @@ class DataScienceClient {
|
|
|
3964
3964
|
* @param GetPipelineRunRequest
|
|
3965
3965
|
* @return GetPipelineRunResponse
|
|
3966
3966
|
* @throws OciError when an error occurs
|
|
3967
|
-
* @example Click {@link https://docs.
|
|
3967
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetPipelineRun.ts.html |here} to see how to use GetPipelineRun API.
|
|
3968
3968
|
*/
|
|
3969
3969
|
getPipelineRun(getPipelineRunRequest) {
|
|
3970
3970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4027,7 +4027,7 @@ class DataScienceClient {
|
|
|
4027
4027
|
* @param GetProjectRequest
|
|
4028
4028
|
* @return GetProjectResponse
|
|
4029
4029
|
* @throws OciError when an error occurs
|
|
4030
|
-
* @example Click {@link https://docs.
|
|
4030
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetProject.ts.html |here} to see how to use GetProject API.
|
|
4031
4031
|
*/
|
|
4032
4032
|
getProject(getProjectRequest) {
|
|
4033
4033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4090,7 +4090,7 @@ class DataScienceClient {
|
|
|
4090
4090
|
* @param GetScheduleRequest
|
|
4091
4091
|
* @return GetScheduleResponse
|
|
4092
4092
|
* @throws OciError when an error occurs
|
|
4093
|
-
* @example Click {@link https://docs.
|
|
4093
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
4094
4094
|
*/
|
|
4095
4095
|
getSchedule(getScheduleRequest) {
|
|
4096
4096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4153,7 +4153,7 @@ class DataScienceClient {
|
|
|
4153
4153
|
* @param GetStepArtifactContentRequest
|
|
4154
4154
|
* @return GetStepArtifactContentResponse
|
|
4155
4155
|
* @throws OciError when an error occurs
|
|
4156
|
-
* @example Click {@link https://docs.
|
|
4156
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetStepArtifactContent.ts.html |here} to see how to use GetStepArtifactContent API.
|
|
4157
4157
|
*/
|
|
4158
4158
|
getStepArtifactContent(getStepArtifactContentRequest) {
|
|
4159
4159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4237,7 +4237,7 @@ class DataScienceClient {
|
|
|
4237
4237
|
* @param GetWorkRequestRequest
|
|
4238
4238
|
* @return GetWorkRequestResponse
|
|
4239
4239
|
* @throws OciError when an error occurs
|
|
4240
|
-
* @example Click {@link https://docs.
|
|
4240
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4241
4241
|
*/
|
|
4242
4242
|
getWorkRequest(getWorkRequestRequest) {
|
|
4243
4243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4305,7 +4305,7 @@ class DataScienceClient {
|
|
|
4305
4305
|
* @param HeadJobArtifactRequest
|
|
4306
4306
|
* @return HeadJobArtifactResponse
|
|
4307
4307
|
* @throws OciError when an error occurs
|
|
4308
|
-
* @example Click {@link https://docs.
|
|
4308
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifact API.
|
|
4309
4309
|
*/
|
|
4310
4310
|
headJobArtifact(headJobArtifactRequest) {
|
|
4311
4311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4384,7 +4384,7 @@ class DataScienceClient {
|
|
|
4384
4384
|
* @param HeadModelArtifactRequest
|
|
4385
4385
|
* @return HeadModelArtifactResponse
|
|
4386
4386
|
* @throws OciError when an error occurs
|
|
4387
|
-
* @example Click {@link https://docs.
|
|
4387
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifact API.
|
|
4388
4388
|
*/
|
|
4389
4389
|
headModelArtifact(headModelArtifactRequest) {
|
|
4390
4390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4463,7 +4463,7 @@ class DataScienceClient {
|
|
|
4463
4463
|
* @param HeadStepArtifactRequest
|
|
4464
4464
|
* @return HeadStepArtifactResponse
|
|
4465
4465
|
* @throws OciError when an error occurs
|
|
4466
|
-
* @example Click {@link https://docs.
|
|
4466
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifact API.
|
|
4467
4467
|
*/
|
|
4468
4468
|
headStepArtifact(headStepArtifactRequest) {
|
|
4469
4469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4543,7 +4543,7 @@ class DataScienceClient {
|
|
|
4543
4543
|
* @param ImportModelArtifactRequest
|
|
4544
4544
|
* @return ImportModelArtifactResponse
|
|
4545
4545
|
* @throws OciError when an error occurs
|
|
4546
|
-
* @example Click {@link https://docs.
|
|
4546
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifact API.
|
|
4547
4547
|
*/
|
|
4548
4548
|
importModelArtifact(importModelArtifactRequest) {
|
|
4549
4549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4604,7 +4604,7 @@ class DataScienceClient {
|
|
|
4604
4604
|
* @param ListContainersRequest
|
|
4605
4605
|
* @return ListContainersResponse
|
|
4606
4606
|
* @throws OciError when an error occurs
|
|
4607
|
-
* @example Click {@link https://docs.
|
|
4607
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListContainers.ts.html |here} to see how to use ListContainers API.
|
|
4608
4608
|
*/
|
|
4609
4609
|
listContainers(listContainersRequest) {
|
|
4610
4610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4721,7 +4721,7 @@ class DataScienceClient {
|
|
|
4721
4721
|
* @param ListDataSciencePrivateEndpointsRequest
|
|
4722
4722
|
* @return ListDataSciencePrivateEndpointsResponse
|
|
4723
4723
|
* @throws OciError when an error occurs
|
|
4724
|
-
* @example Click {@link https://docs.
|
|
4724
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpoints API.
|
|
4725
4725
|
*/
|
|
4726
4726
|
listDataSciencePrivateEndpoints(listDataSciencePrivateEndpointsRequest) {
|
|
4727
4727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4837,7 +4837,7 @@ class DataScienceClient {
|
|
|
4837
4837
|
* @param ListFastLaunchJobConfigsRequest
|
|
4838
4838
|
* @return ListFastLaunchJobConfigsResponse
|
|
4839
4839
|
* @throws OciError when an error occurs
|
|
4840
|
-
* @example Click {@link https://docs.
|
|
4840
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigs API.
|
|
4841
4841
|
*/
|
|
4842
4842
|
listFastLaunchJobConfigs(listFastLaunchJobConfigsRequest) {
|
|
4843
4843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4947,7 +4947,7 @@ class DataScienceClient {
|
|
|
4947
4947
|
* @param ListJobRunsRequest
|
|
4948
4948
|
* @return ListJobRunsResponse
|
|
4949
4949
|
* @throws OciError when an error occurs
|
|
4950
|
-
* @example Click {@link https://docs.
|
|
4950
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
4951
4951
|
*/
|
|
4952
4952
|
listJobRuns(listJobRunsRequest) {
|
|
4953
4953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5064,7 +5064,7 @@ class DataScienceClient {
|
|
|
5064
5064
|
* @param ListJobShapesRequest
|
|
5065
5065
|
* @return ListJobShapesResponse
|
|
5066
5066
|
* @throws OciError when an error occurs
|
|
5067
|
-
* @example Click {@link https://docs.
|
|
5067
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapes API.
|
|
5068
5068
|
*/
|
|
5069
5069
|
listJobShapes(listJobShapesRequest) {
|
|
5070
5070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5174,7 +5174,7 @@ class DataScienceClient {
|
|
|
5174
5174
|
* @param ListJobsRequest
|
|
5175
5175
|
* @return ListJobsResponse
|
|
5176
5176
|
* @throws OciError when an error occurs
|
|
5177
|
-
* @example Click {@link https://docs.
|
|
5177
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
5178
5178
|
*/
|
|
5179
5179
|
listJobs(listJobsRequest) {
|
|
5180
5180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5291,7 +5291,7 @@ class DataScienceClient {
|
|
|
5291
5291
|
* @param ListModelDeploymentShapesRequest
|
|
5292
5292
|
* @return ListModelDeploymentShapesResponse
|
|
5293
5293
|
* @throws OciError when an error occurs
|
|
5294
|
-
* @example Click {@link https://docs.
|
|
5294
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapes API.
|
|
5295
5295
|
*/
|
|
5296
5296
|
listModelDeploymentShapes(listModelDeploymentShapesRequest) {
|
|
5297
5297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5402,7 +5402,7 @@ class DataScienceClient {
|
|
|
5402
5402
|
* @param ListModelDeploymentsRequest
|
|
5403
5403
|
* @return ListModelDeploymentsResponse
|
|
5404
5404
|
* @throws OciError when an error occurs
|
|
5405
|
-
* @example Click {@link https://docs.
|
|
5405
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeployments API.
|
|
5406
5406
|
*/
|
|
5407
5407
|
listModelDeployments(listModelDeploymentsRequest) {
|
|
5408
5408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5519,7 +5519,7 @@ class DataScienceClient {
|
|
|
5519
5519
|
* @param ListModelVersionSetsRequest
|
|
5520
5520
|
* @return ListModelVersionSetsResponse
|
|
5521
5521
|
* @throws OciError when an error occurs
|
|
5522
|
-
* @example Click {@link https://docs.
|
|
5522
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSets API.
|
|
5523
5523
|
*/
|
|
5524
5524
|
listModelVersionSets(listModelVersionSetsRequest) {
|
|
5525
5525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5636,7 +5636,7 @@ class DataScienceClient {
|
|
|
5636
5636
|
* @param ListModelsRequest
|
|
5637
5637
|
* @return ListModelsResponse
|
|
5638
5638
|
* @throws OciError when an error occurs
|
|
5639
|
-
* @example Click {@link https://docs.
|
|
5639
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListModels.ts.html |here} to see how to use ListModels API.
|
|
5640
5640
|
*/
|
|
5641
5641
|
listModels(listModelsRequest) {
|
|
5642
5642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5755,7 +5755,7 @@ class DataScienceClient {
|
|
|
5755
5755
|
* @param ListNotebookSessionShapesRequest
|
|
5756
5756
|
* @return ListNotebookSessionShapesResponse
|
|
5757
5757
|
* @throws OciError when an error occurs
|
|
5758
|
-
* @example Click {@link https://docs.
|
|
5758
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapes API.
|
|
5759
5759
|
*/
|
|
5760
5760
|
listNotebookSessionShapes(listNotebookSessionShapesRequest) {
|
|
5761
5761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5865,7 +5865,7 @@ class DataScienceClient {
|
|
|
5865
5865
|
* @param ListNotebookSessionsRequest
|
|
5866
5866
|
* @return ListNotebookSessionsResponse
|
|
5867
5867
|
* @throws OciError when an error occurs
|
|
5868
|
-
* @example Click {@link https://docs.
|
|
5868
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessions API.
|
|
5869
5869
|
*/
|
|
5870
5870
|
listNotebookSessions(listNotebookSessionsRequest) {
|
|
5871
5871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5982,7 +5982,7 @@ class DataScienceClient {
|
|
|
5982
5982
|
* @param ListPipelineRunsRequest
|
|
5983
5983
|
* @return ListPipelineRunsResponse
|
|
5984
5984
|
* @throws OciError when an error occurs
|
|
5985
|
-
* @example Click {@link https://docs.
|
|
5985
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRuns API.
|
|
5986
5986
|
*/
|
|
5987
5987
|
listPipelineRuns(listPipelineRunsRequest) {
|
|
5988
5988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6099,7 +6099,7 @@ class DataScienceClient {
|
|
|
6099
6099
|
* @param ListPipelinesRequest
|
|
6100
6100
|
* @return ListPipelinesResponse
|
|
6101
6101
|
* @throws OciError when an error occurs
|
|
6102
|
-
* @example Click {@link https://docs.
|
|
6102
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
6103
6103
|
*/
|
|
6104
6104
|
listPipelines(listPipelinesRequest) {
|
|
6105
6105
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6216,7 +6216,7 @@ class DataScienceClient {
|
|
|
6216
6216
|
* @param ListProjectsRequest
|
|
6217
6217
|
* @return ListProjectsResponse
|
|
6218
6218
|
* @throws OciError when an error occurs
|
|
6219
|
-
* @example Click {@link https://docs.
|
|
6219
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
6220
6220
|
*/
|
|
6221
6221
|
listProjects(listProjectsRequest) {
|
|
6222
6222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6333,7 +6333,7 @@ class DataScienceClient {
|
|
|
6333
6333
|
* @param ListSchedulesRequest
|
|
6334
6334
|
* @return ListSchedulesResponse
|
|
6335
6335
|
* @throws OciError when an error occurs
|
|
6336
|
-
* @example Click {@link https://docs.
|
|
6336
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
6337
6337
|
*/
|
|
6338
6338
|
listSchedules(listSchedulesRequest) {
|
|
6339
6339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6444,7 +6444,7 @@ class DataScienceClient {
|
|
|
6444
6444
|
* @param ListWorkRequestErrorsRequest
|
|
6445
6445
|
* @return ListWorkRequestErrorsResponse
|
|
6446
6446
|
* @throws OciError when an error occurs
|
|
6447
|
-
* @example Click {@link https://docs.
|
|
6447
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
6448
6448
|
*/
|
|
6449
6449
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
6450
6450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6555,7 +6555,7 @@ class DataScienceClient {
|
|
|
6555
6555
|
* @param ListWorkRequestLogsRequest
|
|
6556
6556
|
* @return ListWorkRequestLogsResponse
|
|
6557
6557
|
* @throws OciError when an error occurs
|
|
6558
|
-
* @example Click {@link https://docs.
|
|
6558
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
6559
6559
|
*/
|
|
6560
6560
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
6561
6561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6666,7 +6666,7 @@ class DataScienceClient {
|
|
|
6666
6666
|
* @param ListWorkRequestsRequest
|
|
6667
6667
|
* @return ListWorkRequestsResponse
|
|
6668
6668
|
* @throws OciError when an error occurs
|
|
6669
|
-
* @example Click {@link https://docs.
|
|
6669
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
6670
6670
|
*/
|
|
6671
6671
|
listWorkRequests(listWorkRequestsRequest) {
|
|
6672
6672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6781,7 +6781,7 @@ class DataScienceClient {
|
|
|
6781
6781
|
* @param RestoreArchivedModelArtifactRequest
|
|
6782
6782
|
* @return RestoreArchivedModelArtifactResponse
|
|
6783
6783
|
* @throws OciError when an error occurs
|
|
6784
|
-
* @example Click {@link https://docs.
|
|
6784
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/RestoreArchivedModelArtifact.ts.html |here} to see how to use RestoreArchivedModelArtifact API.
|
|
6785
6785
|
*/
|
|
6786
6786
|
restoreArchivedModelArtifact(restoreArchivedModelArtifactRequest) {
|
|
6787
6787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6842,7 +6842,7 @@ class DataScienceClient {
|
|
|
6842
6842
|
* @param UpdateDataSciencePrivateEndpointRequest
|
|
6843
6843
|
* @return UpdateDataSciencePrivateEndpointResponse
|
|
6844
6844
|
* @throws OciError when an error occurs
|
|
6845
|
-
* @example Click {@link https://docs.
|
|
6845
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateDataSciencePrivateEndpoint.ts.html |here} to see how to use UpdateDataSciencePrivateEndpoint API.
|
|
6846
6846
|
*/
|
|
6847
6847
|
updateDataSciencePrivateEndpoint(updateDataSciencePrivateEndpointRequest) {
|
|
6848
6848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6912,7 +6912,7 @@ class DataScienceClient {
|
|
|
6912
6912
|
* @param UpdateJobRequest
|
|
6913
6913
|
* @return UpdateJobResponse
|
|
6914
6914
|
* @throws OciError when an error occurs
|
|
6915
|
-
* @example Click {@link https://docs.
|
|
6915
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
6916
6916
|
*/
|
|
6917
6917
|
updateJob(updateJobRequest) {
|
|
6918
6918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6977,7 +6977,7 @@ class DataScienceClient {
|
|
|
6977
6977
|
* @param UpdateJobRunRequest
|
|
6978
6978
|
* @return UpdateJobRunResponse
|
|
6979
6979
|
* @throws OciError when an error occurs
|
|
6980
|
-
* @example Click {@link https://docs.
|
|
6980
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRun API.
|
|
6981
6981
|
*/
|
|
6982
6982
|
updateJobRun(updateJobRunRequest) {
|
|
6983
6983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7042,7 +7042,7 @@ class DataScienceClient {
|
|
|
7042
7042
|
* @param UpdateModelRequest
|
|
7043
7043
|
* @return UpdateModelResponse
|
|
7044
7044
|
* @throws OciError when an error occurs
|
|
7045
|
-
* @example Click {@link https://docs.
|
|
7045
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
7046
7046
|
*/
|
|
7047
7047
|
updateModel(updateModelRequest) {
|
|
7048
7048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7111,7 +7111,7 @@ class DataScienceClient {
|
|
|
7111
7111
|
* @param UpdateModelDeploymentRequest
|
|
7112
7112
|
* @return UpdateModelDeploymentResponse
|
|
7113
7113
|
* @throws OciError when an error occurs
|
|
7114
|
-
* @example Click {@link https://docs.
|
|
7114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeployment API.
|
|
7115
7115
|
*/
|
|
7116
7116
|
updateModelDeployment(updateModelDeploymentRequest) {
|
|
7117
7117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7172,7 +7172,7 @@ class DataScienceClient {
|
|
|
7172
7172
|
* @param UpdateModelProvenanceRequest
|
|
7173
7173
|
* @return UpdateModelProvenanceResponse
|
|
7174
7174
|
* @throws OciError when an error occurs
|
|
7175
|
-
* @example Click {@link https://docs.
|
|
7175
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenance API.
|
|
7176
7176
|
*/
|
|
7177
7177
|
updateModelProvenance(updateModelProvenanceRequest) {
|
|
7178
7178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7237,7 +7237,7 @@ class DataScienceClient {
|
|
|
7237
7237
|
* @param UpdateModelVersionSetRequest
|
|
7238
7238
|
* @return UpdateModelVersionSetResponse
|
|
7239
7239
|
* @throws OciError when an error occurs
|
|
7240
|
-
* @example Click {@link https://docs.
|
|
7240
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSet API.
|
|
7241
7241
|
*/
|
|
7242
7242
|
updateModelVersionSet(updateModelVersionSetRequest) {
|
|
7243
7243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7305,7 +7305,7 @@ class DataScienceClient {
|
|
|
7305
7305
|
* @param UpdateNotebookSessionRequest
|
|
7306
7306
|
* @return UpdateNotebookSessionResponse
|
|
7307
7307
|
* @throws OciError when an error occurs
|
|
7308
|
-
* @example Click {@link https://docs.
|
|
7308
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSession API.
|
|
7309
7309
|
*/
|
|
7310
7310
|
updateNotebookSession(updateNotebookSessionRequest) {
|
|
7311
7311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7370,7 +7370,7 @@ class DataScienceClient {
|
|
|
7370
7370
|
* @param UpdatePipelineRequest
|
|
7371
7371
|
* @return UpdatePipelineResponse
|
|
7372
7372
|
* @throws OciError when an error occurs
|
|
7373
|
-
* @example Click {@link https://docs.
|
|
7373
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
7374
7374
|
*/
|
|
7375
7375
|
updatePipeline(updatePipelineRequest) {
|
|
7376
7376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7435,7 +7435,7 @@ class DataScienceClient {
|
|
|
7435
7435
|
* @param UpdatePipelineRunRequest
|
|
7436
7436
|
* @return UpdatePipelineRunResponse
|
|
7437
7437
|
* @throws OciError when an error occurs
|
|
7438
|
-
* @example Click {@link https://docs.
|
|
7438
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdatePipelineRun.ts.html |here} to see how to use UpdatePipelineRun API.
|
|
7439
7439
|
*/
|
|
7440
7440
|
updatePipelineRun(updatePipelineRunRequest) {
|
|
7441
7441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7500,7 +7500,7 @@ class DataScienceClient {
|
|
|
7500
7500
|
* @param UpdateProjectRequest
|
|
7501
7501
|
* @return UpdateProjectResponse
|
|
7502
7502
|
* @throws OciError when an error occurs
|
|
7503
|
-
* @example Click {@link https://docs.
|
|
7503
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
7504
7504
|
*/
|
|
7505
7505
|
updateProject(updateProjectRequest) {
|
|
7506
7506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7565,7 +7565,7 @@ class DataScienceClient {
|
|
|
7565
7565
|
* @param UpdateScheduleRequest
|
|
7566
7566
|
* @return UpdateScheduleResponse
|
|
7567
7567
|
* @throws OciError when an error occurs
|
|
7568
|
-
* @example Click {@link https://docs.
|
|
7568
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
7569
7569
|
*/
|
|
7570
7570
|
updateSchedule(updateScheduleRequest) {
|
|
7571
7571
|
return __awaiter(this, void 0, void 0, function* () {
|