oci-ailanguage 2.45.0 → 2.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +5 -3
- package/index.js +6 -4
- package/index.js.map +1 -1
- package/lib/aiservicelanguage-waiter.d.ts +55 -0
- package/lib/aiservicelanguage-waiter.js +103 -0
- package/lib/aiservicelanguage-waiter.js.map +1 -0
- package/lib/client.d.ts +381 -61
- package/lib/client.js +1808 -131
- package/lib/client.js.map +1 -1
- package/lib/model/action-type.d.ts +34 -0
- package/lib/model/action-type.js +45 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/batch-detect-dominant-language-details.d.ts +7 -3
- package/lib/model/batch-detect-dominant-language-details.js +3 -3
- package/lib/model/batch-detect-dominant-language-details.js.map +1 -1
- package/lib/model/batch-detect-dominant-language-result.d.ts +3 -3
- package/lib/model/batch-detect-dominant-language-result.js +3 -3
- package/lib/model/batch-detect-language-entities-details.d.ts +12 -4
- package/lib/model/batch-detect-language-entities-details.js +5 -5
- package/lib/model/batch-detect-language-entities-details.js.map +1 -1
- package/lib/model/batch-detect-language-entities-result.d.ts +3 -3
- package/lib/model/batch-detect-language-entities-result.js +3 -3
- package/lib/model/batch-detect-language-key-phrases-details.d.ts +8 -4
- package/lib/model/batch-detect-language-key-phrases-details.js +5 -5
- package/lib/model/batch-detect-language-key-phrases-details.js.map +1 -1
- package/lib/model/batch-detect-language-key-phrases-result.d.ts +3 -3
- package/lib/model/batch-detect-language-key-phrases-result.js +3 -3
- package/lib/model/batch-detect-language-sentiments-details.d.ts +8 -4
- package/lib/model/batch-detect-language-sentiments-details.js +5 -5
- package/lib/model/batch-detect-language-sentiments-details.js.map +1 -1
- package/lib/model/batch-detect-language-sentiments-result.d.ts +3 -3
- package/lib/model/batch-detect-language-sentiments-result.js +3 -3
- package/lib/model/batch-detect-language-text-classification-details.d.ts +12 -4
- package/lib/model/batch-detect-language-text-classification-details.js +5 -5
- package/lib/model/batch-detect-language-text-classification-details.js.map +1 -1
- package/lib/model/batch-detect-language-text-classification-result.d.ts +3 -3
- package/lib/model/batch-detect-language-text-classification-result.js +3 -3
- package/lib/model/batch-language-translation-details.d.ts +37 -0
- package/lib/model/batch-language-translation-details.js +64 -0
- package/lib/model/batch-language-translation-details.js.map +1 -0
- package/lib/model/batch-language-translation-result.d.ts +33 -0
- package/lib/model/batch-language-translation-result.js +74 -0
- package/lib/model/batch-language-translation-result.js.map +1 -0
- package/lib/model/change-endpoint-compartment-details.d.ts +29 -0
- package/lib/model/change-endpoint-compartment-details.js +32 -0
- package/lib/model/change-endpoint-compartment-details.js.map +1 -0
- package/lib/model/change-model-compartment-details.d.ts +29 -0
- package/lib/model/change-model-compartment-details.js +32 -0
- package/lib/model/change-model-compartment-details.js.map +1 -0
- package/lib/model/change-project-compartment-details.d.ts +29 -0
- package/lib/model/change-project-compartment-details.js +32 -0
- package/lib/model/change-project-compartment-details.js.map +1 -0
- package/lib/model/class-metrics.d.ts +40 -0
- package/lib/model/{key-phrase-document.js → class-metrics.js} +10 -10
- package/lib/model/class-metrics.js.map +1 -0
- package/lib/model/classification-multi-class-mode-details.d.ts +27 -0
- package/lib/model/classification-multi-class-mode-details.js +57 -0
- package/lib/model/classification-multi-class-mode-details.js.map +1 -0
- package/lib/model/classification-multi-label-mode-details.d.ts +27 -0
- package/lib/model/classification-multi-label-mode-details.js +57 -0
- package/lib/model/classification-multi-label-mode-details.js.map +1 -0
- package/lib/model/classification-type.d.ts +25 -0
- package/lib/model/classification-type.js +75 -0
- package/lib/model/classification-type.js.map +1 -0
- package/lib/model/confusion-matrix-details.d.ts +30 -0
- package/lib/model/{text-classification-document.js → confusion-matrix-details.js} +10 -10
- package/lib/model/confusion-matrix-details.js.map +1 -0
- package/lib/model/create-endpoint-details.d.ts +62 -0
- package/lib/model/create-endpoint-details.js +32 -0
- package/lib/model/create-endpoint-details.js.map +1 -0
- package/lib/model/create-model-details.d.ts +62 -0
- package/lib/model/create-model-details.js +72 -0
- package/lib/model/create-model-details.js.map +1 -0
- package/lib/model/create-project-details.d.ts +55 -0
- package/lib/model/create-project-details.js +32 -0
- package/lib/model/create-project-details.js.map +1 -0
- package/lib/model/data-science-labeling-dataset.d.ts +31 -0
- package/lib/model/data-science-labeling-dataset.js +57 -0
- package/lib/model/data-science-labeling-dataset.js.map +1 -0
- package/lib/model/dataset-details.d.ts +25 -0
- package/lib/model/dataset-details.js +75 -0
- package/lib/model/dataset-details.js.map +1 -0
- package/lib/model/detect-dominant-language-details.d.ts +3 -3
- package/lib/model/detect-dominant-language-details.js +3 -3
- package/lib/model/detect-dominant-language-result.d.ts +3 -3
- package/lib/model/detect-dominant-language-result.js +3 -3
- package/lib/model/detect-language-entities-details.d.ts +3 -3
- package/lib/model/detect-language-entities-details.js +3 -3
- package/lib/model/detect-language-entities-result.d.ts +3 -3
- package/lib/model/detect-language-entities-result.js +3 -3
- package/lib/model/detect-language-key-phrases-details.d.ts +3 -3
- package/lib/model/detect-language-key-phrases-details.js +3 -3
- package/lib/model/detect-language-key-phrases-result.d.ts +3 -3
- package/lib/model/detect-language-key-phrases-result.js +3 -3
- package/lib/model/detect-language-sentiments-details.d.ts +3 -3
- package/lib/model/detect-language-sentiments-details.js +3 -3
- package/lib/model/detect-language-sentiments-result.d.ts +3 -3
- package/lib/model/detect-language-sentiments-result.js +3 -3
- package/lib/model/detect-language-text-classification-details.d.ts +3 -3
- package/lib/model/detect-language-text-classification-details.js +3 -3
- package/lib/model/detect-language-text-classification-result.d.ts +3 -3
- package/lib/model/detect-language-text-classification-result.js +3 -3
- package/lib/model/detected-language.d.ts +3 -3
- package/lib/model/detected-language.js +3 -3
- package/lib/model/document-error.d.ts +4 -4
- package/lib/model/document-error.js +3 -3
- package/lib/model/dominant-language-document-result.d.ts +3 -3
- package/lib/model/dominant-language-document-result.js +3 -3
- package/lib/model/dominant-language-document.d.ts +3 -3
- package/lib/model/dominant-language-document.js +3 -3
- package/lib/model/endpoint-collection.d.ts +29 -0
- package/lib/model/endpoint-collection.js +64 -0
- package/lib/model/endpoint-collection.js.map +1 -0
- package/lib/model/endpoint-summary.d.ts +90 -0
- package/lib/model/endpoint-summary.js +32 -0
- package/lib/model/endpoint-summary.js.map +1 -0
- package/lib/model/endpoint.d.ts +107 -0
- package/lib/model/endpoint.js +46 -0
- package/lib/model/endpoint.js.map +1 -0
- package/lib/model/entity-document-result.d.ts +4 -4
- package/lib/model/entity-document-result.js +3 -3
- package/lib/model/entity-label-error-analysis.d.ts +36 -0
- package/lib/model/entity-label-error-analysis.js +32 -0
- package/lib/model/entity-label-error-analysis.js.map +1 -0
- package/lib/model/entity-metrics.d.ts +40 -0
- package/lib/model/entity-metrics.js +32 -0
- package/lib/model/entity-metrics.js.map +1 -0
- package/lib/model/entity.d.ts +3 -3
- package/lib/model/entity.js +3 -3
- package/lib/model/error-details.d.ts +3 -3
- package/lib/model/error-details.js +3 -3
- package/lib/model/evaluation-result-collection.d.ts +29 -0
- package/lib/model/evaluation-result-collection.js +64 -0
- package/lib/model/evaluation-result-collection.js.map +1 -0
- package/lib/model/evaluation-result-summary.d.ts +43 -0
- package/lib/model/evaluation-result-summary.js +75 -0
- package/lib/model/evaluation-result-summary.js.map +1 -0
- package/lib/model/evaluation-results.d.ts +25 -0
- package/lib/model/evaluation-results.js +75 -0
- package/lib/model/evaluation-results.js.map +1 -0
- package/lib/model/hierarchical-entity.d.ts +3 -3
- package/lib/model/hierarchical-entity.js +3 -3
- package/lib/model/index.d.ts +125 -11
- package/lib/model/index.js +127 -12
- package/lib/model/index.js.map +1 -1
- package/lib/model/key-phrase-document-result.d.ts +5 -5
- package/lib/model/key-phrase-document-result.js +3 -3
- package/lib/model/key-phrase.d.ts +3 -3
- package/lib/model/key-phrase.js +3 -3
- package/lib/model/location-details.d.ts +25 -0
- package/lib/model/location-details.js +71 -0
- package/lib/model/location-details.js.map +1 -0
- package/lib/model/model-collection.d.ts +29 -0
- package/lib/model/model-collection.js +64 -0
- package/lib/model/model-collection.js.map +1 -0
- package/lib/model/model-details.d.ts +29 -0
- package/lib/model/model-details.js +75 -0
- package/lib/model/model-details.js.map +1 -0
- package/lib/model/model-summary.d.ts +91 -0
- package/lib/model/model-summary.js +60 -0
- package/lib/model/model-summary.js.map +1 -0
- package/lib/model/model.d.ts +111 -0
- package/lib/model/model.js +92 -0
- package/lib/model/model.js.map +1 -0
- package/lib/model/named-entity-recognition-evaluation-result.d.ts +39 -0
- package/lib/model/named-entity-recognition-evaluation-result.js +79 -0
- package/lib/model/named-entity-recognition-evaluation-result.js.map +1 -0
- package/lib/model/named-entity-recognition-evaluation-results.d.ts +42 -0
- package/lib/model/named-entity-recognition-evaluation-results.js +82 -0
- package/lib/model/named-entity-recognition-evaluation-results.js.map +1 -0
- package/lib/model/named-entity-recognition-model-details.d.ts +27 -0
- package/lib/model/named-entity-recognition-model-details.js +57 -0
- package/lib/model/named-entity-recognition-model-details.js.map +1 -0
- package/lib/model/named-entity-recognition-model-metrics.d.ts +60 -0
- package/lib/model/named-entity-recognition-model-metrics.js +32 -0
- package/lib/model/named-entity-recognition-model-metrics.js.map +1 -0
- package/lib/model/ner-model-version.d.ts +5 -5
- package/lib/model/ner-model-version.js +5 -5
- package/lib/model/object-list-dataset.d.ts +39 -0
- package/lib/model/object-list-dataset.js +55 -0
- package/lib/model/object-list-dataset.js.map +1 -0
- package/lib/model/object-storage-dataset.d.ts +28 -0
- package/lib/model/object-storage-dataset.js +63 -0
- package/lib/model/object-storage-dataset.js.map +1 -0
- package/lib/model/operation-status.d.ts +37 -0
- package/lib/model/operation-status.js +48 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +38 -0
- package/lib/model/operation-type.js +49 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/pre-deployed-language-models.d.ts +36 -0
- package/lib/model/pre-deployed-language-models.js +32 -0
- package/lib/model/pre-deployed-language-models.js.map +1 -0
- package/lib/model/project-collection.d.ts +29 -0
- package/lib/model/project-collection.js +64 -0
- package/lib/model/project-collection.js.map +1 -0
- package/lib/model/project-summary.d.ts +82 -0
- package/lib/model/{entity-document.js → project-summary.js} +10 -10
- package/lib/model/{entity-document.js.map → project-summary.js.map} +1 -1
- package/lib/model/project.d.ts +95 -0
- package/lib/model/project.js +46 -0
- package/lib/model/project.js.map +1 -0
- package/lib/model/sentiment-aspect.d.ts +3 -3
- package/lib/model/sentiment-aspect.js +3 -3
- package/lib/model/sentiment-document-result.d.ts +5 -5
- package/lib/model/sentiment-document-result.js +3 -3
- package/lib/model/sentiment-sentence.d.ts +3 -3
- package/lib/model/sentiment-sentence.js +3 -3
- package/lib/model/sort-order.d.ts +26 -0
- package/lib/model/sort-order.js +37 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/test-and-validation-dataset-strategy.d.ts +29 -0
- package/lib/model/test-and-validation-dataset-strategy.js +71 -0
- package/lib/model/test-and-validation-dataset-strategy.js.map +1 -0
- package/lib/model/test-strategy.d.ts +26 -0
- package/lib/model/test-strategy.js +71 -0
- package/lib/model/test-strategy.js.map +1 -0
- package/lib/model/text-classification-document-result.d.ts +5 -5
- package/lib/model/text-classification-document-result.js +3 -3
- package/lib/model/text-classification-evaluation-results.d.ts +42 -0
- package/lib/model/text-classification-evaluation-results.js +82 -0
- package/lib/model/text-classification-evaluation-results.js.map +1 -0
- package/lib/model/text-classification-model-details.d.ts +28 -0
- package/lib/model/text-classification-model-details.js +65 -0
- package/lib/model/text-classification-model-details.js.map +1 -0
- package/lib/model/text-classification-model-evaluation-result.d.ts +39 -0
- package/lib/model/text-classification-model-evaluation-result.js +57 -0
- package/lib/model/text-classification-model-evaluation-result.js.map +1 -0
- package/lib/model/text-classification-model-metrics.d.ts +64 -0
- package/lib/model/text-classification-model-metrics.js +32 -0
- package/lib/model/text-classification-model-metrics.js.map +1 -0
- package/lib/model/text-classification.d.ts +3 -3
- package/lib/model/text-classification.js +3 -3
- package/lib/model/{entity-document.d.ts → text-document.d.ts} +10 -10
- package/lib/model/text-document.js +32 -0
- package/lib/model/text-document.js.map +1 -0
- package/lib/model/translation-document-result.d.ts +40 -0
- package/lib/model/translation-document-result.js +32 -0
- package/lib/model/translation-document-result.js.map +1 -0
- package/lib/model/update-endpoint-details.d.ts +58 -0
- package/lib/model/update-endpoint-details.js +32 -0
- package/lib/model/update-endpoint-details.js.map +1 -0
- package/lib/model/update-model-details.d.ts +50 -0
- package/lib/model/{sentiments-document.js → update-model-details.js} +10 -10
- package/lib/model/update-model-details.js.map +1 -0
- package/lib/model/update-project-details.d.ts +50 -0
- package/lib/model/update-project-details.js +32 -0
- package/lib/model/update-project-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +29 -0
- package/lib/model/work-request-error-collection.js +64 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +38 -0
- package/lib/model/work-request-error.js +32 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-collection.d.ts +29 -0
- package/lib/model/work-request-log-collection.js +64 -0
- package/lib/model/work-request-log-collection.js.map +1 -0
- package/lib/model/work-request-log.d.ts +32 -0
- package/lib/model/work-request-log.js +32 -0
- package/lib/model/work-request-log.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +45 -0
- package/lib/model/work-request-resource.js +32 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +29 -0
- package/lib/model/work-request-summary-collection.js +64 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +70 -0
- package/lib/model/work-request-summary.js +64 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +70 -0
- package/lib/model/work-request.js +64 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/batch-detect-dominant-language-request.d.ts +2 -2
- package/lib/request/batch-detect-dominant-language-request.js +1 -1
- package/lib/request/batch-detect-language-entities-request.d.ts +2 -2
- package/lib/request/batch-detect-language-entities-request.js +1 -1
- package/lib/request/batch-detect-language-key-phrases-request.d.ts +2 -2
- package/lib/request/batch-detect-language-key-phrases-request.js +1 -1
- package/lib/request/batch-detect-language-sentiments-request.d.ts +2 -2
- package/lib/request/batch-detect-language-sentiments-request.js +1 -1
- package/lib/request/batch-detect-language-text-classification-request.d.ts +2 -2
- package/lib/request/batch-detect-language-text-classification-request.js +1 -1
- package/lib/request/batch-language-translation-request.d.ts +28 -0
- package/lib/request/batch-language-translation-request.js +15 -0
- package/lib/request/batch-language-translation-request.js.map +1 -0
- package/lib/request/change-endpoint-compartment-request.d.ts +49 -0
- package/lib/request/change-endpoint-compartment-request.js +15 -0
- package/lib/request/change-endpoint-compartment-request.js.map +1 -0
- package/lib/request/change-model-compartment-request.d.ts +49 -0
- package/lib/request/change-model-compartment-request.js +15 -0
- package/lib/request/change-model-compartment-request.js.map +1 -0
- package/lib/request/change-project-compartment-request.d.ts +49 -0
- package/lib/request/change-project-compartment-request.js +15 -0
- package/lib/request/change-project-compartment-request.js.map +1 -0
- package/lib/request/create-endpoint-request.d.ts +36 -0
- package/lib/request/create-endpoint-request.js +15 -0
- package/lib/request/create-endpoint-request.js.map +1 -0
- package/lib/request/create-model-request.d.ts +36 -0
- package/lib/request/create-model-request.js +15 -0
- package/lib/request/create-model-request.js.map +1 -0
- package/lib/request/create-project-request.d.ts +36 -0
- package/lib/request/create-project-request.js +15 -0
- package/lib/request/create-project-request.js.map +1 -0
- package/lib/request/delete-endpoint-request.d.ts +35 -0
- package/lib/request/delete-endpoint-request.js +15 -0
- package/lib/request/delete-endpoint-request.js.map +1 -0
- package/lib/request/delete-model-request.d.ts +35 -0
- package/lib/request/delete-model-request.js +15 -0
- package/lib/request/delete-model-request.js.map +1 -0
- package/lib/request/delete-project-request.d.ts +35 -0
- package/lib/request/delete-project-request.js +15 -0
- package/lib/request/delete-project-request.js.map +1 -0
- package/lib/request/detect-dominant-language-request.d.ts +2 -2
- package/lib/request/detect-dominant-language-request.js +1 -1
- package/lib/request/detect-language-entities-request.d.ts +2 -2
- package/lib/request/detect-language-entities-request.js +1 -1
- package/lib/request/detect-language-key-phrases-request.d.ts +2 -2
- package/lib/request/detect-language-key-phrases-request.js +1 -1
- package/lib/request/detect-language-sentiments-request.d.ts +2 -2
- package/lib/request/detect-language-sentiments-request.js +1 -1
- package/lib/request/detect-language-text-classification-request.d.ts +2 -2
- package/lib/request/detect-language-text-classification-request.js +1 -1
- package/lib/request/get-endpoint-request.d.ts +26 -0
- package/lib/request/get-endpoint-request.js +15 -0
- package/lib/request/get-endpoint-request.js.map +1 -0
- package/lib/request/get-model-request.d.ts +26 -0
- package/lib/request/get-model-request.js +15 -0
- package/lib/request/get-model-request.js.map +1 -0
- package/lib/request/get-project-request.d.ts +26 -0
- package/lib/request/get-project-request.js +15 -0
- package/lib/request/get-project-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +51 -3
- package/lib/request/index.js +16 -4
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-endpoints-request.d.ts +75 -0
- package/lib/request/list-endpoints-request.js +24 -0
- package/lib/request/list-endpoints-request.js.map +1 -0
- package/lib/request/list-evaluation-results-request.d.ts +34 -0
- package/lib/request/list-evaluation-results-request.js +15 -0
- package/lib/request/list-evaluation-results-request.js.map +1 -0
- package/lib/request/list-models-request.d.ts +71 -0
- package/lib/request/list-models-request.js +24 -0
- package/lib/request/list-models-request.js.map +1 -0
- package/lib/request/list-projects-request.d.ts +67 -0
- package/lib/request/list-projects-request.js +24 -0
- package/lib/request/list-projects-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +50 -0
- package/lib/request/list-work-request-errors-request.js +24 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +50 -0
- package/lib/request/list-work-request-logs-request.js +24 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +58 -0
- package/lib/request/list-work-requests-request.js +24 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-endpoint-request.d.ts +40 -0
- package/lib/request/update-endpoint-request.js +15 -0
- package/lib/request/update-endpoint-request.js.map +1 -0
- package/lib/request/update-model-request.d.ts +40 -0
- package/lib/request/update-model-request.js +15 -0
- package/lib/request/update-model-request.js.map +1 -0
- package/lib/request/update-project-request.d.ts +40 -0
- package/lib/request/update-project-request.js +15 -0
- package/lib/request/update-project-request.js.map +1 -0
- package/lib/response/batch-detect-dominant-language-response.d.ts +2 -2
- package/lib/response/batch-detect-dominant-language-response.js +1 -1
- package/lib/response/batch-detect-language-entities-response.d.ts +2 -2
- package/lib/response/batch-detect-language-entities-response.js +1 -1
- package/lib/response/batch-detect-language-key-phrases-response.d.ts +2 -2
- package/lib/response/batch-detect-language-key-phrases-response.js +1 -1
- package/lib/response/batch-detect-language-sentiments-response.d.ts +2 -2
- package/lib/response/batch-detect-language-sentiments-response.js +1 -1
- package/lib/response/batch-detect-language-text-classification-response.d.ts +2 -2
- package/lib/response/batch-detect-language-text-classification-response.js +1 -1
- package/lib/response/batch-language-translation-response.d.ts +25 -0
- package/lib/response/batch-language-translation-response.js +15 -0
- package/lib/response/batch-language-translation-response.js.map +1 -0
- package/lib/response/change-endpoint-compartment-response.d.ts +20 -0
- package/lib/response/change-endpoint-compartment-response.js +15 -0
- package/lib/response/change-endpoint-compartment-response.js.map +1 -0
- package/lib/response/change-model-compartment-response.d.ts +20 -0
- package/lib/response/change-model-compartment-response.js +15 -0
- package/lib/response/change-model-compartment-response.js.map +1 -0
- package/lib/response/change-project-compartment-response.d.ts +20 -0
- package/lib/response/change-project-compartment-response.js +15 -0
- package/lib/response/change-project-compartment-response.js.map +1 -0
- package/lib/response/create-endpoint-response.d.ts +40 -0
- package/lib/response/create-endpoint-response.js +15 -0
- package/lib/response/create-endpoint-response.js.map +1 -0
- package/lib/response/create-model-response.d.ts +40 -0
- package/lib/response/create-model-response.js +15 -0
- package/lib/response/create-model-response.js.map +1 -0
- package/lib/response/create-project-response.d.ts +35 -0
- package/lib/response/create-project-response.js +15 -0
- package/lib/response/create-project-response.js.map +1 -0
- package/lib/response/delete-endpoint-response.d.ts +25 -0
- package/lib/response/delete-endpoint-response.js +15 -0
- package/lib/response/delete-endpoint-response.js.map +1 -0
- package/lib/response/delete-model-response.d.ts +25 -0
- package/lib/response/delete-model-response.js +15 -0
- package/lib/response/delete-model-response.js.map +1 -0
- package/lib/response/delete-project-response.d.ts +25 -0
- package/lib/response/delete-project-response.js +15 -0
- package/lib/response/delete-project-response.js.map +1 -0
- package/lib/response/detect-dominant-language-response.d.ts +7 -2
- package/lib/response/detect-dominant-language-response.js +1 -1
- package/lib/response/detect-language-entities-response.d.ts +7 -2
- package/lib/response/detect-language-entities-response.js +1 -1
- package/lib/response/detect-language-key-phrases-response.d.ts +7 -2
- package/lib/response/detect-language-key-phrases-response.js +1 -1
- package/lib/response/detect-language-sentiments-response.d.ts +7 -2
- package/lib/response/detect-language-sentiments-response.js +1 -1
- package/lib/response/detect-language-text-classification-response.d.ts +7 -2
- package/lib/response/detect-language-text-classification-response.js +1 -1
- package/lib/response/get-endpoint-response.d.ts +30 -0
- package/lib/response/get-endpoint-response.js +15 -0
- package/lib/response/get-endpoint-response.js.map +1 -0
- package/lib/response/get-model-response.d.ts +30 -0
- package/lib/response/get-model-response.js +15 -0
- package/lib/response/get-model-response.js.map +1 -0
- package/lib/response/get-project-response.d.ts +30 -0
- package/lib/response/get-project-response.js +15 -0
- package/lib/response/get-project-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +30 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +51 -3
- package/lib/response/index.js +3 -3
- package/lib/response/list-endpoints-response.d.ts +32 -0
- package/lib/response/list-endpoints-response.js +15 -0
- package/lib/response/list-endpoints-response.js.map +1 -0
- package/lib/response/list-evaluation-results-response.d.ts +32 -0
- package/lib/response/list-evaluation-results-response.js +15 -0
- package/lib/response/list-evaluation-results-response.js.map +1 -0
- package/lib/response/list-models-response.d.ts +32 -0
- package/lib/response/list-models-response.js +15 -0
- package/lib/response/list-models-response.js.map +1 -0
- package/lib/response/list-projects-response.d.ts +32 -0
- package/lib/response/list-projects-response.js +15 -0
- package/lib/response/list-projects-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-endpoint-response.d.ts +25 -0
- package/lib/response/update-endpoint-response.js +15 -0
- package/lib/response/update-endpoint-response.js.map +1 -0
- package/lib/response/update-model-response.d.ts +25 -0
- package/lib/response/update-model-response.js +15 -0
- package/lib/response/update-model-response.js.map +1 -0
- package/lib/response/update-project-response.d.ts +25 -0
- package/lib/response/update-project-response.js +15 -0
- package/lib/response/update-project-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/model/key-phrase-document.d.ts +0 -36
- package/lib/model/key-phrase-document.js.map +0 -1
- package/lib/model/sentiments-document.d.ts +0 -36
- package/lib/model/sentiments-document.js.map +0 -1
- package/lib/model/text-classification-document.d.ts +0 -36
- package/lib/model/text-classification-document.js.map +0 -1
package/lib/model/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Language API
|
|
3
3
|
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
6
|
|
|
7
|
-
* OpenAPI spec version:
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* 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.
|
|
15
15
|
*/
|
|
16
|
+
import * as ActionType from "./action-type";
|
|
17
|
+
export import ActionType = ActionType.ActionType;
|
|
16
18
|
import * as BatchDetectDominantLanguageDetails from "./batch-detect-dominant-language-details";
|
|
17
19
|
export import BatchDetectDominantLanguageDetails = BatchDetectDominantLanguageDetails.BatchDetectDominantLanguageDetails;
|
|
18
20
|
import * as BatchDetectDominantLanguageResult from "./batch-detect-dominant-language-result";
|
|
@@ -33,6 +35,30 @@ import * as BatchDetectLanguageTextClassificationDetails from "./batch-detect-la
|
|
|
33
35
|
export import BatchDetectLanguageTextClassificationDetails = BatchDetectLanguageTextClassificationDetails.BatchDetectLanguageTextClassificationDetails;
|
|
34
36
|
import * as BatchDetectLanguageTextClassificationResult from "./batch-detect-language-text-classification-result";
|
|
35
37
|
export import BatchDetectLanguageTextClassificationResult = BatchDetectLanguageTextClassificationResult.BatchDetectLanguageTextClassificationResult;
|
|
38
|
+
import * as BatchLanguageTranslationDetails from "./batch-language-translation-details";
|
|
39
|
+
export import BatchLanguageTranslationDetails = BatchLanguageTranslationDetails.BatchLanguageTranslationDetails;
|
|
40
|
+
import * as BatchLanguageTranslationResult from "./batch-language-translation-result";
|
|
41
|
+
export import BatchLanguageTranslationResult = BatchLanguageTranslationResult.BatchLanguageTranslationResult;
|
|
42
|
+
import * as ChangeEndpointCompartmentDetails from "./change-endpoint-compartment-details";
|
|
43
|
+
export import ChangeEndpointCompartmentDetails = ChangeEndpointCompartmentDetails.ChangeEndpointCompartmentDetails;
|
|
44
|
+
import * as ChangeModelCompartmentDetails from "./change-model-compartment-details";
|
|
45
|
+
export import ChangeModelCompartmentDetails = ChangeModelCompartmentDetails.ChangeModelCompartmentDetails;
|
|
46
|
+
import * as ChangeProjectCompartmentDetails from "./change-project-compartment-details";
|
|
47
|
+
export import ChangeProjectCompartmentDetails = ChangeProjectCompartmentDetails.ChangeProjectCompartmentDetails;
|
|
48
|
+
import * as ClassMetrics from "./class-metrics";
|
|
49
|
+
export import ClassMetrics = ClassMetrics.ClassMetrics;
|
|
50
|
+
import * as ClassificationType from "./classification-type";
|
|
51
|
+
export import ClassificationType = ClassificationType.ClassificationType;
|
|
52
|
+
import * as ConfusionMatrixDetails from "./confusion-matrix-details";
|
|
53
|
+
export import ConfusionMatrixDetails = ConfusionMatrixDetails.ConfusionMatrixDetails;
|
|
54
|
+
import * as CreateEndpointDetails from "./create-endpoint-details";
|
|
55
|
+
export import CreateEndpointDetails = CreateEndpointDetails.CreateEndpointDetails;
|
|
56
|
+
import * as CreateModelDetails from "./create-model-details";
|
|
57
|
+
export import CreateModelDetails = CreateModelDetails.CreateModelDetails;
|
|
58
|
+
import * as CreateProjectDetails from "./create-project-details";
|
|
59
|
+
export import CreateProjectDetails = CreateProjectDetails.CreateProjectDetails;
|
|
60
|
+
import * as DatasetDetails from "./dataset-details";
|
|
61
|
+
export import DatasetDetails = DatasetDetails.DatasetDetails;
|
|
36
62
|
import * as DetectDominantLanguageDetails from "./detect-dominant-language-details";
|
|
37
63
|
export import DetectDominantLanguageDetails = DetectDominantLanguageDetails.DetectDominantLanguageDetails;
|
|
38
64
|
import * as DetectDominantLanguageResult from "./detect-dominant-language-result";
|
|
@@ -61,35 +87,123 @@ import * as DominantLanguageDocument from "./dominant-language-document";
|
|
|
61
87
|
export import DominantLanguageDocument = DominantLanguageDocument.DominantLanguageDocument;
|
|
62
88
|
import * as DominantLanguageDocumentResult from "./dominant-language-document-result";
|
|
63
89
|
export import DominantLanguageDocumentResult = DominantLanguageDocumentResult.DominantLanguageDocumentResult;
|
|
90
|
+
import * as Endpoint from "./endpoint";
|
|
91
|
+
export import Endpoint = Endpoint.Endpoint;
|
|
92
|
+
import * as EndpointCollection from "./endpoint-collection";
|
|
93
|
+
export import EndpointCollection = EndpointCollection.EndpointCollection;
|
|
94
|
+
import * as EndpointSummary from "./endpoint-summary";
|
|
95
|
+
export import EndpointSummary = EndpointSummary.EndpointSummary;
|
|
64
96
|
import * as Entity from "./entity";
|
|
65
97
|
export import Entity = Entity.Entity;
|
|
66
|
-
import * as EntityDocument from "./entity-document";
|
|
67
|
-
export import EntityDocument = EntityDocument.EntityDocument;
|
|
68
98
|
import * as EntityDocumentResult from "./entity-document-result";
|
|
69
99
|
export import EntityDocumentResult = EntityDocumentResult.EntityDocumentResult;
|
|
100
|
+
import * as EntityLabelErrorAnalysis from "./entity-label-error-analysis";
|
|
101
|
+
export import EntityLabelErrorAnalysis = EntityLabelErrorAnalysis.EntityLabelErrorAnalysis;
|
|
102
|
+
import * as EntityMetrics from "./entity-metrics";
|
|
103
|
+
export import EntityMetrics = EntityMetrics.EntityMetrics;
|
|
70
104
|
import * as ErrorDetails from "./error-details";
|
|
71
105
|
export import ErrorDetails = ErrorDetails.ErrorDetails;
|
|
106
|
+
import * as EvaluationResultCollection from "./evaluation-result-collection";
|
|
107
|
+
export import EvaluationResultCollection = EvaluationResultCollection.EvaluationResultCollection;
|
|
108
|
+
import * as EvaluationResultSummary from "./evaluation-result-summary";
|
|
109
|
+
export import EvaluationResultSummary = EvaluationResultSummary.EvaluationResultSummary;
|
|
110
|
+
import * as EvaluationResults from "./evaluation-results";
|
|
111
|
+
export import EvaluationResults = EvaluationResults.EvaluationResults;
|
|
72
112
|
import * as HierarchicalEntity from "./hierarchical-entity";
|
|
73
113
|
export import HierarchicalEntity = HierarchicalEntity.HierarchicalEntity;
|
|
74
114
|
import * as KeyPhrase from "./key-phrase";
|
|
75
115
|
export import KeyPhrase = KeyPhrase.KeyPhrase;
|
|
76
|
-
import * as KeyPhraseDocument from "./key-phrase-document";
|
|
77
|
-
export import KeyPhraseDocument = KeyPhraseDocument.KeyPhraseDocument;
|
|
78
116
|
import * as KeyPhraseDocumentResult from "./key-phrase-document-result";
|
|
79
117
|
export import KeyPhraseDocumentResult = KeyPhraseDocumentResult.KeyPhraseDocumentResult;
|
|
118
|
+
import * as LocationDetails from "./location-details";
|
|
119
|
+
export import LocationDetails = LocationDetails.LocationDetails;
|
|
120
|
+
import * as Model from "./model";
|
|
121
|
+
export import Model = Model.Model;
|
|
122
|
+
import * as ModelCollection from "./model-collection";
|
|
123
|
+
export import ModelCollection = ModelCollection.ModelCollection;
|
|
124
|
+
import * as ModelDetails from "./model-details";
|
|
125
|
+
export import ModelDetails = ModelDetails.ModelDetails;
|
|
126
|
+
import * as ModelSummary from "./model-summary";
|
|
127
|
+
export import ModelSummary = ModelSummary.ModelSummary;
|
|
128
|
+
import * as NamedEntityRecognitionModelMetrics from "./named-entity-recognition-model-metrics";
|
|
129
|
+
export import NamedEntityRecognitionModelMetrics = NamedEntityRecognitionModelMetrics.NamedEntityRecognitionModelMetrics;
|
|
80
130
|
import * as NerModelVersion from "./ner-model-version";
|
|
81
131
|
export import NerModelVersion = NerModelVersion.NerModelVersion;
|
|
132
|
+
import * as OperationStatus from "./operation-status";
|
|
133
|
+
export import OperationStatus = OperationStatus.OperationStatus;
|
|
134
|
+
import * as OperationType from "./operation-type";
|
|
135
|
+
export import OperationType = OperationType.OperationType;
|
|
136
|
+
import * as PreDeployedLanguageModels from "./pre-deployed-language-models";
|
|
137
|
+
export import PreDeployedLanguageModels = PreDeployedLanguageModels.PreDeployedLanguageModels;
|
|
138
|
+
import * as Project from "./project";
|
|
139
|
+
export import Project = Project.Project;
|
|
140
|
+
import * as ProjectCollection from "./project-collection";
|
|
141
|
+
export import ProjectCollection = ProjectCollection.ProjectCollection;
|
|
142
|
+
import * as ProjectSummary from "./project-summary";
|
|
143
|
+
export import ProjectSummary = ProjectSummary.ProjectSummary;
|
|
82
144
|
import * as SentimentAspect from "./sentiment-aspect";
|
|
83
145
|
export import SentimentAspect = SentimentAspect.SentimentAspect;
|
|
84
146
|
import * as SentimentDocumentResult from "./sentiment-document-result";
|
|
85
147
|
export import SentimentDocumentResult = SentimentDocumentResult.SentimentDocumentResult;
|
|
86
148
|
import * as SentimentSentence from "./sentiment-sentence";
|
|
87
149
|
export import SentimentSentence = SentimentSentence.SentimentSentence;
|
|
88
|
-
import * as
|
|
89
|
-
export import
|
|
150
|
+
import * as SortOrder from "./sort-order";
|
|
151
|
+
export import SortOrder = SortOrder.SortOrder;
|
|
152
|
+
import * as TestStrategy from "./test-strategy";
|
|
153
|
+
export import TestStrategy = TestStrategy.TestStrategy;
|
|
90
154
|
import * as TextClassification from "./text-classification";
|
|
91
155
|
export import TextClassification = TextClassification.TextClassification;
|
|
92
|
-
import * as TextClassificationDocument from "./text-classification-document";
|
|
93
|
-
export import TextClassificationDocument = TextClassificationDocument.TextClassificationDocument;
|
|
94
156
|
import * as TextClassificationDocumentResult from "./text-classification-document-result";
|
|
95
157
|
export import TextClassificationDocumentResult = TextClassificationDocumentResult.TextClassificationDocumentResult;
|
|
158
|
+
import * as TextClassificationModelMetrics from "./text-classification-model-metrics";
|
|
159
|
+
export import TextClassificationModelMetrics = TextClassificationModelMetrics.TextClassificationModelMetrics;
|
|
160
|
+
import * as TextDocument from "./text-document";
|
|
161
|
+
export import TextDocument = TextDocument.TextDocument;
|
|
162
|
+
import * as TranslationDocumentResult from "./translation-document-result";
|
|
163
|
+
export import TranslationDocumentResult = TranslationDocumentResult.TranslationDocumentResult;
|
|
164
|
+
import * as UpdateEndpointDetails from "./update-endpoint-details";
|
|
165
|
+
export import UpdateEndpointDetails = UpdateEndpointDetails.UpdateEndpointDetails;
|
|
166
|
+
import * as UpdateModelDetails from "./update-model-details";
|
|
167
|
+
export import UpdateModelDetails = UpdateModelDetails.UpdateModelDetails;
|
|
168
|
+
import * as UpdateProjectDetails from "./update-project-details";
|
|
169
|
+
export import UpdateProjectDetails = UpdateProjectDetails.UpdateProjectDetails;
|
|
170
|
+
import * as WorkRequest from "./work-request";
|
|
171
|
+
export import WorkRequest = WorkRequest.WorkRequest;
|
|
172
|
+
import * as WorkRequestError from "./work-request-error";
|
|
173
|
+
export import WorkRequestError = WorkRequestError.WorkRequestError;
|
|
174
|
+
import * as WorkRequestErrorCollection from "./work-request-error-collection";
|
|
175
|
+
export import WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
176
|
+
import * as WorkRequestLog from "./work-request-log";
|
|
177
|
+
export import WorkRequestLog = WorkRequestLog.WorkRequestLog;
|
|
178
|
+
import * as WorkRequestLogCollection from "./work-request-log-collection";
|
|
179
|
+
export import WorkRequestLogCollection = WorkRequestLogCollection.WorkRequestLogCollection;
|
|
180
|
+
import * as WorkRequestResource from "./work-request-resource";
|
|
181
|
+
export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
182
|
+
import * as WorkRequestSummary from "./work-request-summary";
|
|
183
|
+
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
184
|
+
import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
|
|
185
|
+
export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
186
|
+
import * as ClassificationMultiClassModeDetails from "./classification-multi-class-mode-details";
|
|
187
|
+
export import ClassificationMultiClassModeDetails = ClassificationMultiClassModeDetails.ClassificationMultiClassModeDetails;
|
|
188
|
+
import * as ClassificationMultiLabelModeDetails from "./classification-multi-label-mode-details";
|
|
189
|
+
export import ClassificationMultiLabelModeDetails = ClassificationMultiLabelModeDetails.ClassificationMultiLabelModeDetails;
|
|
190
|
+
import * as DataScienceLabelingDataset from "./data-science-labeling-dataset";
|
|
191
|
+
export import DataScienceLabelingDataset = DataScienceLabelingDataset.DataScienceLabelingDataset;
|
|
192
|
+
import * as NamedEntityRecognitionEvaluationResult from "./named-entity-recognition-evaluation-result";
|
|
193
|
+
export import NamedEntityRecognitionEvaluationResult = NamedEntityRecognitionEvaluationResult.NamedEntityRecognitionEvaluationResult;
|
|
194
|
+
import * as NamedEntityRecognitionEvaluationResults from "./named-entity-recognition-evaluation-results";
|
|
195
|
+
export import NamedEntityRecognitionEvaluationResults = NamedEntityRecognitionEvaluationResults.NamedEntityRecognitionEvaluationResults;
|
|
196
|
+
import * as NamedEntityRecognitionModelDetails from "./named-entity-recognition-model-details";
|
|
197
|
+
export import NamedEntityRecognitionModelDetails = NamedEntityRecognitionModelDetails.NamedEntityRecognitionModelDetails;
|
|
198
|
+
import * as ObjectListDataset from "./object-list-dataset";
|
|
199
|
+
export import ObjectListDataset = ObjectListDataset.ObjectListDataset;
|
|
200
|
+
import * as ObjectStorageDataset from "./object-storage-dataset";
|
|
201
|
+
export import ObjectStorageDataset = ObjectStorageDataset.ObjectStorageDataset;
|
|
202
|
+
import * as TestAndValidationDatasetStrategy from "./test-and-validation-dataset-strategy";
|
|
203
|
+
export import TestAndValidationDatasetStrategy = TestAndValidationDatasetStrategy.TestAndValidationDatasetStrategy;
|
|
204
|
+
import * as TextClassificationEvaluationResults from "./text-classification-evaluation-results";
|
|
205
|
+
export import TextClassificationEvaluationResults = TextClassificationEvaluationResults.TextClassificationEvaluationResults;
|
|
206
|
+
import * as TextClassificationModelDetails from "./text-classification-model-details";
|
|
207
|
+
export import TextClassificationModelDetails = TextClassificationModelDetails.TextClassificationModelDetails;
|
|
208
|
+
import * as TextClassificationModelEvaluationResult from "./text-classification-model-evaluation-result";
|
|
209
|
+
export import TextClassificationModelEvaluationResult = TextClassificationModelEvaluationResult.TextClassificationModelEvaluationResult;
|
package/lib/model/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Language API
|
|
4
4
|
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
6
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
7
7
|
|
|
8
|
-
* OpenAPI spec version:
|
|
8
|
+
* OpenAPI spec version: 20221001
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -34,7 +34,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.KeyPhrase = exports.HierarchicalEntity = exports.EvaluationResults = exports.EvaluationResultSummary = exports.EvaluationResultCollection = exports.ErrorDetails = exports.EntityMetrics = exports.EntityLabelErrorAnalysis = exports.EntityDocumentResult = exports.Entity = exports.EndpointSummary = exports.EndpointCollection = exports.Endpoint = exports.DominantLanguageDocumentResult = exports.DominantLanguageDocument = exports.DocumentError = exports.DetectedLanguage = exports.DetectLanguageTextClassificationResult = exports.DetectLanguageTextClassificationDetails = exports.DetectLanguageSentimentsResult = exports.DetectLanguageSentimentsDetails = exports.DetectLanguageKeyPhrasesResult = exports.DetectLanguageKeyPhrasesDetails = exports.DetectLanguageEntitiesResult = exports.DetectLanguageEntitiesDetails = exports.DetectDominantLanguageResult = exports.DetectDominantLanguageDetails = exports.DatasetDetails = exports.CreateProjectDetails = exports.CreateModelDetails = exports.CreateEndpointDetails = exports.ConfusionMatrixDetails = exports.ClassificationType = exports.ClassMetrics = exports.ChangeProjectCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.ChangeEndpointCompartmentDetails = exports.BatchLanguageTranslationResult = exports.BatchLanguageTranslationDetails = exports.BatchDetectLanguageTextClassificationResult = exports.BatchDetectLanguageTextClassificationDetails = exports.BatchDetectLanguageSentimentsResult = exports.BatchDetectLanguageSentimentsDetails = exports.BatchDetectLanguageKeyPhrasesResult = exports.BatchDetectLanguageKeyPhrasesDetails = exports.BatchDetectLanguageEntitiesResult = exports.BatchDetectLanguageEntitiesDetails = exports.BatchDetectDominantLanguageResult = exports.BatchDetectDominantLanguageDetails = exports.ActionType = void 0;
|
|
38
|
+
exports.TextClassificationModelEvaluationResult = exports.TextClassificationModelDetails = exports.TextClassificationEvaluationResults = exports.TestAndValidationDatasetStrategy = exports.ObjectStorageDataset = exports.ObjectListDataset = exports.NamedEntityRecognitionModelDetails = exports.NamedEntityRecognitionEvaluationResults = exports.NamedEntityRecognitionEvaluationResult = exports.DataScienceLabelingDataset = exports.ClassificationMultiLabelModeDetails = exports.ClassificationMultiClassModeDetails = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogCollection = exports.WorkRequestLog = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateProjectDetails = exports.UpdateModelDetails = exports.UpdateEndpointDetails = exports.TranslationDocumentResult = exports.TextDocument = exports.TextClassificationModelMetrics = exports.TextClassificationDocumentResult = exports.TextClassification = exports.TestStrategy = exports.SortOrder = exports.SentimentSentence = exports.SentimentDocumentResult = exports.SentimentAspect = exports.ProjectSummary = exports.ProjectCollection = exports.Project = exports.PreDeployedLanguageModels = exports.OperationType = exports.OperationStatus = exports.NerModelVersion = exports.NamedEntityRecognitionModelMetrics = exports.ModelSummary = exports.ModelDetails = exports.ModelCollection = exports.Model = exports.LocationDetails = exports.KeyPhraseDocumentResult = void 0;
|
|
39
|
+
const ActionType = __importStar(require("./action-type"));
|
|
40
|
+
exports.ActionType = ActionType.ActionType;
|
|
38
41
|
const BatchDetectDominantLanguageDetails = __importStar(require("./batch-detect-dominant-language-details"));
|
|
39
42
|
exports.BatchDetectDominantLanguageDetails = BatchDetectDominantLanguageDetails.BatchDetectDominantLanguageDetails;
|
|
40
43
|
const BatchDetectDominantLanguageResult = __importStar(require("./batch-detect-dominant-language-result"));
|
|
@@ -55,6 +58,30 @@ const BatchDetectLanguageTextClassificationDetails = __importStar(require("./bat
|
|
|
55
58
|
exports.BatchDetectLanguageTextClassificationDetails = BatchDetectLanguageTextClassificationDetails.BatchDetectLanguageTextClassificationDetails;
|
|
56
59
|
const BatchDetectLanguageTextClassificationResult = __importStar(require("./batch-detect-language-text-classification-result"));
|
|
57
60
|
exports.BatchDetectLanguageTextClassificationResult = BatchDetectLanguageTextClassificationResult.BatchDetectLanguageTextClassificationResult;
|
|
61
|
+
const BatchLanguageTranslationDetails = __importStar(require("./batch-language-translation-details"));
|
|
62
|
+
exports.BatchLanguageTranslationDetails = BatchLanguageTranslationDetails.BatchLanguageTranslationDetails;
|
|
63
|
+
const BatchLanguageTranslationResult = __importStar(require("./batch-language-translation-result"));
|
|
64
|
+
exports.BatchLanguageTranslationResult = BatchLanguageTranslationResult.BatchLanguageTranslationResult;
|
|
65
|
+
const ChangeEndpointCompartmentDetails = __importStar(require("./change-endpoint-compartment-details"));
|
|
66
|
+
exports.ChangeEndpointCompartmentDetails = ChangeEndpointCompartmentDetails.ChangeEndpointCompartmentDetails;
|
|
67
|
+
const ChangeModelCompartmentDetails = __importStar(require("./change-model-compartment-details"));
|
|
68
|
+
exports.ChangeModelCompartmentDetails = ChangeModelCompartmentDetails.ChangeModelCompartmentDetails;
|
|
69
|
+
const ChangeProjectCompartmentDetails = __importStar(require("./change-project-compartment-details"));
|
|
70
|
+
exports.ChangeProjectCompartmentDetails = ChangeProjectCompartmentDetails.ChangeProjectCompartmentDetails;
|
|
71
|
+
const ClassMetrics = __importStar(require("./class-metrics"));
|
|
72
|
+
exports.ClassMetrics = ClassMetrics.ClassMetrics;
|
|
73
|
+
const ClassificationType = __importStar(require("./classification-type"));
|
|
74
|
+
exports.ClassificationType = ClassificationType.ClassificationType;
|
|
75
|
+
const ConfusionMatrixDetails = __importStar(require("./confusion-matrix-details"));
|
|
76
|
+
exports.ConfusionMatrixDetails = ConfusionMatrixDetails.ConfusionMatrixDetails;
|
|
77
|
+
const CreateEndpointDetails = __importStar(require("./create-endpoint-details"));
|
|
78
|
+
exports.CreateEndpointDetails = CreateEndpointDetails.CreateEndpointDetails;
|
|
79
|
+
const CreateModelDetails = __importStar(require("./create-model-details"));
|
|
80
|
+
exports.CreateModelDetails = CreateModelDetails.CreateModelDetails;
|
|
81
|
+
const CreateProjectDetails = __importStar(require("./create-project-details"));
|
|
82
|
+
exports.CreateProjectDetails = CreateProjectDetails.CreateProjectDetails;
|
|
83
|
+
const DatasetDetails = __importStar(require("./dataset-details"));
|
|
84
|
+
exports.DatasetDetails = DatasetDetails.DatasetDetails;
|
|
58
85
|
const DetectDominantLanguageDetails = __importStar(require("./detect-dominant-language-details"));
|
|
59
86
|
exports.DetectDominantLanguageDetails = DetectDominantLanguageDetails.DetectDominantLanguageDetails;
|
|
60
87
|
const DetectDominantLanguageResult = __importStar(require("./detect-dominant-language-result"));
|
|
@@ -83,36 +110,124 @@ const DominantLanguageDocument = __importStar(require("./dominant-language-docum
|
|
|
83
110
|
exports.DominantLanguageDocument = DominantLanguageDocument.DominantLanguageDocument;
|
|
84
111
|
const DominantLanguageDocumentResult = __importStar(require("./dominant-language-document-result"));
|
|
85
112
|
exports.DominantLanguageDocumentResult = DominantLanguageDocumentResult.DominantLanguageDocumentResult;
|
|
113
|
+
const Endpoint = __importStar(require("./endpoint"));
|
|
114
|
+
exports.Endpoint = Endpoint.Endpoint;
|
|
115
|
+
const EndpointCollection = __importStar(require("./endpoint-collection"));
|
|
116
|
+
exports.EndpointCollection = EndpointCollection.EndpointCollection;
|
|
117
|
+
const EndpointSummary = __importStar(require("./endpoint-summary"));
|
|
118
|
+
exports.EndpointSummary = EndpointSummary.EndpointSummary;
|
|
86
119
|
const Entity = __importStar(require("./entity"));
|
|
87
120
|
exports.Entity = Entity.Entity;
|
|
88
|
-
const EntityDocument = __importStar(require("./entity-document"));
|
|
89
|
-
exports.EntityDocument = EntityDocument.EntityDocument;
|
|
90
121
|
const EntityDocumentResult = __importStar(require("./entity-document-result"));
|
|
91
122
|
exports.EntityDocumentResult = EntityDocumentResult.EntityDocumentResult;
|
|
123
|
+
const EntityLabelErrorAnalysis = __importStar(require("./entity-label-error-analysis"));
|
|
124
|
+
exports.EntityLabelErrorAnalysis = EntityLabelErrorAnalysis.EntityLabelErrorAnalysis;
|
|
125
|
+
const EntityMetrics = __importStar(require("./entity-metrics"));
|
|
126
|
+
exports.EntityMetrics = EntityMetrics.EntityMetrics;
|
|
92
127
|
const ErrorDetails = __importStar(require("./error-details"));
|
|
93
128
|
exports.ErrorDetails = ErrorDetails.ErrorDetails;
|
|
129
|
+
const EvaluationResultCollection = __importStar(require("./evaluation-result-collection"));
|
|
130
|
+
exports.EvaluationResultCollection = EvaluationResultCollection.EvaluationResultCollection;
|
|
131
|
+
const EvaluationResultSummary = __importStar(require("./evaluation-result-summary"));
|
|
132
|
+
exports.EvaluationResultSummary = EvaluationResultSummary.EvaluationResultSummary;
|
|
133
|
+
const EvaluationResults = __importStar(require("./evaluation-results"));
|
|
134
|
+
exports.EvaluationResults = EvaluationResults.EvaluationResults;
|
|
94
135
|
const HierarchicalEntity = __importStar(require("./hierarchical-entity"));
|
|
95
136
|
exports.HierarchicalEntity = HierarchicalEntity.HierarchicalEntity;
|
|
96
137
|
const KeyPhrase = __importStar(require("./key-phrase"));
|
|
97
138
|
exports.KeyPhrase = KeyPhrase.KeyPhrase;
|
|
98
|
-
const KeyPhraseDocument = __importStar(require("./key-phrase-document"));
|
|
99
|
-
exports.KeyPhraseDocument = KeyPhraseDocument.KeyPhraseDocument;
|
|
100
139
|
const KeyPhraseDocumentResult = __importStar(require("./key-phrase-document-result"));
|
|
101
140
|
exports.KeyPhraseDocumentResult = KeyPhraseDocumentResult.KeyPhraseDocumentResult;
|
|
141
|
+
const LocationDetails = __importStar(require("./location-details"));
|
|
142
|
+
exports.LocationDetails = LocationDetails.LocationDetails;
|
|
143
|
+
const Model = __importStar(require("./model"));
|
|
144
|
+
exports.Model = Model.Model;
|
|
145
|
+
const ModelCollection = __importStar(require("./model-collection"));
|
|
146
|
+
exports.ModelCollection = ModelCollection.ModelCollection;
|
|
147
|
+
const ModelDetails = __importStar(require("./model-details"));
|
|
148
|
+
exports.ModelDetails = ModelDetails.ModelDetails;
|
|
149
|
+
const ModelSummary = __importStar(require("./model-summary"));
|
|
150
|
+
exports.ModelSummary = ModelSummary.ModelSummary;
|
|
151
|
+
const NamedEntityRecognitionModelMetrics = __importStar(require("./named-entity-recognition-model-metrics"));
|
|
152
|
+
exports.NamedEntityRecognitionModelMetrics = NamedEntityRecognitionModelMetrics.NamedEntityRecognitionModelMetrics;
|
|
102
153
|
const NerModelVersion = __importStar(require("./ner-model-version"));
|
|
103
154
|
exports.NerModelVersion = NerModelVersion.NerModelVersion;
|
|
155
|
+
const OperationStatus = __importStar(require("./operation-status"));
|
|
156
|
+
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
157
|
+
const OperationType = __importStar(require("./operation-type"));
|
|
158
|
+
exports.OperationType = OperationType.OperationType;
|
|
159
|
+
const PreDeployedLanguageModels = __importStar(require("./pre-deployed-language-models"));
|
|
160
|
+
exports.PreDeployedLanguageModels = PreDeployedLanguageModels.PreDeployedLanguageModels;
|
|
161
|
+
const Project = __importStar(require("./project"));
|
|
162
|
+
exports.Project = Project.Project;
|
|
163
|
+
const ProjectCollection = __importStar(require("./project-collection"));
|
|
164
|
+
exports.ProjectCollection = ProjectCollection.ProjectCollection;
|
|
165
|
+
const ProjectSummary = __importStar(require("./project-summary"));
|
|
166
|
+
exports.ProjectSummary = ProjectSummary.ProjectSummary;
|
|
104
167
|
const SentimentAspect = __importStar(require("./sentiment-aspect"));
|
|
105
168
|
exports.SentimentAspect = SentimentAspect.SentimentAspect;
|
|
106
169
|
const SentimentDocumentResult = __importStar(require("./sentiment-document-result"));
|
|
107
170
|
exports.SentimentDocumentResult = SentimentDocumentResult.SentimentDocumentResult;
|
|
108
171
|
const SentimentSentence = __importStar(require("./sentiment-sentence"));
|
|
109
172
|
exports.SentimentSentence = SentimentSentence.SentimentSentence;
|
|
110
|
-
const
|
|
111
|
-
exports.
|
|
173
|
+
const SortOrder = __importStar(require("./sort-order"));
|
|
174
|
+
exports.SortOrder = SortOrder.SortOrder;
|
|
175
|
+
const TestStrategy = __importStar(require("./test-strategy"));
|
|
176
|
+
exports.TestStrategy = TestStrategy.TestStrategy;
|
|
112
177
|
const TextClassification = __importStar(require("./text-classification"));
|
|
113
178
|
exports.TextClassification = TextClassification.TextClassification;
|
|
114
|
-
const TextClassificationDocument = __importStar(require("./text-classification-document"));
|
|
115
|
-
exports.TextClassificationDocument = TextClassificationDocument.TextClassificationDocument;
|
|
116
179
|
const TextClassificationDocumentResult = __importStar(require("./text-classification-document-result"));
|
|
117
180
|
exports.TextClassificationDocumentResult = TextClassificationDocumentResult.TextClassificationDocumentResult;
|
|
181
|
+
const TextClassificationModelMetrics = __importStar(require("./text-classification-model-metrics"));
|
|
182
|
+
exports.TextClassificationModelMetrics = TextClassificationModelMetrics.TextClassificationModelMetrics;
|
|
183
|
+
const TextDocument = __importStar(require("./text-document"));
|
|
184
|
+
exports.TextDocument = TextDocument.TextDocument;
|
|
185
|
+
const TranslationDocumentResult = __importStar(require("./translation-document-result"));
|
|
186
|
+
exports.TranslationDocumentResult = TranslationDocumentResult.TranslationDocumentResult;
|
|
187
|
+
const UpdateEndpointDetails = __importStar(require("./update-endpoint-details"));
|
|
188
|
+
exports.UpdateEndpointDetails = UpdateEndpointDetails.UpdateEndpointDetails;
|
|
189
|
+
const UpdateModelDetails = __importStar(require("./update-model-details"));
|
|
190
|
+
exports.UpdateModelDetails = UpdateModelDetails.UpdateModelDetails;
|
|
191
|
+
const UpdateProjectDetails = __importStar(require("./update-project-details"));
|
|
192
|
+
exports.UpdateProjectDetails = UpdateProjectDetails.UpdateProjectDetails;
|
|
193
|
+
const WorkRequest = __importStar(require("./work-request"));
|
|
194
|
+
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
195
|
+
const WorkRequestError = __importStar(require("./work-request-error"));
|
|
196
|
+
exports.WorkRequestError = WorkRequestError.WorkRequestError;
|
|
197
|
+
const WorkRequestErrorCollection = __importStar(require("./work-request-error-collection"));
|
|
198
|
+
exports.WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
199
|
+
const WorkRequestLog = __importStar(require("./work-request-log"));
|
|
200
|
+
exports.WorkRequestLog = WorkRequestLog.WorkRequestLog;
|
|
201
|
+
const WorkRequestLogCollection = __importStar(require("./work-request-log-collection"));
|
|
202
|
+
exports.WorkRequestLogCollection = WorkRequestLogCollection.WorkRequestLogCollection;
|
|
203
|
+
const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
204
|
+
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
205
|
+
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
206
|
+
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
207
|
+
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
208
|
+
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
209
|
+
const ClassificationMultiClassModeDetails = __importStar(require("./classification-multi-class-mode-details"));
|
|
210
|
+
exports.ClassificationMultiClassModeDetails = ClassificationMultiClassModeDetails.ClassificationMultiClassModeDetails;
|
|
211
|
+
const ClassificationMultiLabelModeDetails = __importStar(require("./classification-multi-label-mode-details"));
|
|
212
|
+
exports.ClassificationMultiLabelModeDetails = ClassificationMultiLabelModeDetails.ClassificationMultiLabelModeDetails;
|
|
213
|
+
const DataScienceLabelingDataset = __importStar(require("./data-science-labeling-dataset"));
|
|
214
|
+
exports.DataScienceLabelingDataset = DataScienceLabelingDataset.DataScienceLabelingDataset;
|
|
215
|
+
const NamedEntityRecognitionEvaluationResult = __importStar(require("./named-entity-recognition-evaluation-result"));
|
|
216
|
+
exports.NamedEntityRecognitionEvaluationResult = NamedEntityRecognitionEvaluationResult.NamedEntityRecognitionEvaluationResult;
|
|
217
|
+
const NamedEntityRecognitionEvaluationResults = __importStar(require("./named-entity-recognition-evaluation-results"));
|
|
218
|
+
exports.NamedEntityRecognitionEvaluationResults = NamedEntityRecognitionEvaluationResults.NamedEntityRecognitionEvaluationResults;
|
|
219
|
+
const NamedEntityRecognitionModelDetails = __importStar(require("./named-entity-recognition-model-details"));
|
|
220
|
+
exports.NamedEntityRecognitionModelDetails = NamedEntityRecognitionModelDetails.NamedEntityRecognitionModelDetails;
|
|
221
|
+
const ObjectListDataset = __importStar(require("./object-list-dataset"));
|
|
222
|
+
exports.ObjectListDataset = ObjectListDataset.ObjectListDataset;
|
|
223
|
+
const ObjectStorageDataset = __importStar(require("./object-storage-dataset"));
|
|
224
|
+
exports.ObjectStorageDataset = ObjectStorageDataset.ObjectStorageDataset;
|
|
225
|
+
const TestAndValidationDatasetStrategy = __importStar(require("./test-and-validation-dataset-strategy"));
|
|
226
|
+
exports.TestAndValidationDatasetStrategy = TestAndValidationDatasetStrategy.TestAndValidationDatasetStrategy;
|
|
227
|
+
const TextClassificationEvaluationResults = __importStar(require("./text-classification-evaluation-results"));
|
|
228
|
+
exports.TextClassificationEvaluationResults = TextClassificationEvaluationResults.TextClassificationEvaluationResults;
|
|
229
|
+
const TextClassificationModelDetails = __importStar(require("./text-classification-model-details"));
|
|
230
|
+
exports.TextClassificationModelDetails = TextClassificationModelDetails.TextClassificationModelDetails;
|
|
231
|
+
const TextClassificationModelEvaluationResult = __importStar(require("./text-classification-model-evaluation-result"));
|
|
232
|
+
exports.TextClassificationModelEvaluationResult = TextClassificationModelEvaluationResult.TextClassificationModelEvaluationResult;
|
|
118
233
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Language API
|
|
3
3
|
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
6
|
|
|
7
|
-
* OpenAPI spec version:
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface KeyPhraseDocumentResult {
|
|
21
21
|
/**
|
|
22
|
-
* Document
|
|
22
|
+
* Document unique identifier defined by the user.
|
|
23
23
|
*/
|
|
24
24
|
"key": string;
|
|
25
25
|
/**
|
|
@@ -27,7 +27,7 @@ export interface KeyPhraseDocumentResult {
|
|
|
27
27
|
*/
|
|
28
28
|
"keyPhrases": Array<model.KeyPhrase>;
|
|
29
29
|
/**
|
|
30
|
-
* Language code
|
|
30
|
+
* Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
|
|
31
31
|
*/
|
|
32
32
|
"languageCode": string;
|
|
33
33
|
}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Language API
|
|
4
4
|
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
6
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
7
7
|
|
|
8
|
-
* OpenAPI spec version:
|
|
8
|
+
* OpenAPI spec version: 20221001
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Language API
|
|
3
3
|
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
6
|
|
|
7
|
-
* OpenAPI spec version:
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/key-phrase.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Language API
|
|
4
4
|
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
6
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
7
7
|
|
|
8
|
-
* OpenAPI spec version:
|
|
8
|
+
* OpenAPI spec version: 20221001
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Language API
|
|
3
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Possible object storage location types
|
|
18
|
+
*/
|
|
19
|
+
export interface LocationDetails {
|
|
20
|
+
"locationType": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace LocationDetails {
|
|
23
|
+
function getJsonObj(obj: LocationDetails): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: LocationDetails): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Language API
|
|
4
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
5
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
6
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20221001
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.LocationDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
const common = require("oci-common");
|
|
40
|
+
var LocationDetails;
|
|
41
|
+
(function (LocationDetails) {
|
|
42
|
+
function getJsonObj(obj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
44
|
+
if (obj && "locationType" in obj && obj.locationType) {
|
|
45
|
+
switch (obj.locationType) {
|
|
46
|
+
case "OBJECT_LIST":
|
|
47
|
+
return model.ObjectListDataset.getJsonObj(jsonObj, true);
|
|
48
|
+
default:
|
|
49
|
+
if (common.LOG.logger)
|
|
50
|
+
common.LOG.logger.info(`Unknown value for: ${obj.locationType}`);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
LocationDetails.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
58
|
+
if (obj && "locationType" in obj && obj.locationType) {
|
|
59
|
+
switch (obj.locationType) {
|
|
60
|
+
case "OBJECT_LIST":
|
|
61
|
+
return model.ObjectListDataset.getDeserializedJsonObj(jsonObj, true);
|
|
62
|
+
default:
|
|
63
|
+
if (common.LOG.logger)
|
|
64
|
+
common.LOG.logger.info(`Unknown value for: ${obj.locationType}`);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
return jsonObj;
|
|
68
|
+
}
|
|
69
|
+
LocationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
70
|
+
})(LocationDetails = exports.LocationDetails || (exports.LocationDetails = {}));
|
|
71
|
+
//# sourceMappingURL=location-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location-details.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/location-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,eAAe,CAiC/B;AAjCD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CACL,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,0BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CACjB,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAiC/B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Language API
|
|
3
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Results of a model search. Contains ModelSummary items.
|
|
19
|
+
*/
|
|
20
|
+
export interface ModelCollection {
|
|
21
|
+
/**
|
|
22
|
+
* List of models
|
|
23
|
+
*/
|
|
24
|
+
"items": Array<model.ModelSummary>;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ModelCollection {
|
|
27
|
+
function getJsonObj(obj: ModelCollection): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: ModelCollection): object;
|
|
29
|
+
}
|