oci-ailanguage 2.102.2 → 2.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +56 -56
- package/lib/client.js +56 -56
- package/lib/model/batch-detect-dominant-language-details.d.ts +1 -1
- package/lib/model/batch-detect-language-entities-details.d.ts +1 -1
- package/lib/model/batch-detect-language-key-phrases-details.d.ts +1 -1
- package/lib/model/batch-detect-language-pii-entities-details.d.ts +1 -1
- package/lib/model/batch-detect-language-sentiments-details.d.ts +1 -1
- package/lib/model/batch-detect-language-text-classification-details.d.ts +1 -1
- package/lib/model/batch-language-translation-details.d.ts +1 -1
- package/lib/model/change-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/change-job-compartment-details.d.ts +1 -1
- package/lib/model/change-model-compartment-details.d.ts +1 -1
- package/lib/model/change-project-compartment-details.d.ts +1 -1
- package/lib/model/create-endpoint-details.d.ts +2 -2
- package/lib/model/create-job-details.d.ts +1 -1
- package/lib/model/create-model-details.d.ts +2 -2
- package/lib/model/create-project-details.d.ts +1 -1
- package/lib/model/endpoint-summary.d.ts +3 -3
- package/lib/model/endpoint.d.ts +3 -3
- package/lib/model/health-entity-document-result.d.ts +1 -1
- package/lib/model/job-summary.d.ts +3 -3
- package/lib/model/job.d.ts +3 -3
- package/lib/model/model-summary.d.ts +2 -2
- package/lib/model/model.d.ts +2 -2
- package/lib/model/pre-deployed-language-models.d.ts +1 -1
- package/lib/model/project-summary.d.ts +1 -1
- package/lib/model/project.d.ts +1 -1
- package/lib/model/text-document.d.ts +1 -1
- package/lib/model/update-endpoint-details.d.ts +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/request/batch-detect-dominant-language-request.d.ts +1 -1
- package/lib/request/batch-detect-health-entity-request.d.ts +1 -1
- package/lib/request/batch-detect-language-entities-request.d.ts +1 -1
- package/lib/request/batch-detect-language-key-phrases-request.d.ts +1 -1
- package/lib/request/batch-detect-language-pii-entities-request.d.ts +1 -1
- package/lib/request/batch-detect-language-sentiments-request.d.ts +1 -1
- package/lib/request/batch-detect-language-text-classification-request.d.ts +1 -1
- package/lib/request/batch-language-translation-request.d.ts +1 -1
- package/lib/request/cancel-job-request.d.ts +1 -1
- package/lib/request/change-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/delete-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-model-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/detect-dominant-language-request.d.ts +1 -1
- package/lib/request/detect-language-entities-request.d.ts +1 -1
- package/lib/request/detect-language-key-phrases-request.d.ts +1 -1
- package/lib/request/detect-language-sentiments-request.d.ts +1 -1
- package/lib/request/detect-language-text-classification-request.d.ts +1 -1
- package/lib/request/get-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +1 -1
- package/lib/request/get-model-type-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-endpoints-request.d.ts +1 -1
- package/lib/request/list-evaluation-results-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-models-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class AIServiceLanguageClient {
|
|
|
213
213
|
/**
|
|
214
214
|
* The API returns the detected language and a related confidence score (between 0 and 1). It supports passing a batch of records.
|
|
215
215
|
* <p>
|
|
216
|
-
[List of supported languages.](https://docs.
|
|
216
|
+
[List of supported languages.](https://docs.oracle.com/iaas/language/using/pretrain-models.htm#lang-detect)
|
|
217
217
|
* <p>
|
|
218
218
|
Limitations:
|
|
219
219
|
* - A batch may have up to 100 records.
|
|
@@ -224,7 +224,7 @@ class AIServiceLanguageClient {
|
|
|
224
224
|
* @param BatchDetectDominantLanguageRequest
|
|
225
225
|
* @return BatchDetectDominantLanguageResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.
|
|
227
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguage API.
|
|
228
228
|
*/
|
|
229
229
|
batchDetectDominantLanguage(batchDetectDominantLanguageRequest) {
|
|
230
230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -287,7 +287,7 @@ class AIServiceLanguageClient {
|
|
|
287
287
|
* @param BatchDetectHealthEntityRequest
|
|
288
288
|
* @return BatchDetectHealthEntityResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.
|
|
290
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchDetectHealthEntity.ts.html |here} to see how to use BatchDetectHealthEntity API.
|
|
291
291
|
*/
|
|
292
292
|
batchDetectHealthEntity(batchDetectHealthEntityRequest) {
|
|
293
293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -341,7 +341,7 @@ class AIServiceLanguageClient {
|
|
|
341
341
|
/**
|
|
342
342
|
* The API extracts entities in text records. For each entity, its type/subtype and confidence score (between 0 and 1) is returned. It supports passing a batch of records.
|
|
343
343
|
* <p>
|
|
344
|
-
[List of supported entities.](https://docs.
|
|
344
|
+
[List of supported entities.](https://docs.oracle.com/iaas/language/using/pretrain-models.htm#ner__sup-ner-entity)
|
|
345
345
|
* <p>
|
|
346
346
|
Limitations:
|
|
347
347
|
* - A batch may have up to 100 records.
|
|
@@ -352,7 +352,7 @@ class AIServiceLanguageClient {
|
|
|
352
352
|
* @param BatchDetectLanguageEntitiesRequest
|
|
353
353
|
* @return BatchDetectLanguageEntitiesResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.
|
|
355
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntities API.
|
|
356
356
|
*/
|
|
357
357
|
batchDetectLanguageEntities(batchDetectLanguageEntitiesRequest) {
|
|
358
358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -415,7 +415,7 @@ class AIServiceLanguageClient {
|
|
|
415
415
|
* @param BatchDetectLanguageKeyPhrasesRequest
|
|
416
416
|
* @return BatchDetectLanguageKeyPhrasesResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.
|
|
418
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrases API.
|
|
419
419
|
*/
|
|
420
420
|
batchDetectLanguageKeyPhrases(batchDetectLanguageKeyPhrasesRequest) {
|
|
421
421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -478,7 +478,7 @@ class AIServiceLanguageClient {
|
|
|
478
478
|
* @param BatchDetectLanguagePiiEntitiesRequest
|
|
479
479
|
* @return BatchDetectLanguagePiiEntitiesResponse
|
|
480
480
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.
|
|
481
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntities API.
|
|
482
482
|
*/
|
|
483
483
|
batchDetectLanguagePiiEntities(batchDetectLanguagePiiEntitiesRequest) {
|
|
484
484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -536,7 +536,7 @@ class AIServiceLanguageClient {
|
|
|
536
536
|
* <p>
|
|
537
537
|
For sentiment analysis, confidence scores are provided for each of the classes (positive, negative, neutral and mixed).
|
|
538
538
|
* <p>
|
|
539
|
-
Learn more about sentiment analysis [here](https://docs.
|
|
539
|
+
Learn more about sentiment analysis [here](https://docs.oracle.com/iaas/language/using/pretrain-models.htm#sentiment).
|
|
540
540
|
* <p>
|
|
541
541
|
Limitations:
|
|
542
542
|
* - A batch may have up to 100 records.
|
|
@@ -547,7 +547,7 @@ class AIServiceLanguageClient {
|
|
|
547
547
|
* @param BatchDetectLanguageSentimentsRequest
|
|
548
548
|
* @return BatchDetectLanguageSentimentsResponse
|
|
549
549
|
* @throws OciError when an error occurs
|
|
550
|
-
* @example Click {@link https://docs.
|
|
550
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentiments API.
|
|
551
551
|
*/
|
|
552
552
|
batchDetectLanguageSentiments(batchDetectLanguageSentimentsRequest) {
|
|
553
553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -605,7 +605,7 @@ class AIServiceLanguageClient {
|
|
|
605
605
|
* <p>
|
|
606
606
|
It supports passing a batch of records.
|
|
607
607
|
* <p>
|
|
608
|
-
Learn more about text classification [here](https://docs.
|
|
608
|
+
Learn more about text classification [here](https://docs.oracle.com/iaas/language/using/pretrain-models.htm#text-class).
|
|
609
609
|
* <p>
|
|
610
610
|
Limitations:
|
|
611
611
|
* - A batch may have up to 100 records.
|
|
@@ -616,7 +616,7 @@ class AIServiceLanguageClient {
|
|
|
616
616
|
* @param BatchDetectLanguageTextClassificationRequest
|
|
617
617
|
* @return BatchDetectLanguageTextClassificationResponse
|
|
618
618
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.
|
|
619
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassification API.
|
|
620
620
|
*/
|
|
621
621
|
batchDetectLanguageTextClassification(batchDetectLanguageTextClassificationRequest) {
|
|
622
622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -678,7 +678,7 @@ class AIServiceLanguageClient {
|
|
|
678
678
|
* @param BatchLanguageTranslationRequest
|
|
679
679
|
* @return BatchLanguageTranslationResponse
|
|
680
680
|
* @throws OciError when an error occurs
|
|
681
|
-
* @example Click {@link https://docs.
|
|
681
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
682
682
|
*/
|
|
683
683
|
batchLanguageTranslation(batchLanguageTranslationRequest) {
|
|
684
684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -735,7 +735,7 @@ class AIServiceLanguageClient {
|
|
|
735
735
|
* @param CancelJobRequest
|
|
736
736
|
* @return CancelJobResponse
|
|
737
737
|
* @throws OciError when an error occurs
|
|
738
|
-
* @example Click {@link https://docs.
|
|
738
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/CancelJob.ts.html |here} to see how to use CancelJob API.
|
|
739
739
|
*/
|
|
740
740
|
cancelJob(cancelJobRequest) {
|
|
741
741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -791,7 +791,7 @@ class AIServiceLanguageClient {
|
|
|
791
791
|
* @param ChangeEndpointCompartmentRequest
|
|
792
792
|
* @return ChangeEndpointCompartmentResponse
|
|
793
793
|
* @throws OciError when an error occurs
|
|
794
|
-
* @example Click {@link https://docs.
|
|
794
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
795
795
|
*/
|
|
796
796
|
changeEndpointCompartment(changeEndpointCompartmentRequest) {
|
|
797
797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -848,7 +848,7 @@ class AIServiceLanguageClient {
|
|
|
848
848
|
* @param ChangeJobCompartmentRequest
|
|
849
849
|
* @return ChangeJobCompartmentResponse
|
|
850
850
|
* @throws OciError when an error occurs
|
|
851
|
-
* @example Click {@link https://docs.
|
|
851
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
852
852
|
*/
|
|
853
853
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
854
854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -905,7 +905,7 @@ class AIServiceLanguageClient {
|
|
|
905
905
|
* @param ChangeModelCompartmentRequest
|
|
906
906
|
* @return ChangeModelCompartmentResponse
|
|
907
907
|
* @throws OciError when an error occurs
|
|
908
|
-
* @example Click {@link https://docs.
|
|
908
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
909
909
|
*/
|
|
910
910
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
911
911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -962,7 +962,7 @@ class AIServiceLanguageClient {
|
|
|
962
962
|
* @param ChangeProjectCompartmentRequest
|
|
963
963
|
* @return ChangeProjectCompartmentResponse
|
|
964
964
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.
|
|
965
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
966
966
|
*/
|
|
967
967
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
968
968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1020,7 +1020,7 @@ class AIServiceLanguageClient {
|
|
|
1020
1020
|
* @param CreateEndpointRequest
|
|
1021
1021
|
* @return CreateEndpointResponse
|
|
1022
1022
|
* @throws OciError when an error occurs
|
|
1023
|
-
* @example Click {@link https://docs.
|
|
1023
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
1024
1024
|
*/
|
|
1025
1025
|
createEndpoint(createEndpointRequest) {
|
|
1026
1026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1094,7 +1094,7 @@ class AIServiceLanguageClient {
|
|
|
1094
1094
|
* @param CreateJobRequest
|
|
1095
1095
|
* @return CreateJobResponse
|
|
1096
1096
|
* @throws OciError when an error occurs
|
|
1097
|
-
* @example Click {@link https://docs.
|
|
1097
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1098
1098
|
*/
|
|
1099
1099
|
createJob(createJobRequest) {
|
|
1100
1100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1163,7 +1163,7 @@ class AIServiceLanguageClient {
|
|
|
1163
1163
|
* @param CreateModelRequest
|
|
1164
1164
|
* @return CreateModelResponse
|
|
1165
1165
|
* @throws OciError when an error occurs
|
|
1166
|
-
* @example Click {@link https://docs.
|
|
1166
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
1167
1167
|
*/
|
|
1168
1168
|
createModel(createModelRequest) {
|
|
1169
1169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1237,7 +1237,7 @@ class AIServiceLanguageClient {
|
|
|
1237
1237
|
* @param CreateProjectRequest
|
|
1238
1238
|
* @return CreateProjectResponse
|
|
1239
1239
|
* @throws OciError when an error occurs
|
|
1240
|
-
* @example Click {@link https://docs.
|
|
1240
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1241
1241
|
*/
|
|
1242
1242
|
createProject(createProjectRequest) {
|
|
1243
1243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1305,7 +1305,7 @@ class AIServiceLanguageClient {
|
|
|
1305
1305
|
* @param DeleteEndpointRequest
|
|
1306
1306
|
* @return DeleteEndpointResponse
|
|
1307
1307
|
* @throws OciError when an error occurs
|
|
1308
|
-
* @example Click {@link https://docs.
|
|
1308
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
1309
1309
|
*/
|
|
1310
1310
|
deleteEndpoint(deleteEndpointRequest) {
|
|
1311
1311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1365,7 +1365,7 @@ class AIServiceLanguageClient {
|
|
|
1365
1365
|
* @param DeleteJobRequest
|
|
1366
1366
|
* @return DeleteJobResponse
|
|
1367
1367
|
* @throws OciError when an error occurs
|
|
1368
|
-
* @example Click {@link https://docs.
|
|
1368
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
1369
1369
|
*/
|
|
1370
1370
|
deleteJob(deleteJobRequest) {
|
|
1371
1371
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1425,7 +1425,7 @@ class AIServiceLanguageClient {
|
|
|
1425
1425
|
* @param DeleteModelRequest
|
|
1426
1426
|
* @return DeleteModelResponse
|
|
1427
1427
|
* @throws OciError when an error occurs
|
|
1428
|
-
* @example Click {@link https://docs.
|
|
1428
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1429
1429
|
*/
|
|
1430
1430
|
deleteModel(deleteModelRequest) {
|
|
1431
1431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1485,7 +1485,7 @@ class AIServiceLanguageClient {
|
|
|
1485
1485
|
* @param DeleteProjectRequest
|
|
1486
1486
|
* @return DeleteProjectResponse
|
|
1487
1487
|
* @throws OciError when an error occurs
|
|
1488
|
-
* @example Click {@link https://docs.
|
|
1488
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1489
1489
|
*/
|
|
1490
1490
|
deleteProject(deleteProjectRequest) {
|
|
1491
1491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1541,11 +1541,11 @@ class AIServiceLanguageClient {
|
|
|
1541
1541
|
}
|
|
1542
1542
|
/**
|
|
1543
1543
|
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
|
|
1544
|
-
* We recommend you replace this API with the batch API, [BatchDetectDominantLanguage](https://docs.
|
|
1544
|
+
* We recommend you replace this API with the batch API, [BatchDetectDominantLanguage](https://docs.oracle.com/iaas/api/#/en/language/20221001/BatchDetectDominantLanguage/BatchDetectDominantLanguage).
|
|
1545
1545
|
* <p>
|
|
1546
1546
|
The DetectDominantLanguage API returns the detected language and a related confidence score (between 0 and 1).
|
|
1547
1547
|
* <p>
|
|
1548
|
-
[List of supported languages](https://docs.
|
|
1548
|
+
[List of supported languages](https://docs.oracle.com/iaas/language/using/pretrain-models.htm#lang-detect)
|
|
1549
1549
|
* <p>
|
|
1550
1550
|
Limitations:
|
|
1551
1551
|
* - A record may be up to 1000 characters long.
|
|
@@ -1554,7 +1554,7 @@ class AIServiceLanguageClient {
|
|
|
1554
1554
|
* @param DetectDominantLanguageRequest
|
|
1555
1555
|
* @return DetectDominantLanguageResponse
|
|
1556
1556
|
* @throws OciError when an error occurs
|
|
1557
|
-
* @example Click {@link https://docs.
|
|
1557
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
1558
1558
|
*/
|
|
1559
1559
|
detectDominantLanguage(detectDominantLanguageRequest) {
|
|
1560
1560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1612,7 +1612,7 @@ class AIServiceLanguageClient {
|
|
|
1612
1612
|
}
|
|
1613
1613
|
/**
|
|
1614
1614
|
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
|
|
1615
|
-
* We recommend you replace this API with the batch API, [BatchDetectLanguageEntities](https://docs.
|
|
1615
|
+
* We recommend you replace this API with the batch API, [BatchDetectLanguageEntities](https://docs.oracle.com/iaas/api/#/en/language/20221001/BatchDetectLanguageEntities/BatchDetectLanguageEntities).
|
|
1616
1616
|
* <p>
|
|
1617
1617
|
The DetectLanguageEntities API extracts entities in text records. For each entity, its type and confidence score (between 0 and 1) is returned.
|
|
1618
1618
|
* <p>
|
|
@@ -1623,7 +1623,7 @@ class AIServiceLanguageClient {
|
|
|
1623
1623
|
* @param DetectLanguageEntitiesRequest
|
|
1624
1624
|
* @return DetectLanguageEntitiesResponse
|
|
1625
1625
|
* @throws OciError when an error occurs
|
|
1626
|
-
* @example Click {@link https://docs.
|
|
1626
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
1627
1627
|
*/
|
|
1628
1628
|
detectLanguageEntities(detectLanguageEntitiesRequest) {
|
|
1629
1629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1684,7 +1684,7 @@ class AIServiceLanguageClient {
|
|
|
1684
1684
|
}
|
|
1685
1685
|
/**
|
|
1686
1686
|
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
|
|
1687
|
-
* We recommend you replace this API with the batch API, [BatchDetectLanguageKeyPhrases](https://docs.
|
|
1687
|
+
* We recommend you replace this API with the batch API, [BatchDetectLanguageKeyPhrases](https://docs.oracle.com/iaas/api/#/en/language/20221001/BatchDetectLanguageKeyPhrases/BatchDetectLanguageKeyPhrases).
|
|
1688
1688
|
* <p>
|
|
1689
1689
|
The DetectLanguageKeyPhrases API extracts key-phrases in text records. For each key-phrase, a score (between 0 and 1) is returned that highlights the importance of the key-phrase in the context of the text.
|
|
1690
1690
|
* Limitations:
|
|
@@ -1694,7 +1694,7 @@ class AIServiceLanguageClient {
|
|
|
1694
1694
|
* @param DetectLanguageKeyPhrasesRequest
|
|
1695
1695
|
* @return DetectLanguageKeyPhrasesResponse
|
|
1696
1696
|
* @throws OciError when an error occurs
|
|
1697
|
-
* @example Click {@link https://docs.
|
|
1697
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
1698
1698
|
*/
|
|
1699
1699
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest) {
|
|
1700
1700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1752,7 +1752,7 @@ class AIServiceLanguageClient {
|
|
|
1752
1752
|
}
|
|
1753
1753
|
/**
|
|
1754
1754
|
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
|
|
1755
|
-
* We recommend you replace this API with the batch API, [BatchDetectLanguageSentiments](https://docs.
|
|
1755
|
+
* We recommend you replace this API with the batch API, [BatchDetectLanguageSentiments](https://docs.oracle.com/iaas/api/#/en/language/20221001/BatchDetectLanguageSentiments/BatchDetectLanguageSentiments).
|
|
1756
1756
|
* <p>
|
|
1757
1757
|
The DetectLanguageSentiments API extracts aspect-based in text records.
|
|
1758
1758
|
* <p>
|
|
@@ -1760,7 +1760,7 @@ class AIServiceLanguageClient {
|
|
|
1760
1760
|
* <p>
|
|
1761
1761
|
For sentiment analysis, confidence scores are provided for each of the classes (positive, negative, neutral).
|
|
1762
1762
|
* <p>
|
|
1763
|
-
Learn more about sentiment analysis [here](https://docs.
|
|
1763
|
+
Learn more about sentiment analysis [here](https://docs.oracle.com/iaas/language/using/pretrain-models.htm#sentiment).
|
|
1764
1764
|
* <p>
|
|
1765
1765
|
Limitations:
|
|
1766
1766
|
* - A record may be up to 1000 characters long.
|
|
@@ -1769,7 +1769,7 @@ class AIServiceLanguageClient {
|
|
|
1769
1769
|
* @param DetectLanguageSentimentsRequest
|
|
1770
1770
|
* @return DetectLanguageSentimentsResponse
|
|
1771
1771
|
* @throws OciError when an error occurs
|
|
1772
|
-
* @example Click {@link https://docs.
|
|
1772
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
1773
1773
|
*/
|
|
1774
1774
|
detectLanguageSentiments(detectLanguageSentimentsRequest) {
|
|
1775
1775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1827,11 +1827,11 @@ class AIServiceLanguageClient {
|
|
|
1827
1827
|
}
|
|
1828
1828
|
/**
|
|
1829
1829
|
* **Deprecated**: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.
|
|
1830
|
-
* We recommend you replace this API with the batch API, [BatchDetectLanguageTextClassification](https://docs.
|
|
1830
|
+
* We recommend you replace this API with the batch API, [BatchDetectLanguageTextClassification](https://docs.oracle.com/iaas/api/#/en/language/20221001/BatchDetectLanguageTextClassification/BatchDetectLanguageTextClassification).
|
|
1831
1831
|
* <p>
|
|
1832
1832
|
The DetectLanguageTextClassification API automatically classifies text into a set of pre-determined classes and sub-classes. A single class/subclass is returned for each record classified.
|
|
1833
1833
|
* <p>
|
|
1834
|
-
Learn more about text classification [here](https://docs.
|
|
1834
|
+
Learn more about text classification [here](https://docs.oracle.com/iaas/language/using/pretrain-models.htm#text-class).
|
|
1835
1835
|
* <p>
|
|
1836
1836
|
Limitations:
|
|
1837
1837
|
* - A record may be up to 1000 characters long.
|
|
@@ -1840,7 +1840,7 @@ class AIServiceLanguageClient {
|
|
|
1840
1840
|
* @param DetectLanguageTextClassificationRequest
|
|
1841
1841
|
* @return DetectLanguageTextClassificationResponse
|
|
1842
1842
|
* @throws OciError when an error occurs
|
|
1843
|
-
* @example Click {@link https://docs.
|
|
1843
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
1844
1844
|
*/
|
|
1845
1845
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest) {
|
|
1846
1846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1902,7 +1902,7 @@ class AIServiceLanguageClient {
|
|
|
1902
1902
|
* @param GetEndpointRequest
|
|
1903
1903
|
* @return GetEndpointResponse
|
|
1904
1904
|
* @throws OciError when an error occurs
|
|
1905
|
-
* @example Click {@link https://docs.
|
|
1905
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
1906
1906
|
*/
|
|
1907
1907
|
getEndpoint(getEndpointRequest) {
|
|
1908
1908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1965,7 +1965,7 @@ class AIServiceLanguageClient {
|
|
|
1965
1965
|
* @param GetJobRequest
|
|
1966
1966
|
* @return GetJobResponse
|
|
1967
1967
|
* @throws OciError when an error occurs
|
|
1968
|
-
* @example Click {@link https://docs.
|
|
1968
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1969
1969
|
*/
|
|
1970
1970
|
getJob(getJobRequest) {
|
|
1971
1971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2028,7 +2028,7 @@ class AIServiceLanguageClient {
|
|
|
2028
2028
|
* @param GetModelRequest
|
|
2029
2029
|
* @return GetModelResponse
|
|
2030
2030
|
* @throws OciError when an error occurs
|
|
2031
|
-
* @example Click {@link https://docs.
|
|
2031
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
2032
2032
|
*/
|
|
2033
2033
|
getModel(getModelRequest) {
|
|
2034
2034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2091,7 +2091,7 @@ class AIServiceLanguageClient {
|
|
|
2091
2091
|
* @param GetModelTypeRequest
|
|
2092
2092
|
* @return GetModelTypeResponse
|
|
2093
2093
|
* @throws OciError when an error occurs
|
|
2094
|
-
* @example Click {@link https://docs.
|
|
2094
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
2095
2095
|
*/
|
|
2096
2096
|
getModelType(getModelTypeRequest) {
|
|
2097
2097
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2149,7 +2149,7 @@ class AIServiceLanguageClient {
|
|
|
2149
2149
|
* @param GetProjectRequest
|
|
2150
2150
|
* @return GetProjectResponse
|
|
2151
2151
|
* @throws OciError when an error occurs
|
|
2152
|
-
* @example Click {@link https://docs.
|
|
2152
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
2153
2153
|
*/
|
|
2154
2154
|
getProject(getProjectRequest) {
|
|
2155
2155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2212,7 +2212,7 @@ class AIServiceLanguageClient {
|
|
|
2212
2212
|
* @param GetWorkRequestRequest
|
|
2213
2213
|
* @return GetWorkRequestResponse
|
|
2214
2214
|
* @throws OciError when an error occurs
|
|
2215
|
-
* @example Click {@link https://docs.
|
|
2215
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2216
2216
|
*/
|
|
2217
2217
|
getWorkRequest(getWorkRequestRequest) {
|
|
2218
2218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2276,7 +2276,7 @@ class AIServiceLanguageClient {
|
|
|
2276
2276
|
* @param ListEndpointsRequest
|
|
2277
2277
|
* @return ListEndpointsResponse
|
|
2278
2278
|
* @throws OciError when an error occurs
|
|
2279
|
-
* @example Click {@link https://docs.
|
|
2279
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
2280
2280
|
*/
|
|
2281
2281
|
listEndpoints(listEndpointsRequest) {
|
|
2282
2282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2348,7 +2348,7 @@ class AIServiceLanguageClient {
|
|
|
2348
2348
|
* @param ListEvaluationResultsRequest
|
|
2349
2349
|
* @return ListEvaluationResultsResponse
|
|
2350
2350
|
* @throws OciError when an error occurs
|
|
2351
|
-
* @example Click {@link https://docs.
|
|
2351
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
2352
2352
|
*/
|
|
2353
2353
|
listEvaluationResults(listEvaluationResultsRequest) {
|
|
2354
2354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2415,7 +2415,7 @@ class AIServiceLanguageClient {
|
|
|
2415
2415
|
* @param ListJobsRequest
|
|
2416
2416
|
* @return ListJobsResponse
|
|
2417
2417
|
* @throws OciError when an error occurs
|
|
2418
|
-
* @example Click {@link https://docs.
|
|
2418
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
2419
2419
|
*/
|
|
2420
2420
|
listJobs(listJobsRequest) {
|
|
2421
2421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2486,7 +2486,7 @@ class AIServiceLanguageClient {
|
|
|
2486
2486
|
* @param ListModelsRequest
|
|
2487
2487
|
* @return ListModelsResponse
|
|
2488
2488
|
* @throws OciError when an error occurs
|
|
2489
|
-
* @example Click {@link https://docs.
|
|
2489
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
2490
2490
|
*/
|
|
2491
2491
|
listModels(listModelsRequest) {
|
|
2492
2492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2558,7 +2558,7 @@ class AIServiceLanguageClient {
|
|
|
2558
2558
|
* @param ListProjectsRequest
|
|
2559
2559
|
* @return ListProjectsResponse
|
|
2560
2560
|
* @throws OciError when an error occurs
|
|
2561
|
-
* @example Click {@link https://docs.
|
|
2561
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
2562
2562
|
*/
|
|
2563
2563
|
listProjects(listProjectsRequest) {
|
|
2564
2564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2629,7 +2629,7 @@ class AIServiceLanguageClient {
|
|
|
2629
2629
|
* @param ListWorkRequestErrorsRequest
|
|
2630
2630
|
* @return ListWorkRequestErrorsResponse
|
|
2631
2631
|
* @throws OciError when an error occurs
|
|
2632
|
-
* @example Click {@link https://docs.
|
|
2632
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2633
2633
|
*/
|
|
2634
2634
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2635
2635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2698,7 +2698,7 @@ class AIServiceLanguageClient {
|
|
|
2698
2698
|
* @param ListWorkRequestLogsRequest
|
|
2699
2699
|
* @return ListWorkRequestLogsResponse
|
|
2700
2700
|
* @throws OciError when an error occurs
|
|
2701
|
-
* @example Click {@link https://docs.
|
|
2701
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2702
2702
|
*/
|
|
2703
2703
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2704
2704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2767,7 +2767,7 @@ class AIServiceLanguageClient {
|
|
|
2767
2767
|
* @param ListWorkRequestsRequest
|
|
2768
2768
|
* @return ListWorkRequestsResponse
|
|
2769
2769
|
* @throws OciError when an error occurs
|
|
2770
|
-
* @example Click {@link https://docs.
|
|
2770
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2771
2771
|
*/
|
|
2772
2772
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2773
2773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2836,7 +2836,7 @@ class AIServiceLanguageClient {
|
|
|
2836
2836
|
* @param UpdateEndpointRequest
|
|
2837
2837
|
* @return UpdateEndpointResponse
|
|
2838
2838
|
* @throws OciError when an error occurs
|
|
2839
|
-
* @example Click {@link https://docs.
|
|
2839
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
2840
2840
|
*/
|
|
2841
2841
|
updateEndpoint(updateEndpointRequest) {
|
|
2842
2842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2897,7 +2897,7 @@ class AIServiceLanguageClient {
|
|
|
2897
2897
|
* @param UpdateJobRequest
|
|
2898
2898
|
* @return UpdateJobResponse
|
|
2899
2899
|
* @throws OciError when an error occurs
|
|
2900
|
-
* @example Click {@link https://docs.
|
|
2900
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2901
2901
|
*/
|
|
2902
2902
|
updateJob(updateJobRequest) {
|
|
2903
2903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2962,7 +2962,7 @@ class AIServiceLanguageClient {
|
|
|
2962
2962
|
* @param UpdateModelRequest
|
|
2963
2963
|
* @return UpdateModelResponse
|
|
2964
2964
|
* @throws OciError when an error occurs
|
|
2965
|
-
* @example Click {@link https://docs.
|
|
2965
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
2966
2966
|
*/
|
|
2967
2967
|
updateModel(updateModelRequest) {
|
|
2968
2968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3023,7 +3023,7 @@ class AIServiceLanguageClient {
|
|
|
3023
3023
|
* @param UpdateProjectRequest
|
|
3024
3024
|
* @return UpdateProjectResponse
|
|
3025
3025
|
* @throws OciError when an error occurs
|
|
3026
|
-
* @example Click {@link https://docs.
|
|
3026
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
3027
3027
|
*/
|
|
3028
3028
|
updateProject(updateProjectRequest) {
|
|
3029
3029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -40,7 +40,7 @@ export interface BatchDetectDominantLanguageDetails {
|
|
|
40
40
|
*/
|
|
41
41
|
"endpointId"?: string;
|
|
42
42
|
/**
|
|
43
|
-
* The [OCID](https://docs.
|
|
43
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that calls the API, inference will be served from pre trained model
|
|
44
44
|
*/
|
|
45
45
|
"compartmentId"?: string;
|
|
46
46
|
/**
|
|
@@ -23,7 +23,7 @@ export interface BatchDetectLanguageEntitiesDetails {
|
|
|
23
23
|
*/
|
|
24
24
|
"alias"?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The [OCID](https://docs.
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that calls the API, inference will be served from pre trained model
|
|
27
27
|
*/
|
|
28
28
|
"compartmentId"?: string;
|
|
29
29
|
/**
|
|
@@ -27,7 +27,7 @@ export interface BatchDetectLanguageKeyPhrasesDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"endpointId"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that calls the API, inference will be served from pre trained model
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId"?: string;
|
|
33
33
|
/**
|
|
@@ -27,7 +27,7 @@ export interface BatchDetectLanguagePiiEntitiesDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"endpointId"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that calls the API, inference will be served from pre trained model
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId"?: string;
|
|
33
33
|
/**
|
|
@@ -27,7 +27,7 @@ export interface BatchDetectLanguageSentimentsDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"endpointId"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that calls the API, inference will be served from pre trained model
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId"?: string;
|
|
33
33
|
/**
|
|
@@ -23,7 +23,7 @@ export interface BatchDetectLanguageTextClassificationDetails {
|
|
|
23
23
|
*/
|
|
24
24
|
"alias"?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The [OCID](https://docs.
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that calls the API, inference will be served from pre trained model
|
|
27
27
|
*/
|
|
28
28
|
"compartmentId"?: string;
|
|
29
29
|
/**
|
|
@@ -31,7 +31,7 @@ export interface BatchLanguageTranslationDetails {
|
|
|
31
31
|
*/
|
|
32
32
|
"noTranslate"?: Array<string>;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that calls the API, inference will be served from pre trained model
|
|
35
35
|
*/
|
|
36
36
|
"compartmentId"?: string;
|
|
37
37
|
/**
|
|
@@ -18,7 +18,7 @@ This allows enterprises to focus on business drivers and development work rather
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangeEndpointCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resource should be moved.
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
@@ -18,7 +18,7 @@ This allows enterprises to focus on business drivers and development work rather
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangeJobCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
22
22
|
* where the resource should be moved.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ This allows enterprises to focus on business drivers and development work rather
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangeModelCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resource should be moved.
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
@@ -18,7 +18,7 @@ This allows enterprises to focus on business drivers and development work rather
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangeProjectCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resource should be moved.
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
@@ -34,11 +34,11 @@ export interface CreateEndpointDetails {
|
|
|
34
34
|
*/
|
|
35
35
|
"description"?: string;
|
|
36
36
|
/**
|
|
37
|
-
* The [OCID](https://docs.
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) compartment identifier for the endpoint
|
|
38
38
|
*/
|
|
39
39
|
"compartmentId": string;
|
|
40
40
|
/**
|
|
41
|
-
* The [OCID](https://docs.
|
|
41
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model to associate with the endpoint.
|
|
42
42
|
*/
|
|
43
43
|
"modelId": string;
|
|
44
44
|
/**
|