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 @@
|
|
|
1
|
+
{"version":3,"file":"trigger-ml-application-instance-view-flow-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/trigger-ml-application-instance-view-flow-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateMlApplicationImplementation.ts.html |here} to see how to use UpdateMlApplicationImplementationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMlApplicationImplementationRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique MlApplicationImplementation identifier
|
|
21
|
+
*/
|
|
22
|
+
"mlApplicationImplementationId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateMlApplicationImplementationDetails": model.UpdateMlApplicationImplementationDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
32
|
+
* provide matches the resource's current {@code etag} value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-ml-application-implementation-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ml-application-implementation-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-ml-application-implementation-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateMlApplicationImplementationVersion.ts.html |here} to see how to use UpdateMlApplicationImplementationVersionRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMlApplicationImplementationVersionRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique MlApplicationImplementationVersion identifier
|
|
21
|
+
*/
|
|
22
|
+
"mlApplicationImplementationVersionId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateMlApplicationImplementationVersionDetails": model.UpdateMlApplicationImplementationVersionDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
32
|
+
* provide matches the resource's current {@code etag} value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-ml-application-implementation-version-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ml-application-implementation-version-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-ml-application-implementation-version-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateMlApplicationInstance.ts.html |here} to see how to use UpdateMlApplicationInstanceRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMlApplicationInstanceRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique MlApplicationInstance identifier
|
|
21
|
+
*/
|
|
22
|
+
"mlApplicationInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateMlApplicationInstanceDetails": model.UpdateMlApplicationInstanceDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
32
|
+
* provide matches the resource's current {@code etag} value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-ml-application-instance-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ml-application-instance-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-ml-application-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateMlApplicationInstanceView.ts.html |here} to see how to use UpdateMlApplicationInstanceViewRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMlApplicationInstanceViewRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique MlApplicationInstanceView identifier
|
|
21
|
+
*/
|
|
22
|
+
"mlApplicationInstanceViewId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateMlApplicationInstanceViewDetails": model.UpdateMlApplicationInstanceViewDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
32
|
+
* provide matches the resource's current {@code etag} value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-ml-application-instance-view-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ml-application-instance-view-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-ml-application-instance-view-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateMlApplication.ts.html |here} to see how to use UpdateMlApplicationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMlApplicationRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique MlApplication identifier
|
|
21
|
+
*/
|
|
22
|
+
"mlApplicationId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateMlApplicationDetails": model.UpdateMlApplicationDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
32
|
+
* provide matches the resource's current {@code etag} value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-ml-application-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-ml-application-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-ml-application-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeMlApplicationCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, then provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-ml-application-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ml-application-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-ml-application-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeMlApplicationImplementationCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
16
|
+
* with this ID to track the status of the request.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, then provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-ml-application-implementation-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ml-application-implementation-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-ml-application-implementation-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeMlApplicationInstanceCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
16
|
+
* with this ID to track the status of the request.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, then provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-ml-application-instance-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ml-application-instance-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-ml-application-instance-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeMlApplicationInstanceViewCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
16
|
+
* with this ID to track the status of the request.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, then provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-ml-application-instance-view-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ml-application-instance-view-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-ml-application-instance-view-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateMlApplicationImplementationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, then provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MlApplicationImplementation instance.
|
|
28
|
+
*/
|
|
29
|
+
"mlApplicationImplementation": model.MlApplicationImplementation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-ml-application-implementation-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ml-application-implementation-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-ml-application-implementation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateMlApplicationInstanceResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* The URI that identifies the entity described in the response body.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"location": string;
|
|
25
|
+
/**
|
|
26
|
+
* The URI that identifies the entity described in the response body.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"contentLocation": string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, then provide the request ID.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId": string;
|
|
36
|
+
/**
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
38
|
+
* with this ID to track the status of the request.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcWorkRequestId": string;
|
|
42
|
+
/**
|
|
43
|
+
* The returned model.MlApplicationInstance instance.
|
|
44
|
+
*/
|
|
45
|
+
"mlApplicationInstance": model.MlApplicationInstance;
|
|
46
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-ml-application-instance-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ml-application-instance-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-ml-application-instance-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|