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,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.MlApplicationImplementationCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MlApplicationImplementationCollection;
|
|
38
|
+
(function (MlApplicationImplementationCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.MlApplicationImplementationSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
MlApplicationImplementationCollection.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.MlApplicationImplementationSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
MlApplicationImplementationCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(MlApplicationImplementationCollection = exports.MlApplicationImplementationCollection || (exports.MlApplicationImplementationCollection = {}));
|
|
62
|
+
//# sourceMappingURL=ml-application-implementation-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-implementation-collection.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-implementation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,qCAAqC,CA6BrD;AA7BD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,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,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,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,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QA6BrD"}
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
* Summary of the MlApplicationImplementation.
|
|
17
|
+
*/
|
|
18
|
+
export interface MlApplicationImplementationSummary {
|
|
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
|
+
* Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
|
|
45
|
+
*/
|
|
46
|
+
"configurationSchema"?: Array<model.ConfigurationPropertySchema>;
|
|
47
|
+
/**
|
|
48
|
+
* 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.
|
|
49
|
+
*/
|
|
50
|
+
"allowedMigrationDestinations"?: Array<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The OCID of the compartment where the MlApplicationImplementation is created.
|
|
53
|
+
*/
|
|
54
|
+
"compartmentId": string;
|
|
55
|
+
/**
|
|
56
|
+
* The time the MlApplicationImplementation was created. An RFC3339 formatted datetime string
|
|
57
|
+
*/
|
|
58
|
+
"timeCreated": Date;
|
|
59
|
+
/**
|
|
60
|
+
* The current state of the ML Application Implementation.
|
|
61
|
+
*/
|
|
62
|
+
"lifecycleState": string;
|
|
63
|
+
/**
|
|
64
|
+
* 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).
|
|
65
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"freeformTags": {
|
|
69
|
+
[key: string]: string;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* 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).
|
|
73
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"definedTags": {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
83
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"systemTags"?: {
|
|
87
|
+
[key: string]: {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
export declare namespace MlApplicationImplementationSummary {
|
|
93
|
+
function getJsonObj(obj: MlApplicationImplementationSummary): object;
|
|
94
|
+
function getDeserializedJsonObj(obj: MlApplicationImplementationSummary): object;
|
|
95
|
+
}
|
|
@@ -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.MlApplicationImplementationSummary = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MlApplicationImplementationSummary;
|
|
38
|
+
(function (MlApplicationImplementationSummary) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"configurationSchema": obj.configurationSchema
|
|
42
|
+
? obj.configurationSchema.map(item => {
|
|
43
|
+
return model.ConfigurationPropertySchema.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
MlApplicationImplementationSummary.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"configurationSchema": obj.configurationSchema
|
|
53
|
+
? obj.configurationSchema.map(item => {
|
|
54
|
+
return model.ConfigurationPropertySchema.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
MlApplicationImplementationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(MlApplicationImplementationSummary = exports.MlApplicationImplementationSummary || (exports.MlApplicationImplementationSummary = {}));
|
|
62
|
+
//# sourceMappingURL=ml-application-implementation-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-implementation-summary.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-implementation-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuElC,IAAiB,kCAAkC,CA6BlD;AA7BD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA6BlD"}
|
|
@@ -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 MlApplicationImplementationVersion search. It contains list of MlApplicationImplementationVersionSummary items.
|
|
17
|
+
*/
|
|
18
|
+
export interface MlApplicationImplementationVersionCollection {
|
|
19
|
+
/**
|
|
20
|
+
* List of MlApplicationImplementationVersionSummaries.
|
|
21
|
+
*/
|
|
22
|
+
"items": Array<model.MlApplicationImplementationVersionSummary>;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace MlApplicationImplementationVersionCollection {
|
|
25
|
+
function getJsonObj(obj: MlApplicationImplementationVersionCollection): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: MlApplicationImplementationVersionCollection): 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.MlApplicationImplementationVersionCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MlApplicationImplementationVersionCollection;
|
|
38
|
+
(function (MlApplicationImplementationVersionCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.MlApplicationImplementationVersionSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
MlApplicationImplementationVersionCollection.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.MlApplicationImplementationVersionSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
MlApplicationImplementationVersionCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(MlApplicationImplementationVersionCollection = exports.MlApplicationImplementationVersionCollection || (exports.MlApplicationImplementationVersionCollection = {}));
|
|
62
|
+
//# sourceMappingURL=ml-application-implementation-version-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-implementation-version-collection.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-implementation-version-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4CAA4C,CA+B5D;AA/BD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CAAC,GAAiD;QAC1E,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,yCAAyC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAiD;QAEjD,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,yCAAyC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QA+B5D"}
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
* Summary of the MlApplicationImplementationVersion.
|
|
17
|
+
*/
|
|
18
|
+
export interface MlApplicationImplementationVersionSummary {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
|
|
25
|
+
*/
|
|
26
|
+
"mlApplicationImplementationId": string;
|
|
27
|
+
/**
|
|
28
|
+
* ML Application Implementation name which is unique for given ML Application.
|
|
29
|
+
*/
|
|
30
|
+
"name": string;
|
|
31
|
+
/**
|
|
32
|
+
* Description of ML Application Implementation defined in ML Application package descriptor
|
|
33
|
+
*/
|
|
34
|
+
"description"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The OCID of the ML Application implemented by this ML Application Implementation.
|
|
37
|
+
*/
|
|
38
|
+
"mlApplicationId": string;
|
|
39
|
+
/**
|
|
40
|
+
* The name of ML Application (based on mlApplicationId).
|
|
41
|
+
*/
|
|
42
|
+
"mlApplicationName": string;
|
|
43
|
+
/**
|
|
44
|
+
* 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.
|
|
45
|
+
*/
|
|
46
|
+
"packageVersion"?: string;
|
|
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
|
+
/**
|
|
52
|
+
* 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.
|
|
53
|
+
*/
|
|
54
|
+
"allowedMigrationDestinations"?: Array<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
|
|
57
|
+
*/
|
|
58
|
+
"timeCreated": Date;
|
|
59
|
+
/**
|
|
60
|
+
* The current state of the MlApplicationImplementationVersion.
|
|
61
|
+
*/
|
|
62
|
+
"lifecycleState": string;
|
|
63
|
+
/**
|
|
64
|
+
* 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).
|
|
65
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"freeformTags": {
|
|
69
|
+
[key: string]: string;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* 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).
|
|
73
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"definedTags": {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
83
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"systemTags"?: {
|
|
87
|
+
[key: string]: {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
export declare namespace MlApplicationImplementationVersionSummary {
|
|
93
|
+
function getJsonObj(obj: MlApplicationImplementationVersionSummary): object;
|
|
94
|
+
function getDeserializedJsonObj(obj: MlApplicationImplementationVersionSummary): object;
|
|
95
|
+
}
|
|
@@ -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.MlApplicationImplementationVersionSummary = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MlApplicationImplementationVersionSummary;
|
|
38
|
+
(function (MlApplicationImplementationVersionSummary) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"configurationSchema": obj.configurationSchema
|
|
42
|
+
? obj.configurationSchema.map(item => {
|
|
43
|
+
return model.ConfigurationPropertySchema.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
MlApplicationImplementationVersionSummary.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"configurationSchema": obj.configurationSchema
|
|
53
|
+
? obj.configurationSchema.map(item => {
|
|
54
|
+
return model.ConfigurationPropertySchema.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
MlApplicationImplementationVersionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(MlApplicationImplementationVersionSummary = exports.MlApplicationImplementationVersionSummary || (exports.MlApplicationImplementationVersionSummary = {}));
|
|
62
|
+
//# sourceMappingURL=ml-application-implementation-version-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml-application-implementation-version-summary.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/ml-application-implementation-version-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuElC,IAAiB,yCAAyC,CA6BzD;AA7BD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gEAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA6BzD"}
|
|
@@ -0,0 +1,115 @@
|
|
|
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
|
+
* Read-only fully managed snapshot of MlApplicationImplementation taken when MlApplicationImplementation was updated with new ML Application package.
|
|
17
|
+
*/
|
|
18
|
+
export interface MlApplicationImplementationVersion {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
|
|
25
|
+
*/
|
|
26
|
+
"mlApplicationImplementationId": string;
|
|
27
|
+
/**
|
|
28
|
+
* ML Application Implementation name which is unique for given ML Application.
|
|
29
|
+
*/
|
|
30
|
+
"name": string;
|
|
31
|
+
/**
|
|
32
|
+
* Description of ML Application Implementation defined in ML Application package descriptor
|
|
33
|
+
*/
|
|
34
|
+
"description"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The OCID of the ML Application implemented by this ML Application Implementation.
|
|
37
|
+
*/
|
|
38
|
+
"mlApplicationId": string;
|
|
39
|
+
/**
|
|
40
|
+
* The name of ML Application (based on mlApplicationId)
|
|
41
|
+
*/
|
|
42
|
+
"mlApplicationName": string;
|
|
43
|
+
/**
|
|
44
|
+
* 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.
|
|
45
|
+
*/
|
|
46
|
+
"packageVersion"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
|
|
49
|
+
*/
|
|
50
|
+
"applicationComponents"?: Array<model.ApplicationComponent>;
|
|
51
|
+
/**
|
|
52
|
+
* Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
|
|
53
|
+
*/
|
|
54
|
+
"configurationSchema"?: Array<model.ConfigurationPropertySchema>;
|
|
55
|
+
"mlApplicationPackageArguments"?: model.MlApplicationPackageArguments;
|
|
56
|
+
/**
|
|
57
|
+
* 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.
|
|
58
|
+
*/
|
|
59
|
+
"allowedMigrationDestinations"?: Array<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
|
|
62
|
+
*/
|
|
63
|
+
"timeCreated": Date;
|
|
64
|
+
/**
|
|
65
|
+
* The current state of the MlApplicationImplementationVersion.
|
|
66
|
+
*/
|
|
67
|
+
"lifecycleState": MlApplicationImplementationVersion.LifecycleState;
|
|
68
|
+
/**
|
|
69
|
+
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
70
|
+
*/
|
|
71
|
+
"lifecycleDetails": string;
|
|
72
|
+
/**
|
|
73
|
+
* 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).
|
|
74
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"freeformTags": {
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* 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).
|
|
82
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"definedTags": {
|
|
86
|
+
[key: string]: {
|
|
87
|
+
[key: string]: any;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
92
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
"systemTags"?: {
|
|
96
|
+
[key: string]: {
|
|
97
|
+
[key: string]: any;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
export declare namespace MlApplicationImplementationVersion {
|
|
102
|
+
enum LifecycleState {
|
|
103
|
+
Creating = "CREATING",
|
|
104
|
+
Active = "ACTIVE",
|
|
105
|
+
Failed = "FAILED",
|
|
106
|
+
Deleting = "DELETING",
|
|
107
|
+
/**
|
|
108
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
109
|
+
* version of the SDK.
|
|
110
|
+
*/
|
|
111
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
112
|
+
}
|
|
113
|
+
function getJsonObj(obj: MlApplicationImplementationVersion): object;
|
|
114
|
+
function getDeserializedJsonObj(obj: MlApplicationImplementationVersion): object;
|
|
115
|
+
}
|