oci-datascience 2.106.0 → 2.106.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/lib/client.d.ts +307 -0
- package/lib/client.js +3908 -1789
- package/lib/client.js.map +1 -1
- package/lib/datascience-waiter.d.ts +40 -0
- package/lib/datascience-waiter.js +60 -0
- package/lib/datascience-waiter.js.map +1 -1
- package/lib/model/application-component.d.ts +31 -0
- package/lib/model/application-component.js +85 -0
- package/lib/model/application-component.js.map +1 -0
- package/lib/model/auth-configuration.d.ts +23 -0
- package/lib/model/auth-configuration.js +77 -0
- package/lib/model/auth-configuration.js.map +1 -0
- package/lib/model/change-ml-application-compartment-details.d.ts +28 -0
- package/lib/model/change-ml-application-compartment-details.js +30 -0
- package/lib/model/change-ml-application-compartment-details.js.map +1 -0
- package/lib/model/change-ml-application-implementation-compartment-details.d.ts +26 -0
- package/lib/model/change-ml-application-implementation-compartment-details.js +30 -0
- package/lib/model/change-ml-application-implementation-compartment-details.js.map +1 -0
- package/lib/model/change-ml-application-instance-compartment-details.d.ts +28 -0
- package/lib/model/change-ml-application-instance-compartment-details.js +30 -0
- package/lib/model/change-ml-application-instance-compartment-details.js.map +1 -0
- package/lib/model/change-ml-application-instance-view-compartment-details.d.ts +28 -0
- package/lib/model/change-ml-application-instance-view-compartment-details.js +30 -0
- package/lib/model/change-ml-application-instance-view-compartment-details.js.map +1 -0
- package/lib/model/configuration-property-schema.d.ts +60 -0
- package/lib/model/configuration-property-schema.js +41 -0
- package/lib/model/configuration-property-schema.js.map +1 -0
- package/lib/model/configuration-property.d.ts +30 -0
- package/lib/model/configuration-property.js +30 -0
- package/lib/model/configuration-property.js.map +1 -0
- package/lib/model/create-auth-configuration-details.d.ts +23 -0
- package/lib/model/create-auth-configuration-details.js +77 -0
- package/lib/model/create-auth-configuration-details.js.map +1 -0
- package/lib/model/create-iam-auth-configuration-create-details.d.ts +25 -0
- package/lib/model/create-iam-auth-configuration-create-details.js +55 -0
- package/lib/model/create-iam-auth-configuration-create-details.js.map +1 -0
- package/lib/model/create-idcs-auth-configuration-details.d.ts +29 -0
- package/lib/model/create-idcs-auth-configuration-details.js +55 -0
- package/lib/model/create-idcs-auth-configuration-details.js.map +1 -0
- package/lib/model/create-idcs-custom-service-auth-configuration-details.d.ts +45 -0
- package/lib/model/create-idcs-custom-service-auth-configuration-details.js +55 -0
- package/lib/model/create-idcs-custom-service-auth-configuration-details.js.map +1 -0
- package/lib/model/create-ml-application-details.d.ts +52 -0
- package/lib/model/create-ml-application-details.js +30 -0
- package/lib/model/create-ml-application-details.js.map +1 -0
- package/lib/model/create-ml-application-implementation-details.d.ts +58 -0
- package/lib/model/create-ml-application-implementation-details.js +56 -0
- package/lib/model/create-ml-application-implementation-details.js.map +1 -0
- package/lib/model/create-ml-application-instance-details.d.ts +66 -0
- package/lib/model/create-ml-application-instance-details.js +68 -0
- package/lib/model/create-ml-application-instance-details.js.map +1 -0
- package/lib/model/data-flow-application-application-component.d.ts +29 -0
- package/lib/model/data-flow-application-application-component.js +55 -0
- package/lib/model/data-flow-application-application-component.js.map +1 -0
- package/lib/model/data-science-job-application-component.d.ts +29 -0
- package/lib/model/data-science-job-application-component.js +55 -0
- package/lib/model/data-science-job-application-component.js.map +1 -0
- package/lib/model/data-science-model-application-component.d.ts +29 -0
- package/lib/model/data-science-model-application-component.js +55 -0
- package/lib/model/data-science-model-application-component.js.map +1 -0
- package/lib/model/data-science-model-deployment-instance-component.d.ts +33 -0
- package/lib/model/data-science-model-deployment-instance-component.js +55 -0
- package/lib/model/data-science-model-deployment-instance-component.js.map +1 -0
- package/lib/model/data-science-pipeline-application-component.d.ts +29 -0
- package/lib/model/data-science-pipeline-application-component.js +55 -0
- package/lib/model/data-science-pipeline-application-component.js.map +1 -0
- package/lib/model/data-science-schedule-instance-component.d.ts +29 -0
- package/lib/model/data-science-schedule-instance-component.js +55 -0
- package/lib/model/data-science-schedule-instance-component.js.map +1 -0
- package/lib/model/disable-ml-application-instance-view-trigger-details.d.ts +26 -0
- package/lib/model/disable-ml-application-instance-view-trigger-details.js +30 -0
- package/lib/model/disable-ml-application-instance-view-trigger-details.js.map +1 -0
- package/lib/model/enable-ml-application-instance-view-trigger-details.d.ts +26 -0
- package/lib/model/enable-ml-application-instance-view-trigger-details.js +30 -0
- package/lib/model/enable-ml-application-instance-view-trigger-details.js.map +1 -0
- package/lib/model/generic-oci-resource-application-component.d.ts +33 -0
- package/lib/model/generic-oci-resource-application-component.js +55 -0
- package/lib/model/generic-oci-resource-application-component.js.map +1 -0
- package/lib/model/generic-oci-resource-instance-component.d.ts +33 -0
- package/lib/model/generic-oci-resource-instance-component.js +55 -0
- package/lib/model/generic-oci-resource-instance-component.js.map +1 -0
- package/lib/model/iam-auth-configuration.d.ts +25 -0
- package/lib/model/iam-auth-configuration.js +55 -0
- package/lib/model/iam-auth-configuration.js.map +1 -0
- package/lib/model/idcs-auth-configuration.d.ts +33 -0
- package/lib/model/idcs-auth-configuration.js +55 -0
- package/lib/model/idcs-auth-configuration.js.map +1 -0
- package/lib/model/idcs-custom-service-auth-configuration.d.ts +45 -0
- package/lib/model/idcs-custom-service-auth-configuration.js +55 -0
- package/lib/model/idcs-custom-service-auth-configuration.js.map +1 -0
- package/lib/model/implementation-log-details.d.ts +34 -0
- package/lib/model/implementation-log-details.js +30 -0
- package/lib/model/implementation-log-details.js.map +1 -0
- package/lib/model/implementation-logging.d.ts +26 -0
- package/lib/model/implementation-logging.js +70 -0
- package/lib/model/implementation-logging.js.map +1 -0
- package/lib/model/index.d.ts +118 -0
- package/lib/model/index.js +124 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-component.d.ts +31 -0
- package/lib/model/instance-component.js +89 -0
- package/lib/model/instance-component.js.map +1 -0
- package/lib/model/ml-application-collection.d.ts +27 -0
- package/lib/model/ml-application-collection.js +62 -0
- package/lib/model/ml-application-collection.js.map +1 -0
- package/lib/model/ml-application-implementation-collection.d.ts +27 -0
- package/lib/model/ml-application-implementation-collection.js +62 -0
- package/lib/model/ml-application-implementation-collection.js.map +1 -0
- package/lib/model/ml-application-implementation-summary.d.ts +95 -0
- package/lib/model/ml-application-implementation-summary.js +62 -0
- package/lib/model/ml-application-implementation-summary.js.map +1 -0
- package/lib/model/ml-application-implementation-version-collection.d.ts +27 -0
- package/lib/model/ml-application-implementation-version-collection.js +62 -0
- package/lib/model/ml-application-implementation-version-collection.js.map +1 -0
- package/lib/model/ml-application-implementation-version-summary.d.ts +95 -0
- package/lib/model/ml-application-implementation-version-summary.js +62 -0
- package/lib/model/ml-application-implementation-version-summary.js.map +1 -0
- package/lib/model/ml-application-implementation-version.d.ts +115 -0
- package/lib/model/ml-application-implementation-version.js +90 -0
- package/lib/model/ml-application-implementation-version.js.map +1 -0
- package/lib/model/ml-application-implementation.d.ts +122 -0
- package/lib/model/ml-application-implementation.js +96 -0
- package/lib/model/ml-application-implementation.js.map +1 -0
- package/lib/model/ml-application-instance-collection.d.ts +27 -0
- package/lib/model/ml-application-instance-collection.js +62 -0
- package/lib/model/ml-application-instance-collection.js.map +1 -0
- package/lib/model/ml-application-instance-internal-trigger.d.ts +33 -0
- package/lib/model/ml-application-instance-internal-trigger.js +55 -0
- package/lib/model/ml-application-instance-internal-trigger.js.map +1 -0
- package/lib/model/ml-application-instance-summary.d.ts +90 -0
- package/lib/model/ml-application-instance-summary.js +30 -0
- package/lib/model/ml-application-instance-summary.js.map +1 -0
- package/lib/model/ml-application-instance-view-collection.d.ts +27 -0
- package/lib/model/ml-application-instance-view-collection.js +62 -0
- package/lib/model/ml-application-instance-view-collection.js.map +1 -0
- package/lib/model/ml-application-instance-view-summary.d.ts +106 -0
- package/lib/model/ml-application-instance-view-summary.js +30 -0
- package/lib/model/ml-application-instance-view-summary.js.map +1 -0
- package/lib/model/ml-application-instance-view.d.ts +158 -0
- package/lib/model/ml-application-instance-view.js +121 -0
- package/lib/model/ml-application-instance-view.js.map +1 -0
- package/lib/model/ml-application-instance.d.ts +146 -0
- package/lib/model/ml-application-instance.js +111 -0
- package/lib/model/ml-application-instance.js.map +1 -0
- package/lib/model/ml-application-package-argument-details.d.ts +51 -0
- package/lib/model/ml-application-package-argument-details.js +40 -0
- package/lib/model/ml-application-package-argument-details.js.map +1 -0
- package/lib/model/ml-application-package-arguments.d.ts +27 -0
- package/lib/model/ml-application-package-arguments.js +62 -0
- package/lib/model/ml-application-package-arguments.js.map +1 -0
- package/lib/model/ml-application-summary.d.ts +74 -0
- package/lib/model/ml-application-summary.js +30 -0
- package/lib/model/ml-application-summary.js.map +1 -0
- package/lib/model/ml-application.d.ts +91 -0
- package/lib/model/ml-application.js +40 -0
- package/lib/model/ml-application.js.map +1 -0
- package/lib/model/object-storage-bucket-instance-component.d.ts +33 -0
- package/lib/model/object-storage-bucket-instance-component.js +55 -0
- package/lib/model/object-storage-bucket-instance-component.js.map +1 -0
- package/lib/model/object-storage-object-instance-component.d.ts +37 -0
- package/lib/model/object-storage-object-instance-component.js +55 -0
- package/lib/model/object-storage-object-instance-component.js.map +1 -0
- package/lib/model/prediction-endpoint-details.d.ts +31 -0
- package/lib/model/prediction-endpoint-details.js +62 -0
- package/lib/model/prediction-endpoint-details.js.map +1 -0
- package/lib/model/prediction-uri.d.ts +30 -0
- package/lib/model/prediction-uri.js +30 -0
- package/lib/model/prediction-uri.js.map +1 -0
- package/lib/model/trigger-ml-application-instance-flow-details.d.ts +26 -0
- package/lib/model/trigger-ml-application-instance-flow-details.js +30 -0
- package/lib/model/trigger-ml-application-instance-flow-details.js.map +1 -0
- package/lib/model/update-ml-application-details.d.ts +44 -0
- package/lib/model/update-ml-application-details.js +30 -0
- package/lib/model/update-ml-application-details.js.map +1 -0
- package/lib/model/update-ml-application-implementation-details.d.ts +46 -0
- package/lib/model/update-ml-application-implementation-details.js +56 -0
- package/lib/model/update-ml-application-implementation-details.js.map +1 -0
- package/lib/model/update-ml-application-implementation-version-details.d.ts +40 -0
- package/lib/model/update-ml-application-implementation-version-details.js +30 -0
- package/lib/model/update-ml-application-implementation-version-details.js.map +1 -0
- package/lib/model/update-ml-application-instance-details.d.ts +53 -0
- package/lib/model/update-ml-application-instance-details.js +62 -0
- package/lib/model/update-ml-application-instance-details.js.map +1 -0
- package/lib/model/update-ml-application-instance-view-details.d.ts +40 -0
- package/lib/model/update-ml-application-instance-view-details.js +30 -0
- package/lib/model/update-ml-application-instance-view-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +14 -0
- package/lib/model/work-request-operation-type.js +14 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/request/change-ml-application-compartment-request.d.ts +46 -0
- package/lib/request/change-ml-application-compartment-request.js +15 -0
- package/lib/request/change-ml-application-compartment-request.js.map +1 -0
- package/lib/request/change-ml-application-implementation-compartment-request.d.ts +46 -0
- package/lib/request/change-ml-application-implementation-compartment-request.js +15 -0
- package/lib/request/change-ml-application-implementation-compartment-request.js.map +1 -0
- package/lib/request/change-ml-application-instance-compartment-request.d.ts +46 -0
- package/lib/request/change-ml-application-instance-compartment-request.js +15 -0
- package/lib/request/change-ml-application-instance-compartment-request.js.map +1 -0
- package/lib/request/change-ml-application-instance-view-compartment-request.d.ts +46 -0
- package/lib/request/change-ml-application-instance-view-compartment-request.js +15 -0
- package/lib/request/change-ml-application-instance-view-compartment-request.js.map +1 -0
- package/lib/request/create-ml-application-implementation-request.d.ts +33 -0
- package/lib/request/create-ml-application-implementation-request.js +15 -0
- package/lib/request/create-ml-application-implementation-request.js.map +1 -0
- package/lib/request/create-ml-application-instance-request.d.ts +33 -0
- package/lib/request/create-ml-application-instance-request.js +15 -0
- package/lib/request/create-ml-application-instance-request.js.map +1 -0
- package/lib/request/create-ml-application-request.d.ts +33 -0
- package/lib/request/create-ml-application-request.js +15 -0
- package/lib/request/create-ml-application-request.js.map +1 -0
- package/lib/request/delete-ml-application-implementation-request.d.ts +36 -0
- package/lib/request/delete-ml-application-implementation-request.js +15 -0
- package/lib/request/delete-ml-application-implementation-request.js.map +1 -0
- package/lib/request/delete-ml-application-instance-request.d.ts +36 -0
- package/lib/request/delete-ml-application-instance-request.js +15 -0
- package/lib/request/delete-ml-application-instance-request.js.map +1 -0
- package/lib/request/delete-ml-application-request.d.ts +36 -0
- package/lib/request/delete-ml-application-request.js +15 -0
- package/lib/request/delete-ml-application-request.js.map +1 -0
- package/lib/request/disable-ml-application-instance-view-trigger-request.d.ts +46 -0
- package/lib/request/disable-ml-application-instance-view-trigger-request.js +15 -0
- package/lib/request/disable-ml-application-instance-view-trigger-request.js.map +1 -0
- package/lib/request/enable-ml-application-instance-view-trigger-request.d.ts +46 -0
- package/lib/request/enable-ml-application-instance-view-trigger-request.js +15 -0
- package/lib/request/enable-ml-application-instance-view-trigger-request.js.map +1 -0
- package/lib/request/get-ml-application-historical-package-content-request.d.ts +27 -0
- package/lib/request/get-ml-application-historical-package-content-request.js +15 -0
- package/lib/request/get-ml-application-historical-package-content-request.js.map +1 -0
- package/lib/request/get-ml-application-implementation-request.d.ts +27 -0
- package/lib/request/get-ml-application-implementation-request.js +15 -0
- package/lib/request/get-ml-application-implementation-request.js.map +1 -0
- package/lib/request/get-ml-application-implementation-version-request.d.ts +27 -0
- package/lib/request/get-ml-application-implementation-version-request.js +15 -0
- package/lib/request/get-ml-application-implementation-version-request.js.map +1 -0
- package/lib/request/get-ml-application-instance-request.d.ts +27 -0
- package/lib/request/get-ml-application-instance-request.js +15 -0
- package/lib/request/get-ml-application-instance-request.js.map +1 -0
- package/lib/request/get-ml-application-instance-view-request.d.ts +27 -0
- package/lib/request/get-ml-application-instance-view-request.js +15 -0
- package/lib/request/get-ml-application-instance-view-request.js.map +1 -0
- package/lib/request/get-ml-application-package-content-request.d.ts +27 -0
- package/lib/request/get-ml-application-package-content-request.js +15 -0
- package/lib/request/get-ml-application-package-content-request.js.map +1 -0
- package/lib/request/get-ml-application-request.d.ts +27 -0
- package/lib/request/get-ml-application-request.js +15 -0
- package/lib/request/get-ml-application-request.js.map +1 -0
- package/lib/request/index.d.ts +66 -0
- package/lib/request/index.js +11 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-ml-application-implementation-versions-request.d.ts +69 -0
- package/lib/request/list-ml-application-implementation-versions-request.js +29 -0
- package/lib/request/list-ml-application-implementation-versions-request.js.map +1 -0
- package/lib/request/list-ml-application-implementations-request.d.ts +85 -0
- package/lib/request/list-ml-application-implementations-request.js +29 -0
- package/lib/request/list-ml-application-implementations-request.js.map +1 -0
- package/lib/request/list-ml-application-instance-views-request.d.ts +81 -0
- package/lib/request/list-ml-application-instance-views-request.js +29 -0
- package/lib/request/list-ml-application-instance-views-request.js.map +1 -0
- package/lib/request/list-ml-application-instances-request.d.ts +77 -0
- package/lib/request/list-ml-application-instances-request.js +29 -0
- package/lib/request/list-ml-application-instances-request.js.map +1 -0
- package/lib/request/list-ml-applications-request.d.ts +81 -0
- package/lib/request/list-ml-applications-request.js +29 -0
- package/lib/request/list-ml-applications-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +14 -0
- package/lib/request/list-work-requests-request.js +14 -0
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/put-ml-application-package-request.d.ts +57 -0
- package/lib/request/put-ml-application-package-request.js +15 -0
- package/lib/request/put-ml-application-package-request.js.map +1 -0
- package/lib/request/recover-ml-application-instance-view-request.d.ts +41 -0
- package/lib/request/recover-ml-application-instance-view-request.js +15 -0
- package/lib/request/recover-ml-application-instance-view-request.js.map +1 -0
- package/lib/request/trigger-ml-application-instance-flow-request.d.ts +37 -0
- package/lib/request/trigger-ml-application-instance-flow-request.js +15 -0
- package/lib/request/trigger-ml-application-instance-flow-request.js.map +1 -0
- package/lib/request/trigger-ml-application-instance-view-flow-request.d.ts +37 -0
- package/lib/request/trigger-ml-application-instance-view-flow-request.js +15 -0
- package/lib/request/trigger-ml-application-instance-view-flow-request.js.map +1 -0
- package/lib/request/update-ml-application-implementation-request.d.ts +41 -0
- package/lib/request/update-ml-application-implementation-request.js +15 -0
- package/lib/request/update-ml-application-implementation-request.js.map +1 -0
- package/lib/request/update-ml-application-implementation-version-request.d.ts +41 -0
- package/lib/request/update-ml-application-implementation-version-request.js +15 -0
- package/lib/request/update-ml-application-implementation-version-request.js.map +1 -0
- package/lib/request/update-ml-application-instance-request.d.ts +41 -0
- package/lib/request/update-ml-application-instance-request.js +15 -0
- package/lib/request/update-ml-application-instance-request.js.map +1 -0
- package/lib/request/update-ml-application-instance-view-request.d.ts +41 -0
- package/lib/request/update-ml-application-instance-view-request.js +15 -0
- package/lib/request/update-ml-application-instance-view-request.js.map +1 -0
- package/lib/request/update-ml-application-request.d.ts +41 -0
- package/lib/request/update-ml-application-request.js +15 -0
- package/lib/request/update-ml-application-request.js.map +1 -0
- package/lib/response/change-ml-application-compartment-response.d.ts +20 -0
- package/lib/response/change-ml-application-compartment-response.js +15 -0
- package/lib/response/change-ml-application-compartment-response.js.map +1 -0
- package/lib/response/change-ml-application-implementation-compartment-response.d.ts +26 -0
- package/lib/response/change-ml-application-implementation-compartment-response.js +15 -0
- package/lib/response/change-ml-application-implementation-compartment-response.js.map +1 -0
- package/lib/response/change-ml-application-instance-compartment-response.d.ts +26 -0
- package/lib/response/change-ml-application-instance-compartment-response.js +15 -0
- package/lib/response/change-ml-application-instance-compartment-response.js.map +1 -0
- package/lib/response/change-ml-application-instance-view-compartment-response.d.ts +26 -0
- package/lib/response/change-ml-application-instance-view-compartment-response.js +15 -0
- package/lib/response/change-ml-application-instance-view-compartment-response.js.map +1 -0
- package/lib/response/create-ml-application-implementation-response.d.ts +30 -0
- package/lib/response/create-ml-application-implementation-response.js +15 -0
- package/lib/response/create-ml-application-implementation-response.js.map +1 -0
- package/lib/response/create-ml-application-instance-response.d.ts +46 -0
- package/lib/response/create-ml-application-instance-response.js +15 -0
- package/lib/response/create-ml-application-instance-response.js.map +1 -0
- package/lib/response/create-ml-application-response.d.ts +30 -0
- package/lib/response/create-ml-application-response.js +15 -0
- package/lib/response/create-ml-application-response.js.map +1 -0
- package/lib/response/delete-ml-application-implementation-response.d.ts +26 -0
- package/lib/response/delete-ml-application-implementation-response.js +15 -0
- package/lib/response/delete-ml-application-implementation-response.js.map +1 -0
- package/lib/response/delete-ml-application-instance-response.d.ts +26 -0
- package/lib/response/delete-ml-application-instance-response.js +15 -0
- package/lib/response/delete-ml-application-instance-response.js.map +1 -0
- package/lib/response/delete-ml-application-response.d.ts +20 -0
- package/lib/response/delete-ml-application-response.js +15 -0
- package/lib/response/delete-ml-application-response.js.map +1 -0
- package/lib/response/disable-ml-application-instance-view-trigger-response.d.ts +30 -0
- package/lib/response/disable-ml-application-instance-view-trigger-response.js +15 -0
- package/lib/response/disable-ml-application-instance-view-trigger-response.js.map +1 -0
- package/lib/response/enable-ml-application-instance-view-trigger-response.d.ts +30 -0
- package/lib/response/enable-ml-application-instance-view-trigger-response.js +15 -0
- package/lib/response/enable-ml-application-instance-view-trigger-response.js.map +1 -0
- package/lib/response/get-ml-application-historical-package-content-response.d.ts +31 -0
- package/lib/response/get-ml-application-historical-package-content-response.js +15 -0
- package/lib/response/get-ml-application-historical-package-content-response.js.map +1 -0
- package/lib/response/get-ml-application-implementation-response.d.ts +30 -0
- package/lib/response/get-ml-application-implementation-response.js +15 -0
- package/lib/response/get-ml-application-implementation-response.js.map +1 -0
- package/lib/response/get-ml-application-implementation-version-response.d.ts +30 -0
- package/lib/response/get-ml-application-implementation-version-response.js +15 -0
- package/lib/response/get-ml-application-implementation-version-response.js.map +1 -0
- package/lib/response/get-ml-application-instance-response.d.ts +30 -0
- package/lib/response/get-ml-application-instance-response.js +15 -0
- package/lib/response/get-ml-application-instance-response.js.map +1 -0
- package/lib/response/get-ml-application-instance-view-response.d.ts +30 -0
- package/lib/response/get-ml-application-instance-view-response.js +15 -0
- package/lib/response/get-ml-application-instance-view-response.js.map +1 -0
- package/lib/response/get-ml-application-package-content-response.d.ts +30 -0
- package/lib/response/get-ml-application-package-content-response.js +15 -0
- package/lib/response/get-ml-application-package-content-response.js.map +1 -0
- package/lib/response/get-ml-application-response.d.ts +30 -0
- package/lib/response/get-ml-application-response.js +15 -0
- package/lib/response/get-ml-application-response.js.map +1 -0
- package/lib/response/index.d.ts +66 -0
- package/lib/response/list-ml-application-implementation-versions-response.d.ts +30 -0
- package/lib/response/list-ml-application-implementation-versions-response.js +15 -0
- package/lib/response/list-ml-application-implementation-versions-response.js.map +1 -0
- package/lib/response/list-ml-application-implementations-response.d.ts +30 -0
- package/lib/response/list-ml-application-implementations-response.js +15 -0
- package/lib/response/list-ml-application-implementations-response.js.map +1 -0
- package/lib/response/list-ml-application-instance-views-response.d.ts +30 -0
- package/lib/response/list-ml-application-instance-views-response.js +15 -0
- package/lib/response/list-ml-application-instance-views-response.js.map +1 -0
- package/lib/response/list-ml-application-instances-response.d.ts +30 -0
- package/lib/response/list-ml-application-instances-response.js +15 -0
- package/lib/response/list-ml-application-instances-response.js.map +1 -0
- package/lib/response/list-ml-applications-response.d.ts +30 -0
- package/lib/response/list-ml-applications-response.js +15 -0
- package/lib/response/list-ml-applications-response.js.map +1 -0
- package/lib/response/put-ml-application-package-response.d.ts +26 -0
- package/lib/response/put-ml-application-package-response.js +15 -0
- package/lib/response/put-ml-application-package-response.js.map +1 -0
- package/lib/response/recover-ml-application-instance-view-response.d.ts +26 -0
- package/lib/response/recover-ml-application-instance-view-response.js +15 -0
- package/lib/response/recover-ml-application-instance-view-response.js.map +1 -0
- package/lib/response/trigger-ml-application-instance-flow-response.d.ts +26 -0
- package/lib/response/trigger-ml-application-instance-flow-response.js +15 -0
- package/lib/response/trigger-ml-application-instance-flow-response.js.map +1 -0
- package/lib/response/trigger-ml-application-instance-view-flow-response.d.ts +26 -0
- package/lib/response/trigger-ml-application-instance-view-flow-response.js +15 -0
- package/lib/response/trigger-ml-application-instance-view-flow-response.js.map +1 -0
- package/lib/response/update-ml-application-implementation-response.d.ts +26 -0
- package/lib/response/update-ml-application-implementation-response.js +15 -0
- package/lib/response/update-ml-application-implementation-response.js.map +1 -0
- package/lib/response/update-ml-application-implementation-version-response.d.ts +30 -0
- package/lib/response/update-ml-application-implementation-version-response.js +15 -0
- package/lib/response/update-ml-application-implementation-version-response.js.map +1 -0
- package/lib/response/update-ml-application-instance-response.d.ts +26 -0
- package/lib/response/update-ml-application-instance-response.js +15 -0
- package/lib/response/update-ml-application-instance-response.js.map +1 -0
- package/lib/response/update-ml-application-instance-view-response.d.ts +30 -0
- package/lib/response/update-ml-application-instance-view-response.js +15 -0
- package/lib/response/update-ml-application-instance-view-response.js.map +1 -0
- package/lib/response/update-ml-application-response.d.ts +30 -0
- package/lib/response/update-ml-application-response.js +15 -0
- package/lib/response/update-ml-application-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MlApplication = void 0;
|
|
17
|
+
var MlApplication;
|
|
18
|
+
(function (MlApplication) {
|
|
19
|
+
let LifecycleState;
|
|
20
|
+
(function (LifecycleState) {
|
|
21
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
22
|
+
LifecycleState["Failed"] = "FAILED";
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(LifecycleState = MlApplication.LifecycleState || (MlApplication.LifecycleState = {}));
|
|
29
|
+
function getJsonObj(obj) {
|
|
30
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
31
|
+
return jsonObj;
|
|
32
|
+
}
|
|
33
|
+
MlApplication.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
36
|
+
return jsonObj;
|
|
37
|
+
}
|
|
38
|
+
MlApplication.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(MlApplication = exports.MlApplication || (exports.MlApplication = {}));
|
|
40
|
+
//# sourceMappingURL=ml-application.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA6DH,IAAiB,aAAa,CAqB7B;AArBD,WAAiB,aAAa;IAC5B,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,4BAAc,KAAd,4BAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAqB7B"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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, 2025, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Reference to Object Storage Bucket
|
|
17
|
+
*/
|
|
18
|
+
export interface ObjectStorageBucketInstanceComponent extends model.InstanceComponent {
|
|
19
|
+
/**
|
|
20
|
+
* Object Storage namespace
|
|
21
|
+
*/
|
|
22
|
+
"namespace": string;
|
|
23
|
+
/**
|
|
24
|
+
* OCID of Object Storage Bucket
|
|
25
|
+
*/
|
|
26
|
+
"bucketId": string;
|
|
27
|
+
"type": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ObjectStorageBucketInstanceComponent {
|
|
30
|
+
function getJsonObj(obj: ObjectStorageBucketInstanceComponent, isParentJsonObj?: boolean): object;
|
|
31
|
+
const type = "OBJECT_STORAGE_BUCKET";
|
|
32
|
+
function getDeserializedJsonObj(obj: ObjectStorageBucketInstanceComponent, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.ObjectStorageBucketInstanceComponent = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ObjectStorageBucketInstanceComponent;
|
|
38
|
+
(function (ObjectStorageBucketInstanceComponent) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.InstanceComponent.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
ObjectStorageBucketInstanceComponent.getJsonObj = getJsonObj;
|
|
46
|
+
ObjectStorageBucketInstanceComponent.type = "OBJECT_STORAGE_BUCKET";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.InstanceComponent.getDeserializedJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
ObjectStorageBucketInstanceComponent.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(ObjectStorageBucketInstanceComponent = exports.ObjectStorageBucketInstanceComponent || (exports.ObjectStorageBucketInstanceComponent = {}));
|
|
55
|
+
//# sourceMappingURL=object-storage-bucket-instance-component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-bucket-instance-component.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/object-storage-bucket-instance-component.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,oCAAoC,CA8BpD;AA9BD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA0C,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAU,aAYzB,CAAA;IACY,yCAAI,GAAG,uBAAuB,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAC7C,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA8BpD"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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, 2025, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Reference to Object Storage Object
|
|
17
|
+
*/
|
|
18
|
+
export interface ObjectStorageObjectInstanceComponent extends model.InstanceComponent {
|
|
19
|
+
/**
|
|
20
|
+
* OCID of Object Storage Object
|
|
21
|
+
*/
|
|
22
|
+
"objectId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Object Storage namespace
|
|
25
|
+
*/
|
|
26
|
+
"namespace": string;
|
|
27
|
+
/**
|
|
28
|
+
* Name of object storage bucket
|
|
29
|
+
*/
|
|
30
|
+
"bucketName": string;
|
|
31
|
+
"type": string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace ObjectStorageObjectInstanceComponent {
|
|
34
|
+
function getJsonObj(obj: ObjectStorageObjectInstanceComponent, isParentJsonObj?: boolean): object;
|
|
35
|
+
const type = "OBJECT_STORAGE_OBJECT";
|
|
36
|
+
function getDeserializedJsonObj(obj: ObjectStorageObjectInstanceComponent, isParentJsonObj?: boolean): object;
|
|
37
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.ObjectStorageObjectInstanceComponent = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ObjectStorageObjectInstanceComponent;
|
|
38
|
+
(function (ObjectStorageObjectInstanceComponent) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.InstanceComponent.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
ObjectStorageObjectInstanceComponent.getJsonObj = getJsonObj;
|
|
46
|
+
ObjectStorageObjectInstanceComponent.type = "OBJECT_STORAGE_OBJECT";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.InstanceComponent.getDeserializedJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
ObjectStorageObjectInstanceComponent.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(ObjectStorageObjectInstanceComponent = exports.ObjectStorageObjectInstanceComponent || (exports.ObjectStorageObjectInstanceComponent = {}));
|
|
55
|
+
//# sourceMappingURL=object-storage-object-instance-component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-object-instance-component.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/object-storage-object-instance-component.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,oCAAoC,CA8BpD;AA9BD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA0C,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAU,aAYzB,CAAA;IACY,yCAAI,GAAG,uBAAuB,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAC7C,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA8BpD"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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, 2025, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Prediction endpoint related information.
|
|
17
|
+
*/
|
|
18
|
+
export interface PredictionEndpointDetails {
|
|
19
|
+
/**
|
|
20
|
+
* Base URI of prediction router.
|
|
21
|
+
*/
|
|
22
|
+
"basePredictionUri": string;
|
|
23
|
+
/**
|
|
24
|
+
* Array of all prediction URIs per use-case.
|
|
25
|
+
*/
|
|
26
|
+
"predictionUris": Array<model.PredictionUri>;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace PredictionEndpointDetails {
|
|
29
|
+
function getJsonObj(obj: PredictionEndpointDetails): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: PredictionEndpointDetails): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.PredictionEndpointDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var PredictionEndpointDetails;
|
|
38
|
+
(function (PredictionEndpointDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"predictionUris": obj.predictionUris
|
|
42
|
+
? obj.predictionUris.map(item => {
|
|
43
|
+
return model.PredictionUri.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
PredictionEndpointDetails.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"predictionUris": obj.predictionUris
|
|
53
|
+
? obj.predictionUris.map(item => {
|
|
54
|
+
return model.PredictionUri.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
PredictionEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(PredictionEndpointDetails = exports.PredictionEndpointDetails || (exports.PredictionEndpointDetails = {}));
|
|
62
|
+
//# sourceMappingURL=prediction-endpoint-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prediction-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/prediction-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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, 2025, 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
|
+
/**
|
|
15
|
+
* Prediction URI per use-case.
|
|
16
|
+
*/
|
|
17
|
+
export interface PredictionUri {
|
|
18
|
+
/**
|
|
19
|
+
* Prediction use-case.
|
|
20
|
+
*/
|
|
21
|
+
"useCase": string;
|
|
22
|
+
/**
|
|
23
|
+
* Prediction URI.
|
|
24
|
+
*/
|
|
25
|
+
"uri": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace PredictionUri {
|
|
28
|
+
function getJsonObj(obj: PredictionUri): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: PredictionUri): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PredictionUri = void 0;
|
|
17
|
+
var PredictionUri;
|
|
18
|
+
(function (PredictionUri) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
PredictionUri.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
PredictionUri.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(PredictionUri = exports.PredictionUri || (exports.PredictionUri = {}));
|
|
30
|
+
//# sourceMappingURL=prediction-uri.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prediction-uri.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/prediction-uri.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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, 2025, 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
|
+
/**
|
|
15
|
+
* Payload for trigger request endpoint
|
|
16
|
+
*/
|
|
17
|
+
export interface TriggerMlApplicationInstanceFlowDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Name of trigger
|
|
20
|
+
*/
|
|
21
|
+
"triggerName": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace TriggerMlApplicationInstanceFlowDetails {
|
|
24
|
+
function getJsonObj(obj: TriggerMlApplicationInstanceFlowDetails): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: TriggerMlApplicationInstanceFlowDetails): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.TriggerMlApplicationInstanceFlowDetails = void 0;
|
|
17
|
+
var TriggerMlApplicationInstanceFlowDetails;
|
|
18
|
+
(function (TriggerMlApplicationInstanceFlowDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
TriggerMlApplicationInstanceFlowDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
TriggerMlApplicationInstanceFlowDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(TriggerMlApplicationInstanceFlowDetails = exports.TriggerMlApplicationInstanceFlowDetails || (exports.TriggerMlApplicationInstanceFlowDetails = {}));
|
|
30
|
+
//# sourceMappingURL=trigger-ml-application-instance-flow-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trigger-ml-application-instance-flow-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/trigger-ml-application-instance-flow-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,uCAAuC,CAWvD;AAXD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAWvD"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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, 2025, 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
|
+
/**
|
|
15
|
+
* The information to be updated.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateMlApplicationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Optional description of the ML Application
|
|
20
|
+
*/
|
|
21
|
+
"description"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
24
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"freeformTags"?: {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
32
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"definedTags"?: {
|
|
36
|
+
[key: string]: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export declare namespace UpdateMlApplicationDetails {
|
|
42
|
+
function getJsonObj(obj: UpdateMlApplicationDetails): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: UpdateMlApplicationDetails): object;
|
|
44
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.UpdateMlApplicationDetails = void 0;
|
|
17
|
+
var UpdateMlApplicationDetails;
|
|
18
|
+
(function (UpdateMlApplicationDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
UpdateMlApplicationDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
UpdateMlApplicationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(UpdateMlApplicationDetails = exports.UpdateMlApplicationDetails || (exports.UpdateMlApplicationDetails = {}));
|
|
30
|
+
//# sourceMappingURL=update-ml-application-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ml-application-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-ml-application-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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, 2025, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* The information to be updated.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMlApplicationImplementationDetails {
|
|
19
|
+
/**
|
|
20
|
+
* List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.
|
|
21
|
+
*/
|
|
22
|
+
"allowedMigrationDestinations"?: Array<string>;
|
|
23
|
+
"logging"?: model.ImplementationLogging;
|
|
24
|
+
/**
|
|
25
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
26
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"freeformTags"?: {
|
|
30
|
+
[key: string]: string;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
34
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"definedTags"?: {
|
|
38
|
+
[key: string]: {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
export declare namespace UpdateMlApplicationImplementationDetails {
|
|
44
|
+
function getJsonObj(obj: UpdateMlApplicationImplementationDetails): object;
|
|
45
|
+
function getDeserializedJsonObj(obj: UpdateMlApplicationImplementationDetails): object;
|
|
46
|
+
}
|