oci-ailanguage 2.82.2 → 2.84.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 +43 -43
- package/lib/client.js +43 -43
- package/lib/request/batch-detect-dominant-language-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
|
@@ -207,7 +207,7 @@ class AIServiceLanguageClient {
|
|
|
207
207
|
* @param BatchDetectDominantLanguageRequest
|
|
208
208
|
* @return BatchDetectDominantLanguageResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguage API.
|
|
211
211
|
*/
|
|
212
212
|
batchDetectDominantLanguage(batchDetectDominantLanguageRequest) {
|
|
213
213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -272,7 +272,7 @@ class AIServiceLanguageClient {
|
|
|
272
272
|
* @param BatchDetectLanguageEntitiesRequest
|
|
273
273
|
* @return BatchDetectLanguageEntitiesResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntities API.
|
|
276
276
|
*/
|
|
277
277
|
batchDetectLanguageEntities(batchDetectLanguageEntitiesRequest) {
|
|
278
278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -335,7 +335,7 @@ class AIServiceLanguageClient {
|
|
|
335
335
|
* @param BatchDetectLanguageKeyPhrasesRequest
|
|
336
336
|
* @return BatchDetectLanguageKeyPhrasesResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrases API.
|
|
339
339
|
*/
|
|
340
340
|
batchDetectLanguageKeyPhrases(batchDetectLanguageKeyPhrasesRequest) {
|
|
341
341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -398,7 +398,7 @@ class AIServiceLanguageClient {
|
|
|
398
398
|
* @param BatchDetectLanguagePiiEntitiesRequest
|
|
399
399
|
* @return BatchDetectLanguagePiiEntitiesResponse
|
|
400
400
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntities API.
|
|
402
402
|
*/
|
|
403
403
|
batchDetectLanguagePiiEntities(batchDetectLanguagePiiEntitiesRequest) {
|
|
404
404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -467,7 +467,7 @@ class AIServiceLanguageClient {
|
|
|
467
467
|
* @param BatchDetectLanguageSentimentsRequest
|
|
468
468
|
* @return BatchDetectLanguageSentimentsResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentiments API.
|
|
471
471
|
*/
|
|
472
472
|
batchDetectLanguageSentiments(batchDetectLanguageSentimentsRequest) {
|
|
473
473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -536,7 +536,7 @@ class AIServiceLanguageClient {
|
|
|
536
536
|
* @param BatchDetectLanguageTextClassificationRequest
|
|
537
537
|
* @return BatchDetectLanguageTextClassificationResponse
|
|
538
538
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassification API.
|
|
540
540
|
*/
|
|
541
541
|
batchDetectLanguageTextClassification(batchDetectLanguageTextClassificationRequest) {
|
|
542
542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -598,7 +598,7 @@ class AIServiceLanguageClient {
|
|
|
598
598
|
* @param BatchLanguageTranslationRequest
|
|
599
599
|
* @return BatchLanguageTranslationResponse
|
|
600
600
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
602
602
|
*/
|
|
603
603
|
batchLanguageTranslation(batchLanguageTranslationRequest) {
|
|
604
604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -655,7 +655,7 @@ class AIServiceLanguageClient {
|
|
|
655
655
|
* @param CancelJobRequest
|
|
656
656
|
* @return CancelJobResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CancelJob.ts.html |here} to see how to use CancelJob API.
|
|
659
659
|
*/
|
|
660
660
|
cancelJob(cancelJobRequest) {
|
|
661
661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -711,7 +711,7 @@ class AIServiceLanguageClient {
|
|
|
711
711
|
* @param ChangeEndpointCompartmentRequest
|
|
712
712
|
* @return ChangeEndpointCompartmentResponse
|
|
713
713
|
* @throws OciError when an error occurs
|
|
714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
715
715
|
*/
|
|
716
716
|
changeEndpointCompartment(changeEndpointCompartmentRequest) {
|
|
717
717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -768,7 +768,7 @@ class AIServiceLanguageClient {
|
|
|
768
768
|
* @param ChangeJobCompartmentRequest
|
|
769
769
|
* @return ChangeJobCompartmentResponse
|
|
770
770
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
772
772
|
*/
|
|
773
773
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
774
774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -825,7 +825,7 @@ class AIServiceLanguageClient {
|
|
|
825
825
|
* @param ChangeModelCompartmentRequest
|
|
826
826
|
* @return ChangeModelCompartmentResponse
|
|
827
827
|
* @throws OciError when an error occurs
|
|
828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
829
829
|
*/
|
|
830
830
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
831
831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -882,7 +882,7 @@ class AIServiceLanguageClient {
|
|
|
882
882
|
* @param ChangeProjectCompartmentRequest
|
|
883
883
|
* @return ChangeProjectCompartmentResponse
|
|
884
884
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
886
886
|
*/
|
|
887
887
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
888
888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -940,7 +940,7 @@ class AIServiceLanguageClient {
|
|
|
940
940
|
* @param CreateEndpointRequest
|
|
941
941
|
* @return CreateEndpointResponse
|
|
942
942
|
* @throws OciError when an error occurs
|
|
943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
944
944
|
*/
|
|
945
945
|
createEndpoint(createEndpointRequest) {
|
|
946
946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1014,7 +1014,7 @@ class AIServiceLanguageClient {
|
|
|
1014
1014
|
* @param CreateJobRequest
|
|
1015
1015
|
* @return CreateJobResponse
|
|
1016
1016
|
* @throws OciError when an error occurs
|
|
1017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1018
1018
|
*/
|
|
1019
1019
|
createJob(createJobRequest) {
|
|
1020
1020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1083,7 +1083,7 @@ class AIServiceLanguageClient {
|
|
|
1083
1083
|
* @param CreateModelRequest
|
|
1084
1084
|
* @return CreateModelResponse
|
|
1085
1085
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
1087
1087
|
*/
|
|
1088
1088
|
createModel(createModelRequest) {
|
|
1089
1089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1157,7 +1157,7 @@ class AIServiceLanguageClient {
|
|
|
1157
1157
|
* @param CreateProjectRequest
|
|
1158
1158
|
* @return CreateProjectResponse
|
|
1159
1159
|
* @throws OciError when an error occurs
|
|
1160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1161
1161
|
*/
|
|
1162
1162
|
createProject(createProjectRequest) {
|
|
1163
1163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1225,7 +1225,7 @@ class AIServiceLanguageClient {
|
|
|
1225
1225
|
* @param DeleteEndpointRequest
|
|
1226
1226
|
* @return DeleteEndpointResponse
|
|
1227
1227
|
* @throws OciError when an error occurs
|
|
1228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
1229
1229
|
*/
|
|
1230
1230
|
deleteEndpoint(deleteEndpointRequest) {
|
|
1231
1231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1285,7 +1285,7 @@ class AIServiceLanguageClient {
|
|
|
1285
1285
|
* @param DeleteJobRequest
|
|
1286
1286
|
* @return DeleteJobResponse
|
|
1287
1287
|
* @throws OciError when an error occurs
|
|
1288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
1289
1289
|
*/
|
|
1290
1290
|
deleteJob(deleteJobRequest) {
|
|
1291
1291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1345,7 +1345,7 @@ class AIServiceLanguageClient {
|
|
|
1345
1345
|
* @param DeleteModelRequest
|
|
1346
1346
|
* @return DeleteModelResponse
|
|
1347
1347
|
* @throws OciError when an error occurs
|
|
1348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1349
1349
|
*/
|
|
1350
1350
|
deleteModel(deleteModelRequest) {
|
|
1351
1351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1405,7 +1405,7 @@ class AIServiceLanguageClient {
|
|
|
1405
1405
|
* @param DeleteProjectRequest
|
|
1406
1406
|
* @return DeleteProjectResponse
|
|
1407
1407
|
* @throws OciError when an error occurs
|
|
1408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1409
1409
|
*/
|
|
1410
1410
|
deleteProject(deleteProjectRequest) {
|
|
1411
1411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1474,7 +1474,7 @@ class AIServiceLanguageClient {
|
|
|
1474
1474
|
* @param DetectDominantLanguageRequest
|
|
1475
1475
|
* @return DetectDominantLanguageResponse
|
|
1476
1476
|
* @throws OciError when an error occurs
|
|
1477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
1478
1478
|
*/
|
|
1479
1479
|
detectDominantLanguage(detectDominantLanguageRequest) {
|
|
1480
1480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1543,7 +1543,7 @@ class AIServiceLanguageClient {
|
|
|
1543
1543
|
* @param DetectLanguageEntitiesRequest
|
|
1544
1544
|
* @return DetectLanguageEntitiesResponse
|
|
1545
1545
|
* @throws OciError when an error occurs
|
|
1546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
1547
1547
|
*/
|
|
1548
1548
|
detectLanguageEntities(detectLanguageEntitiesRequest) {
|
|
1549
1549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1614,7 +1614,7 @@ class AIServiceLanguageClient {
|
|
|
1614
1614
|
* @param DetectLanguageKeyPhrasesRequest
|
|
1615
1615
|
* @return DetectLanguageKeyPhrasesResponse
|
|
1616
1616
|
* @throws OciError when an error occurs
|
|
1617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
1618
1618
|
*/
|
|
1619
1619
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest) {
|
|
1620
1620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1689,7 +1689,7 @@ class AIServiceLanguageClient {
|
|
|
1689
1689
|
* @param DetectLanguageSentimentsRequest
|
|
1690
1690
|
* @return DetectLanguageSentimentsResponse
|
|
1691
1691
|
* @throws OciError when an error occurs
|
|
1692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
1693
1693
|
*/
|
|
1694
1694
|
detectLanguageSentiments(detectLanguageSentimentsRequest) {
|
|
1695
1695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1760,7 +1760,7 @@ class AIServiceLanguageClient {
|
|
|
1760
1760
|
* @param DetectLanguageTextClassificationRequest
|
|
1761
1761
|
* @return DetectLanguageTextClassificationResponse
|
|
1762
1762
|
* @throws OciError when an error occurs
|
|
1763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
1764
1764
|
*/
|
|
1765
1765
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest) {
|
|
1766
1766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1822,7 +1822,7 @@ class AIServiceLanguageClient {
|
|
|
1822
1822
|
* @param GetEndpointRequest
|
|
1823
1823
|
* @return GetEndpointResponse
|
|
1824
1824
|
* @throws OciError when an error occurs
|
|
1825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
1826
1826
|
*/
|
|
1827
1827
|
getEndpoint(getEndpointRequest) {
|
|
1828
1828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1885,7 +1885,7 @@ class AIServiceLanguageClient {
|
|
|
1885
1885
|
* @param GetJobRequest
|
|
1886
1886
|
* @return GetJobResponse
|
|
1887
1887
|
* @throws OciError when an error occurs
|
|
1888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1889
1889
|
*/
|
|
1890
1890
|
getJob(getJobRequest) {
|
|
1891
1891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1948,7 +1948,7 @@ class AIServiceLanguageClient {
|
|
|
1948
1948
|
* @param GetModelRequest
|
|
1949
1949
|
* @return GetModelResponse
|
|
1950
1950
|
* @throws OciError when an error occurs
|
|
1951
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
1952
1952
|
*/
|
|
1953
1953
|
getModel(getModelRequest) {
|
|
1954
1954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2011,7 +2011,7 @@ class AIServiceLanguageClient {
|
|
|
2011
2011
|
* @param GetModelTypeRequest
|
|
2012
2012
|
* @return GetModelTypeResponse
|
|
2013
2013
|
* @throws OciError when an error occurs
|
|
2014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
2015
2015
|
*/
|
|
2016
2016
|
getModelType(getModelTypeRequest) {
|
|
2017
2017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2069,7 +2069,7 @@ class AIServiceLanguageClient {
|
|
|
2069
2069
|
* @param GetProjectRequest
|
|
2070
2070
|
* @return GetProjectResponse
|
|
2071
2071
|
* @throws OciError when an error occurs
|
|
2072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
2073
2073
|
*/
|
|
2074
2074
|
getProject(getProjectRequest) {
|
|
2075
2075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2132,7 +2132,7 @@ class AIServiceLanguageClient {
|
|
|
2132
2132
|
* @param GetWorkRequestRequest
|
|
2133
2133
|
* @return GetWorkRequestResponse
|
|
2134
2134
|
* @throws OciError when an error occurs
|
|
2135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2136
2136
|
*/
|
|
2137
2137
|
getWorkRequest(getWorkRequestRequest) {
|
|
2138
2138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2196,7 +2196,7 @@ class AIServiceLanguageClient {
|
|
|
2196
2196
|
* @param ListEndpointsRequest
|
|
2197
2197
|
* @return ListEndpointsResponse
|
|
2198
2198
|
* @throws OciError when an error occurs
|
|
2199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
2200
2200
|
*/
|
|
2201
2201
|
listEndpoints(listEndpointsRequest) {
|
|
2202
2202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2268,7 +2268,7 @@ class AIServiceLanguageClient {
|
|
|
2268
2268
|
* @param ListEvaluationResultsRequest
|
|
2269
2269
|
* @return ListEvaluationResultsResponse
|
|
2270
2270
|
* @throws OciError when an error occurs
|
|
2271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
2272
2272
|
*/
|
|
2273
2273
|
listEvaluationResults(listEvaluationResultsRequest) {
|
|
2274
2274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2335,7 +2335,7 @@ class AIServiceLanguageClient {
|
|
|
2335
2335
|
* @param ListJobsRequest
|
|
2336
2336
|
* @return ListJobsResponse
|
|
2337
2337
|
* @throws OciError when an error occurs
|
|
2338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
2339
2339
|
*/
|
|
2340
2340
|
listJobs(listJobsRequest) {
|
|
2341
2341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2406,7 +2406,7 @@ class AIServiceLanguageClient {
|
|
|
2406
2406
|
* @param ListModelsRequest
|
|
2407
2407
|
* @return ListModelsResponse
|
|
2408
2408
|
* @throws OciError when an error occurs
|
|
2409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
2410
2410
|
*/
|
|
2411
2411
|
listModels(listModelsRequest) {
|
|
2412
2412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2478,7 +2478,7 @@ class AIServiceLanguageClient {
|
|
|
2478
2478
|
* @param ListProjectsRequest
|
|
2479
2479
|
* @return ListProjectsResponse
|
|
2480
2480
|
* @throws OciError when an error occurs
|
|
2481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
2482
2482
|
*/
|
|
2483
2483
|
listProjects(listProjectsRequest) {
|
|
2484
2484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2549,7 +2549,7 @@ class AIServiceLanguageClient {
|
|
|
2549
2549
|
* @param ListWorkRequestErrorsRequest
|
|
2550
2550
|
* @return ListWorkRequestErrorsResponse
|
|
2551
2551
|
* @throws OciError when an error occurs
|
|
2552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2553
2553
|
*/
|
|
2554
2554
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2555
2555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2618,7 +2618,7 @@ class AIServiceLanguageClient {
|
|
|
2618
2618
|
* @param ListWorkRequestLogsRequest
|
|
2619
2619
|
* @return ListWorkRequestLogsResponse
|
|
2620
2620
|
* @throws OciError when an error occurs
|
|
2621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2622
2622
|
*/
|
|
2623
2623
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2624
2624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2687,7 +2687,7 @@ class AIServiceLanguageClient {
|
|
|
2687
2687
|
* @param ListWorkRequestsRequest
|
|
2688
2688
|
* @return ListWorkRequestsResponse
|
|
2689
2689
|
* @throws OciError when an error occurs
|
|
2690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2691
2691
|
*/
|
|
2692
2692
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2693
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2756,7 +2756,7 @@ class AIServiceLanguageClient {
|
|
|
2756
2756
|
* @param UpdateEndpointRequest
|
|
2757
2757
|
* @return UpdateEndpointResponse
|
|
2758
2758
|
* @throws OciError when an error occurs
|
|
2759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
2760
2760
|
*/
|
|
2761
2761
|
updateEndpoint(updateEndpointRequest) {
|
|
2762
2762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2817,7 +2817,7 @@ class AIServiceLanguageClient {
|
|
|
2817
2817
|
* @param UpdateJobRequest
|
|
2818
2818
|
* @return UpdateJobResponse
|
|
2819
2819
|
* @throws OciError when an error occurs
|
|
2820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2821
2821
|
*/
|
|
2822
2822
|
updateJob(updateJobRequest) {
|
|
2823
2823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2882,7 +2882,7 @@ class AIServiceLanguageClient {
|
|
|
2882
2882
|
* @param UpdateModelRequest
|
|
2883
2883
|
* @return UpdateModelResponse
|
|
2884
2884
|
* @throws OciError when an error occurs
|
|
2885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
2886
2886
|
*/
|
|
2887
2887
|
updateModel(updateModelRequest) {
|
|
2888
2888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2943,7 +2943,7 @@ class AIServiceLanguageClient {
|
|
|
2943
2943
|
* @param UpdateProjectRequest
|
|
2944
2944
|
* @return UpdateProjectResponse
|
|
2945
2945
|
* @throws OciError when an error occurs
|
|
2946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
2947
2947
|
*/
|
|
2948
2948
|
updateProject(updateProjectRequest) {
|
|
2949
2949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchDetectDominantLanguageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntitiesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchDetectLanguageEntitiesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrasesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchDetectLanguageKeyPhrasesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntitiesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchDetectLanguagePiiEntitiesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentimentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchDetectLanguageSentimentsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassificationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchDetectLanguageTextClassificationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchLanguageTranslationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CancelJob.ts.html |here} to see how to use CancelJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeJobCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeModelCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CreateJob.ts.html |here} to see how to use CreateJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateModelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteModelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DetectDominantLanguageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntitiesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DetectLanguageEntitiesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|