oci-datascience 2.50.1 → 2.50.2
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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +150 -64
- package/lib/client.js +498 -64
- package/lib/client.js.map +1 -1
- package/lib/datascience-waiter.d.ts +9 -1
- package/lib/datascience-waiter.js +13 -1
- package/lib/datascience-waiter.js.map +1 -1
- package/lib/model/artifact-export-details-object-storage.d.ts +1 -1
- package/lib/model/artifact-export-details-object-storage.js +1 -1
- package/lib/model/artifact-export-details.d.ts +1 -1
- package/lib/model/artifact-export-details.js +1 -1
- package/lib/model/artifact-import-details-object-storage.d.ts +1 -1
- package/lib/model/artifact-import-details-object-storage.js +1 -1
- package/lib/model/artifact-import-details.d.ts +1 -1
- package/lib/model/artifact-import-details.js +1 -1
- package/lib/model/artifact-source-type.d.ts +1 -1
- package/lib/model/artifact-source-type.js +1 -1
- package/lib/model/category-log-details.d.ts +1 -1
- package/lib/model/category-log-details.js +1 -1
- package/lib/model/change-job-compartment-details.d.ts +1 -1
- package/lib/model/change-job-compartment-details.js +1 -1
- package/lib/model/change-job-run-compartment-details.d.ts +1 -1
- package/lib/model/change-job-run-compartment-details.js +1 -1
- package/lib/model/change-model-compartment-details.d.ts +1 -1
- package/lib/model/change-model-compartment-details.js +1 -1
- package/lib/model/change-model-deployment-compartment-details.d.ts +1 -1
- package/lib/model/change-model-deployment-compartment-details.js +1 -1
- package/lib/model/change-model-version-set-compartment-details.d.ts +28 -0
- package/lib/model/change-model-version-set-compartment-details.js +30 -0
- package/lib/model/change-model-version-set-compartment-details.js.map +1 -0
- package/lib/model/change-notebook-session-compartment-details.d.ts +1 -1
- package/lib/model/change-notebook-session-compartment-details.js +1 -1
- package/lib/model/change-project-compartment-details.d.ts +1 -1
- package/lib/model/change-project-compartment-details.js +1 -1
- package/lib/model/create-job-details.d.ts +1 -1
- package/lib/model/create-job-details.js +1 -1
- package/lib/model/create-job-run-details.d.ts +1 -1
- package/lib/model/create-job-run-details.js +1 -1
- package/lib/model/create-model-deployment-details.d.ts +1 -1
- package/lib/model/create-model-deployment-details.js +1 -1
- package/lib/model/create-model-details.d.ts +9 -1
- package/lib/model/create-model-details.js +1 -1
- package/lib/model/create-model-details.js.map +1 -1
- package/lib/model/create-model-provenance-details.d.ts +1 -1
- package/lib/model/create-model-provenance-details.js +1 -1
- package/lib/model/create-model-version-set-details.d.ts +58 -0
- package/lib/model/create-model-version-set-details.js +30 -0
- package/lib/model/create-model-version-set-details.js.map +1 -0
- package/lib/model/create-notebook-session-details.d.ts +1 -1
- package/lib/model/create-notebook-session-details.js +1 -1
- package/lib/model/create-project-details.d.ts +1 -1
- package/lib/model/create-project-details.js +1 -1
- package/lib/model/default-job-configuration-details.d.ts +1 -1
- package/lib/model/default-job-configuration-details.js +1 -1
- package/lib/model/export-model-artifact-details.d.ts +1 -1
- package/lib/model/export-model-artifact-details.js +1 -1
- package/lib/model/fast-launch-job-config-summary.d.ts +1 -1
- package/lib/model/fast-launch-job-config-summary.js +1 -1
- package/lib/model/fixed-size-scaling-policy.d.ts +1 -1
- package/lib/model/fixed-size-scaling-policy.js +1 -1
- package/lib/model/import-model-artifact-details.d.ts +1 -1
- package/lib/model/import-model-artifact-details.js +1 -1
- package/lib/model/index.d.ts +13 -1
- package/lib/model/index.js +15 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-configuration.d.ts +1 -1
- package/lib/model/instance-configuration.js +1 -1
- package/lib/model/job-configuration-details.d.ts +1 -1
- package/lib/model/job-configuration-details.js +1 -1
- package/lib/model/job-infrastructure-configuration-details.d.ts +1 -1
- package/lib/model/job-infrastructure-configuration-details.js +1 -1
- package/lib/model/job-lifecycle-state.d.ts +1 -1
- package/lib/model/job-lifecycle-state.js +1 -1
- package/lib/model/job-log-configuration-details.d.ts +1 -1
- package/lib/model/job-log-configuration-details.js +1 -1
- package/lib/model/job-run-lifecycle-state.d.ts +1 -1
- package/lib/model/job-run-lifecycle-state.js +1 -1
- package/lib/model/job-run-log-details.d.ts +1 -1
- package/lib/model/job-run-log-details.js +1 -1
- package/lib/model/job-run-summary.d.ts +1 -1
- package/lib/model/job-run-summary.js +1 -1
- package/lib/model/job-run.d.ts +1 -1
- package/lib/model/job-run.js +1 -1
- package/lib/model/job-shape-config-details.d.ts +1 -1
- package/lib/model/job-shape-config-details.js +1 -1
- package/lib/model/job-shape-summary.d.ts +1 -1
- package/lib/model/job-shape-summary.js +1 -1
- package/lib/model/job-summary.d.ts +1 -1
- package/lib/model/job-summary.js +1 -1
- package/lib/model/job.d.ts +1 -1
- package/lib/model/job.js +1 -1
- package/lib/model/log-details.d.ts +1 -1
- package/lib/model/log-details.js +1 -1
- package/lib/model/managed-egress-standalone-job-infrastructure-configuration-details.d.ts +1 -1
- package/lib/model/managed-egress-standalone-job-infrastructure-configuration-details.js +1 -1
- package/lib/model/metadata.d.ts +1 -1
- package/lib/model/metadata.js +1 -1
- package/lib/model/model-configuration-details.d.ts +1 -1
- package/lib/model/model-configuration-details.js +1 -1
- package/lib/model/model-deployment-configuration-details.d.ts +1 -1
- package/lib/model/model-deployment-configuration-details.js +1 -1
- package/lib/model/model-deployment-instance-shape-config-details.d.ts +1 -1
- package/lib/model/model-deployment-instance-shape-config-details.js +1 -1
- package/lib/model/model-deployment-lifecycle-state.d.ts +1 -1
- package/lib/model/model-deployment-lifecycle-state.js +1 -1
- package/lib/model/model-deployment-shape-series.d.ts +1 -1
- package/lib/model/model-deployment-shape-series.js +1 -1
- package/lib/model/model-deployment-shape-summary.d.ts +1 -1
- package/lib/model/model-deployment-shape-summary.js +1 -1
- package/lib/model/model-deployment-summary.d.ts +1 -1
- package/lib/model/model-deployment-summary.js +1 -1
- package/lib/model/model-deployment-type.d.ts +1 -1
- package/lib/model/model-deployment-type.js +1 -1
- package/lib/model/model-deployment.d.ts +1 -1
- package/lib/model/model-deployment.js +1 -1
- package/lib/model/model-lifecycle-state.d.ts +1 -1
- package/lib/model/model-lifecycle-state.js +1 -1
- package/lib/model/model-provenance.d.ts +1 -1
- package/lib/model/model-provenance.js +1 -1
- package/lib/model/model-summary.d.ts +17 -1
- package/lib/model/model-summary.js +1 -1
- package/lib/model/model-summary.js.map +1 -1
- package/lib/model/model-version-set-lifecycle-state.d.ts +31 -0
- package/lib/model/model-version-set-lifecycle-state.js +42 -0
- package/lib/model/model-version-set-lifecycle-state.js.map +1 -0
- package/lib/model/model-version-set-summary.d.ts +77 -0
- package/lib/model/model-version-set-summary.js +30 -0
- package/lib/model/model-version-set-summary.js.map +1 -0
- package/lib/model/model-version-set.d.ts +81 -0
- package/lib/model/model-version-set.js +30 -0
- package/lib/model/model-version-set.js.map +1 -0
- package/lib/model/model.d.ts +17 -1
- package/lib/model/model.js +1 -1
- package/lib/model/model.js.map +1 -1
- package/lib/model/notebook-session-config-details.d.ts +1 -1
- package/lib/model/notebook-session-config-details.js +1 -1
- package/lib/model/notebook-session-configuration-details.d.ts +1 -1
- package/lib/model/notebook-session-configuration-details.js +1 -1
- package/lib/model/notebook-session-git-config-details.d.ts +1 -1
- package/lib/model/notebook-session-git-config-details.js +1 -1
- package/lib/model/notebook-session-git-repo-config-details.d.ts +1 -1
- package/lib/model/notebook-session-git-repo-config-details.js +1 -1
- package/lib/model/notebook-session-lifecycle-state.d.ts +1 -1
- package/lib/model/notebook-session-lifecycle-state.js +1 -1
- package/lib/model/notebook-session-runtime-config-details.d.ts +1 -1
- package/lib/model/notebook-session-runtime-config-details.js +1 -1
- package/lib/model/notebook-session-shape-config-details.d.ts +1 -1
- package/lib/model/notebook-session-shape-config-details.js +1 -1
- package/lib/model/notebook-session-shape-series.d.ts +1 -1
- package/lib/model/notebook-session-shape-series.js +1 -1
- package/lib/model/notebook-session-shape-summary.d.ts +1 -1
- package/lib/model/notebook-session-shape-summary.js +1 -1
- package/lib/model/notebook-session-summary.d.ts +1 -1
- package/lib/model/notebook-session-summary.js +1 -1
- package/lib/model/notebook-session.d.ts +1 -1
- package/lib/model/notebook-session.js +1 -1
- package/lib/model/project-lifecycle-state.d.ts +1 -1
- package/lib/model/project-lifecycle-state.js +1 -1
- package/lib/model/project-summary.d.ts +1 -1
- package/lib/model/project-summary.js +1 -1
- package/lib/model/project.d.ts +1 -1
- package/lib/model/project.js +1 -1
- package/lib/model/scaling-policy.d.ts +1 -1
- package/lib/model/scaling-policy.js +1 -1
- package/lib/model/single-model-deployment-configuration-details.d.ts +1 -1
- package/lib/model/single-model-deployment-configuration-details.js +1 -1
- package/lib/model/standalone-job-infrastructure-configuration-details.d.ts +1 -1
- package/lib/model/standalone-job-infrastructure-configuration-details.js +1 -1
- package/lib/model/update-category-log-details.d.ts +1 -1
- package/lib/model/update-category-log-details.js +1 -1
- package/lib/model/update-job-details.d.ts +1 -1
- package/lib/model/update-job-details.js +1 -1
- package/lib/model/update-job-run-details.d.ts +1 -1
- package/lib/model/update-job-run-details.js +1 -1
- package/lib/model/update-model-configuration-details.d.ts +1 -1
- package/lib/model/update-model-configuration-details.js +1 -1
- package/lib/model/update-model-deployment-configuration-details.d.ts +1 -1
- package/lib/model/update-model-deployment-configuration-details.js +1 -1
- package/lib/model/update-model-deployment-details.d.ts +1 -1
- package/lib/model/update-model-deployment-details.js +1 -1
- package/lib/model/update-model-details.d.ts +9 -1
- package/lib/model/update-model-details.js +1 -1
- package/lib/model/update-model-details.js.map +1 -1
- package/lib/model/update-model-provenance-details.d.ts +1 -1
- package/lib/model/update-model-provenance-details.js +1 -1
- package/lib/model/update-model-version-set-details.d.ts +45 -0
- package/lib/model/update-model-version-set-details.js +30 -0
- package/lib/model/update-model-version-set-details.js.map +1 -0
- package/lib/model/update-notebook-session-details.d.ts +1 -1
- package/lib/model/update-notebook-session-details.js +1 -1
- package/lib/model/update-project-details.d.ts +1 -1
- package/lib/model/update-project-details.js +1 -1
- package/lib/model/update-single-model-deployment-configuration-details.d.ts +1 -1
- package/lib/model/update-single-model-deployment-configuration-details.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-operation-type.d.ts +2 -1
- package/lib/model/work-request-operation-type.js +2 -1
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-status.d.ts +1 -1
- package/lib/model/work-request-status.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/activate-model-deployment-request.d.ts +2 -2
- package/lib/request/activate-model-deployment-request.js +1 -1
- package/lib/request/activate-model-request.d.ts +2 -2
- package/lib/request/activate-model-request.js +1 -1
- package/lib/request/activate-notebook-session-request.d.ts +2 -2
- package/lib/request/activate-notebook-session-request.js +1 -1
- package/lib/request/cancel-job-run-request.d.ts +2 -2
- package/lib/request/cancel-job-run-request.js +1 -1
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/cancel-work-request-request.js +1 -1
- package/lib/request/change-job-compartment-request.d.ts +2 -2
- package/lib/request/change-job-compartment-request.js +1 -1
- package/lib/request/change-job-run-compartment-request.d.ts +2 -2
- package/lib/request/change-job-run-compartment-request.js +1 -1
- package/lib/request/change-model-compartment-request.d.ts +2 -2
- package/lib/request/change-model-compartment-request.js +1 -1
- package/lib/request/change-model-deployment-compartment-request.d.ts +2 -2
- package/lib/request/change-model-deployment-compartment-request.js +1 -1
- package/lib/request/change-model-version-set-compartment-request.d.ts +46 -0
- package/lib/request/change-model-version-set-compartment-request.js +15 -0
- package/lib/request/change-model-version-set-compartment-request.js.map +1 -0
- package/lib/request/change-notebook-session-compartment-request.d.ts +2 -2
- package/lib/request/change-notebook-session-compartment-request.js +1 -1
- package/lib/request/change-project-compartment-request.d.ts +2 -2
- package/lib/request/change-project-compartment-request.js +1 -1
- package/lib/request/create-job-artifact-request.d.ts +2 -2
- package/lib/request/create-job-artifact-request.js +1 -1
- package/lib/request/create-job-request.d.ts +2 -2
- package/lib/request/create-job-request.js +1 -1
- package/lib/request/create-job-run-request.d.ts +2 -2
- package/lib/request/create-job-run-request.js +1 -1
- package/lib/request/create-model-artifact-request.d.ts +2 -2
- package/lib/request/create-model-artifact-request.js +1 -1
- package/lib/request/create-model-deployment-request.d.ts +2 -2
- package/lib/request/create-model-deployment-request.js +1 -1
- package/lib/request/create-model-provenance-request.d.ts +2 -2
- package/lib/request/create-model-provenance-request.js +1 -1
- package/lib/request/create-model-request.d.ts +2 -2
- package/lib/request/create-model-request.js +1 -1
- package/lib/request/create-model-version-set-request.d.ts +33 -0
- package/lib/request/create-model-version-set-request.js +15 -0
- package/lib/request/create-model-version-set-request.js.map +1 -0
- package/lib/request/create-notebook-session-request.d.ts +2 -2
- package/lib/request/create-notebook-session-request.js +1 -1
- package/lib/request/create-project-request.d.ts +2 -2
- package/lib/request/create-project-request.js +1 -1
- package/lib/request/deactivate-model-deployment-request.d.ts +2 -2
- package/lib/request/deactivate-model-deployment-request.js +1 -1
- package/lib/request/deactivate-model-request.d.ts +2 -2
- package/lib/request/deactivate-model-request.js +1 -1
- package/lib/request/deactivate-notebook-session-request.d.ts +2 -2
- package/lib/request/deactivate-notebook-session-request.js +1 -1
- package/lib/request/delete-job-request.d.ts +2 -2
- package/lib/request/delete-job-request.js +1 -1
- package/lib/request/delete-job-run-request.d.ts +2 -2
- package/lib/request/delete-job-run-request.js +1 -1
- package/lib/request/delete-model-deployment-request.d.ts +2 -2
- package/lib/request/delete-model-deployment-request.js +1 -1
- package/lib/request/delete-model-request.d.ts +2 -2
- package/lib/request/delete-model-request.js +1 -1
- package/lib/request/delete-model-version-set-request.d.ts +42 -0
- package/lib/request/delete-model-version-set-request.js +15 -0
- package/lib/request/delete-model-version-set-request.js.map +1 -0
- package/lib/request/delete-notebook-session-request.d.ts +2 -2
- package/lib/request/delete-notebook-session-request.js +1 -1
- package/lib/request/delete-project-request.d.ts +2 -2
- package/lib/request/delete-project-request.js +1 -1
- package/lib/request/export-model-artifact-request.d.ts +2 -2
- package/lib/request/export-model-artifact-request.js +1 -1
- package/lib/request/get-job-artifact-content-request.d.ts +2 -2
- package/lib/request/get-job-artifact-content-request.js +1 -1
- package/lib/request/get-job-request.d.ts +2 -2
- package/lib/request/get-job-request.js +1 -1
- package/lib/request/get-job-run-request.d.ts +2 -2
- package/lib/request/get-job-run-request.js +1 -1
- package/lib/request/get-model-artifact-content-request.d.ts +2 -2
- package/lib/request/get-model-artifact-content-request.js +1 -1
- package/lib/request/get-model-deployment-request.d.ts +2 -2
- package/lib/request/get-model-deployment-request.js +1 -1
- package/lib/request/get-model-provenance-request.d.ts +2 -2
- package/lib/request/get-model-provenance-request.js +1 -1
- package/lib/request/get-model-request.d.ts +2 -2
- package/lib/request/get-model-request.js +1 -1
- package/lib/request/get-model-version-set-request.d.ts +27 -0
- package/lib/request/get-model-version-set-request.js +15 -0
- package/lib/request/get-model-version-set-request.js.map +1 -0
- package/lib/request/get-notebook-session-request.d.ts +2 -2
- package/lib/request/get-notebook-session-request.js +1 -1
- package/lib/request/get-project-request.d.ts +2 -2
- package/lib/request/get-project-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/head-job-artifact-request.d.ts +2 -2
- package/lib/request/head-job-artifact-request.js +1 -1
- package/lib/request/head-model-artifact-request.d.ts +2 -2
- package/lib/request/head-model-artifact-request.js +1 -1
- package/lib/request/import-model-artifact-request.d.ts +2 -2
- package/lib/request/import-model-artifact-request.js +1 -1
- package/lib/request/index.d.ts +13 -1
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-fast-launch-job-configs-request.d.ts +2 -2
- package/lib/request/list-fast-launch-job-configs-request.js +1 -1
- package/lib/request/list-job-runs-request.d.ts +2 -2
- package/lib/request/list-job-runs-request.js +1 -1
- package/lib/request/list-job-shapes-request.d.ts +2 -2
- package/lib/request/list-job-shapes-request.js +1 -1
- package/lib/request/list-jobs-request.d.ts +2 -2
- package/lib/request/list-jobs-request.js +1 -1
- package/lib/request/list-model-deployment-shapes-request.d.ts +2 -2
- package/lib/request/list-model-deployment-shapes-request.js +1 -1
- package/lib/request/list-model-deployments-request.d.ts +2 -2
- package/lib/request/list-model-deployments-request.js +1 -1
- package/lib/request/list-model-version-sets-request.d.ts +91 -0
- package/lib/request/list-model-version-sets-request.js +30 -0
- package/lib/request/list-model-version-sets-request.js.map +1 -0
- package/lib/request/list-models-request.d.ts +10 -2
- package/lib/request/list-models-request.js +1 -1
- package/lib/request/list-models-request.js.map +1 -1
- package/lib/request/list-notebook-session-shapes-request.d.ts +2 -2
- package/lib/request/list-notebook-session-shapes-request.js +1 -1
- package/lib/request/list-notebook-sessions-request.d.ts +2 -2
- package/lib/request/list-notebook-sessions-request.js +1 -1
- package/lib/request/list-projects-request.d.ts +2 -2
- package/lib/request/list-projects-request.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +3 -2
- package/lib/request/list-work-requests-request.js +2 -1
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/update-job-request.d.ts +2 -2
- package/lib/request/update-job-request.js +1 -1
- package/lib/request/update-job-run-request.d.ts +2 -2
- package/lib/request/update-job-run-request.js +1 -1
- package/lib/request/update-model-deployment-request.d.ts +2 -2
- package/lib/request/update-model-deployment-request.js +1 -1
- package/lib/request/update-model-provenance-request.d.ts +2 -2
- package/lib/request/update-model-provenance-request.js +1 -1
- package/lib/request/update-model-request.d.ts +2 -2
- package/lib/request/update-model-request.js +1 -1
- package/lib/request/update-model-version-set-request.d.ts +41 -0
- package/lib/request/update-model-version-set-request.js +15 -0
- package/lib/request/update-model-version-set-request.js.map +1 -0
- package/lib/request/update-notebook-session-request.d.ts +2 -2
- package/lib/request/update-notebook-session-request.js +1 -1
- package/lib/request/update-project-request.d.ts +2 -2
- package/lib/request/update-project-request.js +1 -1
- package/lib/response/activate-model-deployment-response.d.ts +1 -1
- package/lib/response/activate-model-deployment-response.js +1 -1
- package/lib/response/activate-model-response.d.ts +1 -1
- package/lib/response/activate-model-response.js +1 -1
- package/lib/response/activate-notebook-session-response.d.ts +1 -1
- package/lib/response/activate-notebook-session-response.js +1 -1
- package/lib/response/cancel-job-run-response.d.ts +1 -1
- package/lib/response/cancel-job-run-response.js +1 -1
- package/lib/response/cancel-work-request-response.d.ts +1 -1
- package/lib/response/cancel-work-request-response.js +1 -1
- package/lib/response/change-job-compartment-response.d.ts +1 -1
- package/lib/response/change-job-compartment-response.js +1 -1
- package/lib/response/change-job-run-compartment-response.d.ts +1 -1
- package/lib/response/change-job-run-compartment-response.js +1 -1
- package/lib/response/change-model-compartment-response.d.ts +1 -1
- package/lib/response/change-model-compartment-response.js +1 -1
- package/lib/response/change-model-deployment-compartment-response.d.ts +1 -1
- package/lib/response/change-model-deployment-compartment-response.js +1 -1
- package/lib/response/change-model-version-set-compartment-response.d.ts +26 -0
- package/lib/response/change-model-version-set-compartment-response.js +15 -0
- package/lib/response/change-model-version-set-compartment-response.js.map +1 -0
- package/lib/response/change-notebook-session-compartment-response.d.ts +1 -1
- package/lib/response/change-notebook-session-compartment-response.js +1 -1
- package/lib/response/change-project-compartment-response.d.ts +1 -1
- package/lib/response/change-project-compartment-response.js +1 -1
- package/lib/response/create-job-artifact-response.d.ts +1 -1
- package/lib/response/create-job-artifact-response.js +1 -1
- package/lib/response/create-job-response.d.ts +1 -1
- package/lib/response/create-job-response.js +1 -1
- package/lib/response/create-job-run-response.d.ts +1 -1
- package/lib/response/create-job-run-response.js +1 -1
- package/lib/response/create-model-artifact-response.d.ts +1 -1
- package/lib/response/create-model-artifact-response.js +1 -1
- package/lib/response/create-model-deployment-response.d.ts +1 -1
- package/lib/response/create-model-deployment-response.js +1 -1
- package/lib/response/create-model-provenance-response.d.ts +1 -1
- package/lib/response/create-model-provenance-response.js +1 -1
- package/lib/response/create-model-response.d.ts +1 -1
- package/lib/response/create-model-response.js +1 -1
- package/lib/response/create-model-version-set-response.d.ts +30 -0
- package/lib/response/create-model-version-set-response.js +15 -0
- package/lib/response/create-model-version-set-response.js.map +1 -0
- package/lib/response/create-notebook-session-response.d.ts +1 -1
- package/lib/response/create-notebook-session-response.js +1 -1
- package/lib/response/create-project-response.d.ts +1 -1
- package/lib/response/create-project-response.js +1 -1
- package/lib/response/deactivate-model-deployment-response.d.ts +1 -1
- package/lib/response/deactivate-model-deployment-response.js +1 -1
- package/lib/response/deactivate-model-response.d.ts +1 -1
- package/lib/response/deactivate-model-response.js +1 -1
- package/lib/response/deactivate-notebook-session-response.d.ts +1 -1
- package/lib/response/deactivate-notebook-session-response.js +1 -1
- package/lib/response/delete-job-response.d.ts +1 -1
- package/lib/response/delete-job-response.js +1 -1
- package/lib/response/delete-job-run-response.d.ts +1 -1
- package/lib/response/delete-job-run-response.js +1 -1
- package/lib/response/delete-model-deployment-response.d.ts +1 -1
- package/lib/response/delete-model-deployment-response.js +1 -1
- package/lib/response/delete-model-response.d.ts +1 -1
- package/lib/response/delete-model-response.js +1 -1
- package/lib/response/delete-model-version-set-response.d.ts +26 -0
- package/lib/response/delete-model-version-set-response.js +15 -0
- package/lib/response/delete-model-version-set-response.js.map +1 -0
- package/lib/response/delete-notebook-session-response.d.ts +1 -1
- package/lib/response/delete-notebook-session-response.js +1 -1
- package/lib/response/delete-project-response.d.ts +1 -1
- package/lib/response/delete-project-response.js +1 -1
- package/lib/response/export-model-artifact-response.d.ts +1 -1
- package/lib/response/export-model-artifact-response.js +1 -1
- package/lib/response/get-job-artifact-content-response.d.ts +1 -1
- package/lib/response/get-job-artifact-content-response.js +1 -1
- package/lib/response/get-job-response.d.ts +1 -1
- package/lib/response/get-job-response.js +1 -1
- package/lib/response/get-job-run-response.d.ts +1 -1
- package/lib/response/get-job-run-response.js +1 -1
- package/lib/response/get-model-artifact-content-response.d.ts +1 -1
- package/lib/response/get-model-artifact-content-response.js +1 -1
- package/lib/response/get-model-deployment-response.d.ts +1 -1
- package/lib/response/get-model-deployment-response.js +1 -1
- package/lib/response/get-model-provenance-response.d.ts +1 -1
- package/lib/response/get-model-provenance-response.js +1 -1
- package/lib/response/get-model-response.d.ts +1 -1
- package/lib/response/get-model-response.js +1 -1
- package/lib/response/get-model-version-set-response.d.ts +30 -0
- package/lib/response/get-model-version-set-response.js +15 -0
- package/lib/response/get-model-version-set-response.js.map +1 -0
- package/lib/response/get-notebook-session-response.d.ts +1 -1
- package/lib/response/get-notebook-session-response.js +1 -1
- package/lib/response/get-project-response.d.ts +1 -1
- package/lib/response/get-project-response.js +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/head-job-artifact-response.d.ts +1 -1
- package/lib/response/head-job-artifact-response.js +1 -1
- package/lib/response/head-model-artifact-response.d.ts +1 -1
- package/lib/response/head-model-artifact-response.js +1 -1
- package/lib/response/import-model-artifact-response.d.ts +1 -1
- package/lib/response/import-model-artifact-response.js +1 -1
- package/lib/response/index.d.ts +13 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-fast-launch-job-configs-response.d.ts +1 -1
- package/lib/response/list-fast-launch-job-configs-response.js +1 -1
- package/lib/response/list-job-runs-response.d.ts +1 -1
- package/lib/response/list-job-runs-response.js +1 -1
- package/lib/response/list-job-shapes-response.d.ts +1 -1
- package/lib/response/list-job-shapes-response.js +1 -1
- package/lib/response/list-jobs-response.d.ts +1 -1
- package/lib/response/list-jobs-response.js +1 -1
- package/lib/response/list-model-deployment-shapes-response.d.ts +1 -1
- package/lib/response/list-model-deployment-shapes-response.js +1 -1
- package/lib/response/list-model-deployments-response.d.ts +1 -1
- package/lib/response/list-model-deployments-response.js +1 -1
- package/lib/response/list-model-version-sets-response.d.ts +35 -0
- package/lib/response/list-model-version-sets-response.js +15 -0
- package/lib/response/list-model-version-sets-response.js.map +1 -0
- package/lib/response/list-models-response.d.ts +1 -1
- package/lib/response/list-models-response.js +1 -1
- package/lib/response/list-notebook-session-shapes-response.d.ts +1 -1
- package/lib/response/list-notebook-session-shapes-response.js +1 -1
- package/lib/response/list-notebook-sessions-response.d.ts +1 -1
- package/lib/response/list-notebook-sessions-response.js +1 -1
- package/lib/response/list-projects-response.d.ts +1 -1
- package/lib/response/list-projects-response.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/response/update-job-response.d.ts +1 -1
- package/lib/response/update-job-response.js +1 -1
- package/lib/response/update-job-run-response.d.ts +1 -1
- package/lib/response/update-job-run-response.js +1 -1
- package/lib/response/update-model-deployment-response.d.ts +1 -1
- package/lib/response/update-model-deployment-response.js +1 -1
- package/lib/response/update-model-provenance-response.d.ts +1 -1
- package/lib/response/update-model-provenance-response.js +1 -1
- package/lib/response/update-model-response.d.ts +1 -1
- package/lib/response/update-model-response.js +1 -1
- package/lib/response/update-model-version-set-response.d.ts +30 -0
- package/lib/response/update-model-version-set-response.js +15 -0
- package/lib/response/update-model-version-set-response.js.map +1 -0
- package/lib/response/update-notebook-session-response.d.ts +1 -1
- package/lib/response/update-notebook-session-response.js +1 -1
- package/lib/response/update-project-response.d.ts +1 -1
- package/lib/response/update-project-response.js +1 -1
- package/package.json +3 -3
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSetRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateModelVersionSetRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model version set.
|
|
21
|
+
*/
|
|
22
|
+
"modelVersionSetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details for updating a model version set. You can update `description` property only.
|
|
25
|
+
*/
|
|
26
|
+
"updateModelVersionSetDetails": model.UpdateModelVersionSetDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource is updated or deleted only if the `etag` you
|
|
32
|
+
* provide matches the resource's current `etag` value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-model-version-set-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-model-version-set-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-model-version-set-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSessionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateNotebookSessionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/datascience/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface ActivateModelDeploymentResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface ActivateNotebookSessionResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface CancelJobRunResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface CancelWorkRequestResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeJobCompartmentResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeJobRunCompartmentResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeModelCompartmentResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeModelDeploymentCompartmentResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeModelVersionSetCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, then provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
22
|
+
* with this ID to track the status of the request.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-model-version-set-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-model-version-set-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-model-version-set-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeNotebookSessionCompartmentResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeProjectCompartmentResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface CreateJobArtifactResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
export interface CreateModelArtifactResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateModelVersionSetResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, then provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.ModelVersionSet instance.
|
|
28
|
+
*/
|
|
29
|
+
"modelVersionSet": model.ModelVersionSet;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-model-version-set-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-model-version-set-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-model-version-set-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|