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,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=get-ml-application-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ml-application-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/get-ml-application-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -31,6 +31,14 @@ import * as ChangeJobCompartmentResponse from "./change-job-compartment-response
|
|
|
31
31
|
export import ChangeJobCompartmentResponse = ChangeJobCompartmentResponse.ChangeJobCompartmentResponse;
|
|
32
32
|
import * as ChangeJobRunCompartmentResponse from "./change-job-run-compartment-response";
|
|
33
33
|
export import ChangeJobRunCompartmentResponse = ChangeJobRunCompartmentResponse.ChangeJobRunCompartmentResponse;
|
|
34
|
+
import * as ChangeMlApplicationCompartmentResponse from "./change-ml-application-compartment-response";
|
|
35
|
+
export import ChangeMlApplicationCompartmentResponse = ChangeMlApplicationCompartmentResponse.ChangeMlApplicationCompartmentResponse;
|
|
36
|
+
import * as ChangeMlApplicationImplementationCompartmentResponse from "./change-ml-application-implementation-compartment-response";
|
|
37
|
+
export import ChangeMlApplicationImplementationCompartmentResponse = ChangeMlApplicationImplementationCompartmentResponse.ChangeMlApplicationImplementationCompartmentResponse;
|
|
38
|
+
import * as ChangeMlApplicationInstanceCompartmentResponse from "./change-ml-application-instance-compartment-response";
|
|
39
|
+
export import ChangeMlApplicationInstanceCompartmentResponse = ChangeMlApplicationInstanceCompartmentResponse.ChangeMlApplicationInstanceCompartmentResponse;
|
|
40
|
+
import * as ChangeMlApplicationInstanceViewCompartmentResponse from "./change-ml-application-instance-view-compartment-response";
|
|
41
|
+
export import ChangeMlApplicationInstanceViewCompartmentResponse = ChangeMlApplicationInstanceViewCompartmentResponse.ChangeMlApplicationInstanceViewCompartmentResponse;
|
|
34
42
|
import * as ChangeModelCompartmentResponse from "./change-model-compartment-response";
|
|
35
43
|
export import ChangeModelCompartmentResponse = ChangeModelCompartmentResponse.ChangeModelCompartmentResponse;
|
|
36
44
|
import * as ChangeModelDeploymentCompartmentResponse from "./change-model-deployment-compartment-response";
|
|
@@ -55,6 +63,12 @@ import * as CreateJobArtifactResponse from "./create-job-artifact-response";
|
|
|
55
63
|
export import CreateJobArtifactResponse = CreateJobArtifactResponse.CreateJobArtifactResponse;
|
|
56
64
|
import * as CreateJobRunResponse from "./create-job-run-response";
|
|
57
65
|
export import CreateJobRunResponse = CreateJobRunResponse.CreateJobRunResponse;
|
|
66
|
+
import * as CreateMlApplicationResponse from "./create-ml-application-response";
|
|
67
|
+
export import CreateMlApplicationResponse = CreateMlApplicationResponse.CreateMlApplicationResponse;
|
|
68
|
+
import * as CreateMlApplicationImplementationResponse from "./create-ml-application-implementation-response";
|
|
69
|
+
export import CreateMlApplicationImplementationResponse = CreateMlApplicationImplementationResponse.CreateMlApplicationImplementationResponse;
|
|
70
|
+
import * as CreateMlApplicationInstanceResponse from "./create-ml-application-instance-response";
|
|
71
|
+
export import CreateMlApplicationInstanceResponse = CreateMlApplicationInstanceResponse.CreateMlApplicationInstanceResponse;
|
|
58
72
|
import * as CreateModelResponse from "./create-model-response";
|
|
59
73
|
export import CreateModelResponse = CreateModelResponse.CreateModelResponse;
|
|
60
74
|
import * as CreateModelArtifactResponse from "./create-model-artifact-response";
|
|
@@ -95,6 +109,12 @@ import * as DeleteJobResponse from "./delete-job-response";
|
|
|
95
109
|
export import DeleteJobResponse = DeleteJobResponse.DeleteJobResponse;
|
|
96
110
|
import * as DeleteJobRunResponse from "./delete-job-run-response";
|
|
97
111
|
export import DeleteJobRunResponse = DeleteJobRunResponse.DeleteJobRunResponse;
|
|
112
|
+
import * as DeleteMlApplicationResponse from "./delete-ml-application-response";
|
|
113
|
+
export import DeleteMlApplicationResponse = DeleteMlApplicationResponse.DeleteMlApplicationResponse;
|
|
114
|
+
import * as DeleteMlApplicationImplementationResponse from "./delete-ml-application-implementation-response";
|
|
115
|
+
export import DeleteMlApplicationImplementationResponse = DeleteMlApplicationImplementationResponse.DeleteMlApplicationImplementationResponse;
|
|
116
|
+
import * as DeleteMlApplicationInstanceResponse from "./delete-ml-application-instance-response";
|
|
117
|
+
export import DeleteMlApplicationInstanceResponse = DeleteMlApplicationInstanceResponse.DeleteMlApplicationInstanceResponse;
|
|
98
118
|
import * as DeleteModelResponse from "./delete-model-response";
|
|
99
119
|
export import DeleteModelResponse = DeleteModelResponse.DeleteModelResponse;
|
|
100
120
|
import * as DeleteModelCustomMetadatumArtifactResponse from "./delete-model-custom-metadatum-artifact-response";
|
|
@@ -115,6 +135,10 @@ import * as DeleteProjectResponse from "./delete-project-response";
|
|
|
115
135
|
export import DeleteProjectResponse = DeleteProjectResponse.DeleteProjectResponse;
|
|
116
136
|
import * as DeleteScheduleResponse from "./delete-schedule-response";
|
|
117
137
|
export import DeleteScheduleResponse = DeleteScheduleResponse.DeleteScheduleResponse;
|
|
138
|
+
import * as DisableMlApplicationInstanceViewTriggerResponse from "./disable-ml-application-instance-view-trigger-response";
|
|
139
|
+
export import DisableMlApplicationInstanceViewTriggerResponse = DisableMlApplicationInstanceViewTriggerResponse.DisableMlApplicationInstanceViewTriggerResponse;
|
|
140
|
+
import * as EnableMlApplicationInstanceViewTriggerResponse from "./enable-ml-application-instance-view-trigger-response";
|
|
141
|
+
export import EnableMlApplicationInstanceViewTriggerResponse = EnableMlApplicationInstanceViewTriggerResponse.EnableMlApplicationInstanceViewTriggerResponse;
|
|
118
142
|
import * as ExportModelArtifactResponse from "./export-model-artifact-response";
|
|
119
143
|
export import ExportModelArtifactResponse = ExportModelArtifactResponse.ExportModelArtifactResponse;
|
|
120
144
|
import * as GetDataSciencePrivateEndpointResponse from "./get-data-science-private-endpoint-response";
|
|
@@ -125,6 +149,20 @@ import * as GetJobArtifactContentResponse from "./get-job-artifact-content-respo
|
|
|
125
149
|
export import GetJobArtifactContentResponse = GetJobArtifactContentResponse.GetJobArtifactContentResponse;
|
|
126
150
|
import * as GetJobRunResponse from "./get-job-run-response";
|
|
127
151
|
export import GetJobRunResponse = GetJobRunResponse.GetJobRunResponse;
|
|
152
|
+
import * as GetMlApplicationResponse from "./get-ml-application-response";
|
|
153
|
+
export import GetMlApplicationResponse = GetMlApplicationResponse.GetMlApplicationResponse;
|
|
154
|
+
import * as GetMlApplicationHistoricalPackageContentResponse from "./get-ml-application-historical-package-content-response";
|
|
155
|
+
export import GetMlApplicationHistoricalPackageContentResponse = GetMlApplicationHistoricalPackageContentResponse.GetMlApplicationHistoricalPackageContentResponse;
|
|
156
|
+
import * as GetMlApplicationImplementationResponse from "./get-ml-application-implementation-response";
|
|
157
|
+
export import GetMlApplicationImplementationResponse = GetMlApplicationImplementationResponse.GetMlApplicationImplementationResponse;
|
|
158
|
+
import * as GetMlApplicationImplementationVersionResponse from "./get-ml-application-implementation-version-response";
|
|
159
|
+
export import GetMlApplicationImplementationVersionResponse = GetMlApplicationImplementationVersionResponse.GetMlApplicationImplementationVersionResponse;
|
|
160
|
+
import * as GetMlApplicationInstanceResponse from "./get-ml-application-instance-response";
|
|
161
|
+
export import GetMlApplicationInstanceResponse = GetMlApplicationInstanceResponse.GetMlApplicationInstanceResponse;
|
|
162
|
+
import * as GetMlApplicationInstanceViewResponse from "./get-ml-application-instance-view-response";
|
|
163
|
+
export import GetMlApplicationInstanceViewResponse = GetMlApplicationInstanceViewResponse.GetMlApplicationInstanceViewResponse;
|
|
164
|
+
import * as GetMlApplicationPackageContentResponse from "./get-ml-application-package-content-response";
|
|
165
|
+
export import GetMlApplicationPackageContentResponse = GetMlApplicationPackageContentResponse.GetMlApplicationPackageContentResponse;
|
|
128
166
|
import * as GetModelResponse from "./get-model-response";
|
|
129
167
|
export import GetModelResponse = GetModelResponse.GetModelResponse;
|
|
130
168
|
import * as GetModelArtifactContentResponse from "./get-model-artifact-content-response";
|
|
@@ -177,6 +215,16 @@ import * as ListJobShapesResponse from "./list-job-shapes-response";
|
|
|
177
215
|
export import ListJobShapesResponse = ListJobShapesResponse.ListJobShapesResponse;
|
|
178
216
|
import * as ListJobsResponse from "./list-jobs-response";
|
|
179
217
|
export import ListJobsResponse = ListJobsResponse.ListJobsResponse;
|
|
218
|
+
import * as ListMlApplicationImplementationVersionsResponse from "./list-ml-application-implementation-versions-response";
|
|
219
|
+
export import ListMlApplicationImplementationVersionsResponse = ListMlApplicationImplementationVersionsResponse.ListMlApplicationImplementationVersionsResponse;
|
|
220
|
+
import * as ListMlApplicationImplementationsResponse from "./list-ml-application-implementations-response";
|
|
221
|
+
export import ListMlApplicationImplementationsResponse = ListMlApplicationImplementationsResponse.ListMlApplicationImplementationsResponse;
|
|
222
|
+
import * as ListMlApplicationInstanceViewsResponse from "./list-ml-application-instance-views-response";
|
|
223
|
+
export import ListMlApplicationInstanceViewsResponse = ListMlApplicationInstanceViewsResponse.ListMlApplicationInstanceViewsResponse;
|
|
224
|
+
import * as ListMlApplicationInstancesResponse from "./list-ml-application-instances-response";
|
|
225
|
+
export import ListMlApplicationInstancesResponse = ListMlApplicationInstancesResponse.ListMlApplicationInstancesResponse;
|
|
226
|
+
import * as ListMlApplicationsResponse from "./list-ml-applications-response";
|
|
227
|
+
export import ListMlApplicationsResponse = ListMlApplicationsResponse.ListMlApplicationsResponse;
|
|
180
228
|
import * as ListModelDeploymentShapesResponse from "./list-model-deployment-shapes-response";
|
|
181
229
|
export import ListModelDeploymentShapesResponse = ListModelDeploymentShapesResponse.ListModelDeploymentShapesResponse;
|
|
182
230
|
import * as ListModelDeploymentsResponse from "./list-model-deployments-response";
|
|
@@ -203,16 +251,34 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
|
|
|
203
251
|
export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
|
|
204
252
|
import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
205
253
|
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
254
|
+
import * as PutMlApplicationPackageResponse from "./put-ml-application-package-response";
|
|
255
|
+
export import PutMlApplicationPackageResponse = PutMlApplicationPackageResponse.PutMlApplicationPackageResponse;
|
|
256
|
+
import * as RecoverMlApplicationInstanceViewResponse from "./recover-ml-application-instance-view-response";
|
|
257
|
+
export import RecoverMlApplicationInstanceViewResponse = RecoverMlApplicationInstanceViewResponse.RecoverMlApplicationInstanceViewResponse;
|
|
206
258
|
import * as RegisterModelArtifactReferenceResponse from "./register-model-artifact-reference-response";
|
|
207
259
|
export import RegisterModelArtifactReferenceResponse = RegisterModelArtifactReferenceResponse.RegisterModelArtifactReferenceResponse;
|
|
208
260
|
import * as RestoreArchivedModelArtifactResponse from "./restore-archived-model-artifact-response";
|
|
209
261
|
export import RestoreArchivedModelArtifactResponse = RestoreArchivedModelArtifactResponse.RestoreArchivedModelArtifactResponse;
|
|
262
|
+
import * as TriggerMlApplicationInstanceFlowResponse from "./trigger-ml-application-instance-flow-response";
|
|
263
|
+
export import TriggerMlApplicationInstanceFlowResponse = TriggerMlApplicationInstanceFlowResponse.TriggerMlApplicationInstanceFlowResponse;
|
|
264
|
+
import * as TriggerMlApplicationInstanceViewFlowResponse from "./trigger-ml-application-instance-view-flow-response";
|
|
265
|
+
export import TriggerMlApplicationInstanceViewFlowResponse = TriggerMlApplicationInstanceViewFlowResponse.TriggerMlApplicationInstanceViewFlowResponse;
|
|
210
266
|
import * as UpdateDataSciencePrivateEndpointResponse from "./update-data-science-private-endpoint-response";
|
|
211
267
|
export import UpdateDataSciencePrivateEndpointResponse = UpdateDataSciencePrivateEndpointResponse.UpdateDataSciencePrivateEndpointResponse;
|
|
212
268
|
import * as UpdateJobResponse from "./update-job-response";
|
|
213
269
|
export import UpdateJobResponse = UpdateJobResponse.UpdateJobResponse;
|
|
214
270
|
import * as UpdateJobRunResponse from "./update-job-run-response";
|
|
215
271
|
export import UpdateJobRunResponse = UpdateJobRunResponse.UpdateJobRunResponse;
|
|
272
|
+
import * as UpdateMlApplicationResponse from "./update-ml-application-response";
|
|
273
|
+
export import UpdateMlApplicationResponse = UpdateMlApplicationResponse.UpdateMlApplicationResponse;
|
|
274
|
+
import * as UpdateMlApplicationImplementationResponse from "./update-ml-application-implementation-response";
|
|
275
|
+
export import UpdateMlApplicationImplementationResponse = UpdateMlApplicationImplementationResponse.UpdateMlApplicationImplementationResponse;
|
|
276
|
+
import * as UpdateMlApplicationImplementationVersionResponse from "./update-ml-application-implementation-version-response";
|
|
277
|
+
export import UpdateMlApplicationImplementationVersionResponse = UpdateMlApplicationImplementationVersionResponse.UpdateMlApplicationImplementationVersionResponse;
|
|
278
|
+
import * as UpdateMlApplicationInstanceResponse from "./update-ml-application-instance-response";
|
|
279
|
+
export import UpdateMlApplicationInstanceResponse = UpdateMlApplicationInstanceResponse.UpdateMlApplicationInstanceResponse;
|
|
280
|
+
import * as UpdateMlApplicationInstanceViewResponse from "./update-ml-application-instance-view-response";
|
|
281
|
+
export import UpdateMlApplicationInstanceViewResponse = UpdateMlApplicationInstanceViewResponse.UpdateMlApplicationInstanceViewResponse;
|
|
216
282
|
import * as UpdateModelResponse from "./update-model-response";
|
|
217
283
|
export import UpdateModelResponse = UpdateModelResponse.UpdateModelResponse;
|
|
218
284
|
import * as UpdateModelCustomMetadatumArtifactResponse from "./update-model-custom-metadatum-artifact-response";
|
|
@@ -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 ListMlApplicationImplementationVersionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, then provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcNextPage": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MlApplicationImplementationVersionCollection instance.
|
|
28
|
+
*/
|
|
29
|
+
"mlApplicationImplementationVersionCollection": model.MlApplicationImplementationVersionCollection;
|
|
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=list-ml-application-implementation-versions-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ml-application-implementation-versions-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-ml-application-implementation-versions-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 ListMlApplicationImplementationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, then provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcNextPage": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MlApplicationImplementationCollection instance.
|
|
28
|
+
*/
|
|
29
|
+
"mlApplicationImplementationCollection": model.MlApplicationImplementationCollection;
|
|
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=list-ml-application-implementations-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ml-application-implementations-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-ml-application-implementations-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 ListMlApplicationInstanceViewsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, then provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcNextPage": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MlApplicationInstanceViewCollection instance.
|
|
28
|
+
*/
|
|
29
|
+
"mlApplicationInstanceViewCollection": model.MlApplicationInstanceViewCollection;
|
|
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=list-ml-application-instance-views-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ml-application-instance-views-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-ml-application-instance-views-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 ListMlApplicationInstancesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, then provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcNextPage": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MlApplicationInstanceCollection instance.
|
|
28
|
+
*/
|
|
29
|
+
"mlApplicationInstanceCollection": model.MlApplicationInstanceCollection;
|
|
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=list-ml-application-instances-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ml-application-instances-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-ml-application-instances-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 ListMlApplicationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, then provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcNextPage": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MlApplicationCollection instance.
|
|
28
|
+
*/
|
|
29
|
+
"mlApplicationCollection": model.MlApplicationCollection;
|
|
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=list-ml-applications-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ml-applications-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-ml-applications-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 PutMlApplicationPackageResponse {
|
|
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=put-ml-application-package-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-ml-application-package-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/put-ml-application-package-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 RecoverMlApplicationInstanceViewResponse {
|
|
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=recover-ml-application-instance-view-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recover-ml-application-instance-view-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/recover-ml-application-instance-view-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 TriggerMlApplicationInstanceFlowResponse {
|
|
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=trigger-ml-application-instance-flow-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trigger-ml-application-instance-flow-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/trigger-ml-application-instance-flow-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 TriggerMlApplicationInstanceViewFlowResponse {
|
|
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=trigger-ml-application-instance-view-flow-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trigger-ml-application-instance-view-flow-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/trigger-ml-application-instance-view-flow-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 UpdateMlApplicationImplementationResponse {
|
|
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
|
+
}
|