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
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListContainersResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListDataSciencePrivateEndpointsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcPrevPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcNextPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListFastLaunchJobConfigsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListJobRunsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListJobShapesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListJobsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListModelDeploymentShapesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListModelDeploymentsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListModelVersionSetsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListModelsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListNotebookSessionShapesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListNotebookSessionsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -19,12 +19,12 @@ export interface ListPipelineRunsResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"opcNextPage": string;
|
|
26
26
|
/**
|
|
27
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
27
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"opcPrevPage": string;
|
|
@@ -19,12 +19,12 @@ export interface ListPipelinesResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"opcNextPage": string;
|
|
26
26
|
/**
|
|
27
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
27
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListProjectsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -19,7 +19,7 @@ export interface ListSchedulesResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"opcNextPage": string;
|
|
@@ -19,12 +19,12 @@ export interface ListWorkRequestErrorsResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"opcNextPage": string;
|
|
26
26
|
/**
|
|
27
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
27
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"opcPrevPage": string;
|
|
@@ -19,12 +19,12 @@ export interface ListWorkRequestLogsResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"opcNextPage": string;
|
|
26
26
|
/**
|
|
27
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
27
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"opcPrevPage": string;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListWorkRequestsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.
|
|
16
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcNextPage": string;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.
|
|
21
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcPrevPage": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateDataSciencePrivateEndpointResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -24,7 +24,7 @@ export interface UpdateDataSciencePrivateEndpointResponse {
|
|
|
24
24
|
*/
|
|
25
25
|
"opcRequestId": string;
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
28
28
|
* with this ID to track the status of the request.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateJobResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateJobRunResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -18,7 +18,7 @@ export interface UpdateModelDeploymentResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"opcRequestId": string;
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
22
22
|
* with this ID to track the status of the request.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -19,7 +19,7 @@ export interface UpdateModelProvenanceResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
22
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"etag": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateModelResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateModelVersionSetResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateNotebookSessionResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdatePipelineResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdatePipelineRunResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateProjectResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -18,7 +18,7 @@ export interface UpdateScheduleResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"opcRequestId": string;
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
22
22
|
* with this ID to track the status of the request.
|
|
23
23
|
*
|
|
24
24
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-datascience",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Data Science Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|