oci-datascience 2.106.1 → 2.107.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +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,90 @@
|
|
|
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.MlApplicationImplementationVersion = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MlApplicationImplementationVersion;
|
|
38
|
+
(function (MlApplicationImplementationVersion) {
|
|
39
|
+
let LifecycleState;
|
|
40
|
+
(function (LifecycleState) {
|
|
41
|
+
LifecycleState["Creating"] = "CREATING";
|
|
42
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
43
|
+
LifecycleState["Failed"] = "FAILED";
|
|
44
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
50
|
+
})(LifecycleState = MlApplicationImplementationVersion.LifecycleState || (MlApplicationImplementationVersion.LifecycleState = {}));
|
|
51
|
+
function getJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"applicationComponents": obj.applicationComponents
|
|
54
|
+
? obj.applicationComponents.map(item => {
|
|
55
|
+
return model.ApplicationComponent.getJsonObj(item);
|
|
56
|
+
})
|
|
57
|
+
: undefined,
|
|
58
|
+
"configurationSchema": obj.configurationSchema
|
|
59
|
+
? obj.configurationSchema.map(item => {
|
|
60
|
+
return model.ConfigurationPropertySchema.getJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined,
|
|
63
|
+
"mlApplicationPackageArguments": obj.mlApplicationPackageArguments
|
|
64
|
+
? model.MlApplicationPackageArguments.getJsonObj(obj.mlApplicationPackageArguments)
|
|
65
|
+
: undefined
|
|
66
|
+
});
|
|
67
|
+
return jsonObj;
|
|
68
|
+
}
|
|
69
|
+
MlApplicationImplementationVersion.getJsonObj = getJsonObj;
|
|
70
|
+
function getDeserializedJsonObj(obj) {
|
|
71
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
72
|
+
"applicationComponents": obj.applicationComponents
|
|
73
|
+
? obj.applicationComponents.map(item => {
|
|
74
|
+
return model.ApplicationComponent.getDeserializedJsonObj(item);
|
|
75
|
+
})
|
|
76
|
+
: undefined,
|
|
77
|
+
"configurationSchema": obj.configurationSchema
|
|
78
|
+
? obj.configurationSchema.map(item => {
|
|
79
|
+
return model.ConfigurationPropertySchema.getDeserializedJsonObj(item);
|
|
80
|
+
})
|
|
81
|
+
: undefined,
|
|
82
|
+
"mlApplicationPackageArguments": obj.mlApplicationPackageArguments
|
|
83
|
+
? model.MlApplicationPackageArguments.getDeserializedJsonObj(obj.mlApplicationPackageArguments)
|
|
84
|
+
: undefined
|
|
85
|
+
});
|
|
86
|
+
return jsonObj;
|
|
87
|
+
}
|
|
88
|
+
MlApplicationImplementationVersion.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
89
|
+
})(MlApplicationImplementationVersion = exports.MlApplicationImplementationVersion || (exports.MlApplicationImplementationVersion = {}));
|
|
90
|
+
//# sourceMappingURL=ml-application-implementation-version.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-implementation-version.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-implementation-version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgFlC,IAAiB,kCAAkC,CA2DlD;AA3DD,WAAiB,kCAAkC;IACjD,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,iDAAc,KAAd,iDAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,GAAG,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnC,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,+BAA+B,EAAE,GAAG,CAAC,6BAA6B;gBAChE,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAC,6BAA6B,CAAC;gBACnF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,6CAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,GAAG,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnC,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,+BAA+B,EAAE,GAAG,CAAC,6BAA6B;gBAChE,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACxD,GAAG,CAAC,6BAA6B,CAClC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,yDAAsB,yBAuBrC,CAAA;AACH,CAAC,EA3DgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA2DlD"}
|
|
@@ -0,0 +1,122 @@
|
|
|
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
|
+
* Resource representing solution for AI/ML use-case defined by ML Application
|
|
17
|
+
*/
|
|
18
|
+
export interface MlApplicationImplementation {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the MlApplicationImplementation. Unique identifier that is immutable after creation.
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* ML Application Implementation name which is unique for given ML Application.
|
|
25
|
+
*/
|
|
26
|
+
"name": string;
|
|
27
|
+
/**
|
|
28
|
+
* Description of ML Application Implementation defined in ML Application package descriptor
|
|
29
|
+
*/
|
|
30
|
+
"description"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The OCID of the ML Application implemented by this ML Application Implementation.
|
|
33
|
+
*/
|
|
34
|
+
"mlApplicationId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The name of ML Application (based on mlApplicationId)
|
|
37
|
+
*/
|
|
38
|
+
"mlApplicationName": string;
|
|
39
|
+
/**
|
|
40
|
+
* The version of ML Application Package (e.g. \"1.2\" or \"2.0.4\") defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
|
|
41
|
+
*/
|
|
42
|
+
"packageVersion"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
|
|
45
|
+
*/
|
|
46
|
+
"applicationComponents"?: Array<model.ApplicationComponent>;
|
|
47
|
+
/**
|
|
48
|
+
* Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
|
|
49
|
+
*/
|
|
50
|
+
"configurationSchema"?: Array<model.ConfigurationPropertySchema>;
|
|
51
|
+
"mlApplicationPackageArguments"?: model.MlApplicationPackageArguments;
|
|
52
|
+
/**
|
|
53
|
+
* 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.
|
|
54
|
+
*/
|
|
55
|
+
"allowedMigrationDestinations"?: Array<string>;
|
|
56
|
+
"logging"?: model.ImplementationLogging;
|
|
57
|
+
/**
|
|
58
|
+
* The OCID of the compartment where ML Application Implementation is created.
|
|
59
|
+
*/
|
|
60
|
+
"compartmentId": string;
|
|
61
|
+
/**
|
|
62
|
+
* Creation time of MlApplicationImplementation creation in the format defined by RFC 3339.
|
|
63
|
+
*/
|
|
64
|
+
"timeCreated": Date;
|
|
65
|
+
/**
|
|
66
|
+
* Time of last MlApplicationImplementation update in the format defined by RFC 3339.
|
|
67
|
+
*/
|
|
68
|
+
"timeUpdated": Date;
|
|
69
|
+
/**
|
|
70
|
+
* The current state of the MlApplicationImplementation.
|
|
71
|
+
*/
|
|
72
|
+
"lifecycleState": MlApplicationImplementation.LifecycleState;
|
|
73
|
+
/**
|
|
74
|
+
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
75
|
+
*/
|
|
76
|
+
"lifecycleDetails": string;
|
|
77
|
+
/**
|
|
78
|
+
* 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).
|
|
79
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"freeformTags": {
|
|
83
|
+
[key: string]: string;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* 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).
|
|
87
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"definedTags": {
|
|
91
|
+
[key: string]: {
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
97
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
"systemTags"?: {
|
|
101
|
+
[key: string]: {
|
|
102
|
+
[key: string]: any;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
export declare namespace MlApplicationImplementation {
|
|
107
|
+
enum LifecycleState {
|
|
108
|
+
Creating = "CREATING",
|
|
109
|
+
Active = "ACTIVE",
|
|
110
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
111
|
+
Failed = "FAILED",
|
|
112
|
+
Deleting = "DELETING",
|
|
113
|
+
Updating = "UPDATING",
|
|
114
|
+
/**
|
|
115
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
116
|
+
* version of the SDK.
|
|
117
|
+
*/
|
|
118
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
119
|
+
}
|
|
120
|
+
function getJsonObj(obj: MlApplicationImplementation): object;
|
|
121
|
+
function getDeserializedJsonObj(obj: MlApplicationImplementation): object;
|
|
122
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
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.MlApplicationImplementation = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MlApplicationImplementation;
|
|
38
|
+
(function (MlApplicationImplementation) {
|
|
39
|
+
let LifecycleState;
|
|
40
|
+
(function (LifecycleState) {
|
|
41
|
+
LifecycleState["Creating"] = "CREATING";
|
|
42
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
43
|
+
LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
44
|
+
LifecycleState["Failed"] = "FAILED";
|
|
45
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
46
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(LifecycleState = MlApplicationImplementation.LifecycleState || (MlApplicationImplementation.LifecycleState = {}));
|
|
53
|
+
function getJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
"applicationComponents": obj.applicationComponents
|
|
56
|
+
? obj.applicationComponents.map(item => {
|
|
57
|
+
return model.ApplicationComponent.getJsonObj(item);
|
|
58
|
+
})
|
|
59
|
+
: undefined,
|
|
60
|
+
"configurationSchema": obj.configurationSchema
|
|
61
|
+
? obj.configurationSchema.map(item => {
|
|
62
|
+
return model.ConfigurationPropertySchema.getJsonObj(item);
|
|
63
|
+
})
|
|
64
|
+
: undefined,
|
|
65
|
+
"mlApplicationPackageArguments": obj.mlApplicationPackageArguments
|
|
66
|
+
? model.MlApplicationPackageArguments.getJsonObj(obj.mlApplicationPackageArguments)
|
|
67
|
+
: undefined,
|
|
68
|
+
"logging": obj.logging ? model.ImplementationLogging.getJsonObj(obj.logging) : undefined
|
|
69
|
+
});
|
|
70
|
+
return jsonObj;
|
|
71
|
+
}
|
|
72
|
+
MlApplicationImplementation.getJsonObj = getJsonObj;
|
|
73
|
+
function getDeserializedJsonObj(obj) {
|
|
74
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
75
|
+
"applicationComponents": obj.applicationComponents
|
|
76
|
+
? obj.applicationComponents.map(item => {
|
|
77
|
+
return model.ApplicationComponent.getDeserializedJsonObj(item);
|
|
78
|
+
})
|
|
79
|
+
: undefined,
|
|
80
|
+
"configurationSchema": obj.configurationSchema
|
|
81
|
+
? obj.configurationSchema.map(item => {
|
|
82
|
+
return model.ConfigurationPropertySchema.getDeserializedJsonObj(item);
|
|
83
|
+
})
|
|
84
|
+
: undefined,
|
|
85
|
+
"mlApplicationPackageArguments": obj.mlApplicationPackageArguments
|
|
86
|
+
? model.MlApplicationPackageArguments.getDeserializedJsonObj(obj.mlApplicationPackageArguments)
|
|
87
|
+
: undefined,
|
|
88
|
+
"logging": obj.logging
|
|
89
|
+
? model.ImplementationLogging.getDeserializedJsonObj(obj.logging)
|
|
90
|
+
: undefined
|
|
91
|
+
});
|
|
92
|
+
return jsonObj;
|
|
93
|
+
}
|
|
94
|
+
MlApplicationImplementation.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
95
|
+
})(MlApplicationImplementation = exports.MlApplicationImplementation || (exports.MlApplicationImplementation = {}));
|
|
96
|
+
//# sourceMappingURL=ml-application-implementation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-implementation.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-implementation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqFlC,IAAiB,2BAA2B,CAmE3C;AAnED,WAAiB,2BAA2B;IAC1C,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,oDAAkC,CAAA;QAClC,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,0CAAc,KAAd,0CAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,GAAG,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnC,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,+BAA+B,EAAE,GAAG,CAAC,6BAA6B;gBAChE,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAC,6BAA6B,CAAC;gBACnF,CAAC,CAAC,SAAS;YAEb,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SACzF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,sCAAU,aAuBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,GAAG,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnC,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,+BAA+B,EAAE,GAAG,CAAC,6BAA6B;gBAChE,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACxD,GAAG,CAAC,6BAA6B,CAClC;gBACH,CAAC,CAAC,SAAS;YAEb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,kDAAsB,yBA2BrC,CAAA;AACH,CAAC,EAnEgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAmE3C"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
* Results of a mlApplicationInstance search. It contains list of MlApplicationInstanceSummary items.
|
|
17
|
+
*/
|
|
18
|
+
export interface MlApplicationInstanceCollection {
|
|
19
|
+
/**
|
|
20
|
+
* List of MlApplicationInstanceSummaries.
|
|
21
|
+
*/
|
|
22
|
+
"items": Array<model.MlApplicationInstanceSummary>;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace MlApplicationInstanceCollection {
|
|
25
|
+
function getJsonObj(obj: MlApplicationInstanceCollection): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: MlApplicationInstanceCollection): object;
|
|
27
|
+
}
|
|
@@ -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.MlApplicationInstanceCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MlApplicationInstanceCollection;
|
|
38
|
+
(function (MlApplicationInstanceCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.MlApplicationInstanceSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
MlApplicationInstanceCollection.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"items": obj.items
|
|
53
|
+
? obj.items.map(item => {
|
|
54
|
+
return model.MlApplicationInstanceSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
MlApplicationInstanceCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(MlApplicationInstanceCollection = exports.MlApplicationInstanceCollection || (exports.MlApplicationInstanceCollection = {}));
|
|
62
|
+
//# sourceMappingURL=ml-application-instance-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-instance-collection.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-instance-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
|
|
@@ -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
|
+
* Trigger details
|
|
17
|
+
*/
|
|
18
|
+
export interface MlApplicationInstanceInternalTrigger extends model.InstanceComponent {
|
|
19
|
+
/**
|
|
20
|
+
* Trigger definition for given ML Application Instance
|
|
21
|
+
*/
|
|
22
|
+
"triggerDefinition": string;
|
|
23
|
+
/**
|
|
24
|
+
* Indicates whether the trigger is enabled. If it is false trigger does not fire even when the trigger condition is met.
|
|
25
|
+
*/
|
|
26
|
+
"isEnabled": boolean;
|
|
27
|
+
"type": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace MlApplicationInstanceInternalTrigger {
|
|
30
|
+
function getJsonObj(obj: MlApplicationInstanceInternalTrigger, isParentJsonObj?: boolean): object;
|
|
31
|
+
const type = "ML_APPLICATION_INSTANCE_INTERNAL_TRIGGER";
|
|
32
|
+
function getDeserializedJsonObj(obj: MlApplicationInstanceInternalTrigger, 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.MlApplicationInstanceInternalTrigger = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MlApplicationInstanceInternalTrigger;
|
|
38
|
+
(function (MlApplicationInstanceInternalTrigger) {
|
|
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
|
+
MlApplicationInstanceInternalTrigger.getJsonObj = getJsonObj;
|
|
46
|
+
MlApplicationInstanceInternalTrigger.type = "ML_APPLICATION_INSTANCE_INTERNAL_TRIGGER";
|
|
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
|
+
MlApplicationInstanceInternalTrigger.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(MlApplicationInstanceInternalTrigger = exports.MlApplicationInstanceInternalTrigger || (exports.MlApplicationInstanceInternalTrigger = {}));
|
|
55
|
+
//# sourceMappingURL=ml-application-instance-internal-trigger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-instance-internal-trigger.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-instance-internal-trigger.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,0CAA0C,CAAC;IAC/D,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,90 @@
|
|
|
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
|
+
* Summary of the MlApplicationInstance.
|
|
16
|
+
*/
|
|
17
|
+
export interface MlApplicationInstanceSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the MlApplicationInstance. Unique identifier that is immutable after creation
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* The name of MlApplicationInstance. System will generate displayName when not provided during creation.
|
|
24
|
+
*/
|
|
25
|
+
"displayName": string;
|
|
26
|
+
/**
|
|
27
|
+
* The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
|
|
28
|
+
*/
|
|
29
|
+
"mlApplicationId": string;
|
|
30
|
+
/**
|
|
31
|
+
* The name of ML Application (based on mlApplicationId).
|
|
32
|
+
*/
|
|
33
|
+
"mlApplicationName": string;
|
|
34
|
+
/**
|
|
35
|
+
* The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
|
|
36
|
+
*/
|
|
37
|
+
"mlApplicationImplementationId": string;
|
|
38
|
+
/**
|
|
39
|
+
* The name of Ml Application Implementation (based on mlApplicationImplementationId)
|
|
40
|
+
*/
|
|
41
|
+
"mlApplicationImplementationName": string;
|
|
42
|
+
/**
|
|
43
|
+
* The OCID of the compartment where you the MlApplicationInstance is created.
|
|
44
|
+
*/
|
|
45
|
+
"compartmentId": string;
|
|
46
|
+
/**
|
|
47
|
+
* The time the the MlApplication was created. An RFC3339 formatted datetime string
|
|
48
|
+
*/
|
|
49
|
+
"timeCreated": Date;
|
|
50
|
+
/**
|
|
51
|
+
* The current state of the MlApplicationInstance.
|
|
52
|
+
*/
|
|
53
|
+
"lifecycleState": string;
|
|
54
|
+
/**
|
|
55
|
+
* The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all OCI resources.
|
|
56
|
+
*/
|
|
57
|
+
"lifecycleSubstate": string;
|
|
58
|
+
/**
|
|
59
|
+
* 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).
|
|
60
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"freeformTags"?: {
|
|
64
|
+
[key: string]: string;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* 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).
|
|
68
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"definedTags"?: {
|
|
72
|
+
[key: string]: {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
78
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"systemTags"?: {
|
|
82
|
+
[key: string]: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
export declare namespace MlApplicationInstanceSummary {
|
|
88
|
+
function getJsonObj(obj: MlApplicationInstanceSummary): object;
|
|
89
|
+
function getDeserializedJsonObj(obj: MlApplicationInstanceSummary): object;
|
|
90
|
+
}
|
|
@@ -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.MlApplicationInstanceSummary = void 0;
|
|
17
|
+
var MlApplicationInstanceSummary;
|
|
18
|
+
(function (MlApplicationInstanceSummary) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
MlApplicationInstanceSummary.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
MlApplicationInstanceSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(MlApplicationInstanceSummary = exports.MlApplicationInstanceSummary || (exports.MlApplicationInstanceSummary = {}));
|
|
30
|
+
//# sourceMappingURL=ml-application-instance-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-instance-summary.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-instance-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAqEH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|