oci-ailanguage 2.87.0 → 2.88.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 +44 -44
- package/lib/client.js +44 -44
- 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
|
* @param BatchDetectDominantLanguageRequest
|
|
214
214
|
* @return BatchDetectDominantLanguageResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguage API.
|
|
217
217
|
*/
|
|
218
218
|
batchDetectDominantLanguage(batchDetectDominantLanguageRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -276,7 +276,7 @@ class AIServiceLanguageClient {
|
|
|
276
276
|
* @param BatchDetectHealthEntityRequest
|
|
277
277
|
* @return BatchDetectHealthEntityResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/BatchDetectHealthEntity.ts.html |here} to see how to use BatchDetectHealthEntity API.
|
|
280
280
|
*/
|
|
281
281
|
batchDetectHealthEntity(batchDetectHealthEntityRequest) {
|
|
282
282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -341,7 +341,7 @@ class AIServiceLanguageClient {
|
|
|
341
341
|
* @param BatchDetectLanguageEntitiesRequest
|
|
342
342
|
* @return BatchDetectLanguageEntitiesResponse
|
|
343
343
|
* @throws OciError when an error occurs
|
|
344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntities API.
|
|
345
345
|
*/
|
|
346
346
|
batchDetectLanguageEntities(batchDetectLanguageEntitiesRequest) {
|
|
347
347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -404,7 +404,7 @@ class AIServiceLanguageClient {
|
|
|
404
404
|
* @param BatchDetectLanguageKeyPhrasesRequest
|
|
405
405
|
* @return BatchDetectLanguageKeyPhrasesResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrases API.
|
|
408
408
|
*/
|
|
409
409
|
batchDetectLanguageKeyPhrases(batchDetectLanguageKeyPhrasesRequest) {
|
|
410
410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -467,7 +467,7 @@ class AIServiceLanguageClient {
|
|
|
467
467
|
* @param BatchDetectLanguagePiiEntitiesRequest
|
|
468
468
|
* @return BatchDetectLanguagePiiEntitiesResponse
|
|
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.88.0/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntities API.
|
|
471
471
|
*/
|
|
472
472
|
batchDetectLanguagePiiEntities(batchDetectLanguagePiiEntitiesRequest) {
|
|
473
473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -536,7 +536,7 @@ class AIServiceLanguageClient {
|
|
|
536
536
|
* @param BatchDetectLanguageSentimentsRequest
|
|
537
537
|
* @return BatchDetectLanguageSentimentsResponse
|
|
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.88.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentiments API.
|
|
540
540
|
*/
|
|
541
541
|
batchDetectLanguageSentiments(batchDetectLanguageSentimentsRequest) {
|
|
542
542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -605,7 +605,7 @@ class AIServiceLanguageClient {
|
|
|
605
605
|
* @param BatchDetectLanguageTextClassificationRequest
|
|
606
606
|
* @return BatchDetectLanguageTextClassificationResponse
|
|
607
607
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassification API.
|
|
609
609
|
*/
|
|
610
610
|
batchDetectLanguageTextClassification(batchDetectLanguageTextClassificationRequest) {
|
|
611
611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -667,7 +667,7 @@ class AIServiceLanguageClient {
|
|
|
667
667
|
* @param BatchLanguageTranslationRequest
|
|
668
668
|
* @return BatchLanguageTranslationResponse
|
|
669
669
|
* @throws OciError when an error occurs
|
|
670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
671
671
|
*/
|
|
672
672
|
batchLanguageTranslation(batchLanguageTranslationRequest) {
|
|
673
673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -724,7 +724,7 @@ class AIServiceLanguageClient {
|
|
|
724
724
|
* @param CancelJobRequest
|
|
725
725
|
* @return CancelJobResponse
|
|
726
726
|
* @throws OciError when an error occurs
|
|
727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/CancelJob.ts.html |here} to see how to use CancelJob API.
|
|
728
728
|
*/
|
|
729
729
|
cancelJob(cancelJobRequest) {
|
|
730
730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -780,7 +780,7 @@ class AIServiceLanguageClient {
|
|
|
780
780
|
* @param ChangeEndpointCompartmentRequest
|
|
781
781
|
* @return ChangeEndpointCompartmentResponse
|
|
782
782
|
* @throws OciError when an error occurs
|
|
783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
784
784
|
*/
|
|
785
785
|
changeEndpointCompartment(changeEndpointCompartmentRequest) {
|
|
786
786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -837,7 +837,7 @@ class AIServiceLanguageClient {
|
|
|
837
837
|
* @param ChangeJobCompartmentRequest
|
|
838
838
|
* @return ChangeJobCompartmentResponse
|
|
839
839
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
841
841
|
*/
|
|
842
842
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
843
843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -894,7 +894,7 @@ class AIServiceLanguageClient {
|
|
|
894
894
|
* @param ChangeModelCompartmentRequest
|
|
895
895
|
* @return ChangeModelCompartmentResponse
|
|
896
896
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
898
898
|
*/
|
|
899
899
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
900
900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -951,7 +951,7 @@ class AIServiceLanguageClient {
|
|
|
951
951
|
* @param ChangeProjectCompartmentRequest
|
|
952
952
|
* @return ChangeProjectCompartmentResponse
|
|
953
953
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
955
955
|
*/
|
|
956
956
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
957
957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1009,7 +1009,7 @@ class AIServiceLanguageClient {
|
|
|
1009
1009
|
* @param CreateEndpointRequest
|
|
1010
1010
|
* @return CreateEndpointResponse
|
|
1011
1011
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
1013
1013
|
*/
|
|
1014
1014
|
createEndpoint(createEndpointRequest) {
|
|
1015
1015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1083,7 +1083,7 @@ class AIServiceLanguageClient {
|
|
|
1083
1083
|
* @param CreateJobRequest
|
|
1084
1084
|
* @return CreateJobResponse
|
|
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.88.0/ailanguage/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1087
1087
|
*/
|
|
1088
1088
|
createJob(createJobRequest) {
|
|
1089
1089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1152,7 +1152,7 @@ class AIServiceLanguageClient {
|
|
|
1152
1152
|
* @param CreateModelRequest
|
|
1153
1153
|
* @return CreateModelResponse
|
|
1154
1154
|
* @throws OciError when an error occurs
|
|
1155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
1156
1156
|
*/
|
|
1157
1157
|
createModel(createModelRequest) {
|
|
1158
1158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1226,7 +1226,7 @@ class AIServiceLanguageClient {
|
|
|
1226
1226
|
* @param CreateProjectRequest
|
|
1227
1227
|
* @return CreateProjectResponse
|
|
1228
1228
|
* @throws OciError when an error occurs
|
|
1229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1230
1230
|
*/
|
|
1231
1231
|
createProject(createProjectRequest) {
|
|
1232
1232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1294,7 +1294,7 @@ class AIServiceLanguageClient {
|
|
|
1294
1294
|
* @param DeleteEndpointRequest
|
|
1295
1295
|
* @return DeleteEndpointResponse
|
|
1296
1296
|
* @throws OciError when an error occurs
|
|
1297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
1298
1298
|
*/
|
|
1299
1299
|
deleteEndpoint(deleteEndpointRequest) {
|
|
1300
1300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1354,7 +1354,7 @@ class AIServiceLanguageClient {
|
|
|
1354
1354
|
* @param DeleteJobRequest
|
|
1355
1355
|
* @return DeleteJobResponse
|
|
1356
1356
|
* @throws OciError when an error occurs
|
|
1357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
1358
1358
|
*/
|
|
1359
1359
|
deleteJob(deleteJobRequest) {
|
|
1360
1360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1414,7 +1414,7 @@ class AIServiceLanguageClient {
|
|
|
1414
1414
|
* @param DeleteModelRequest
|
|
1415
1415
|
* @return DeleteModelResponse
|
|
1416
1416
|
* @throws OciError when an error occurs
|
|
1417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1418
1418
|
*/
|
|
1419
1419
|
deleteModel(deleteModelRequest) {
|
|
1420
1420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1474,7 +1474,7 @@ class AIServiceLanguageClient {
|
|
|
1474
1474
|
* @param DeleteProjectRequest
|
|
1475
1475
|
* @return DeleteProjectResponse
|
|
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.88.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1478
1478
|
*/
|
|
1479
1479
|
deleteProject(deleteProjectRequest) {
|
|
1480
1480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1543,7 +1543,7 @@ class AIServiceLanguageClient {
|
|
|
1543
1543
|
* @param DetectDominantLanguageRequest
|
|
1544
1544
|
* @return DetectDominantLanguageResponse
|
|
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.88.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
1547
1547
|
*/
|
|
1548
1548
|
detectDominantLanguage(detectDominantLanguageRequest) {
|
|
1549
1549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1612,7 +1612,7 @@ class AIServiceLanguageClient {
|
|
|
1612
1612
|
* @param DetectLanguageEntitiesRequest
|
|
1613
1613
|
* @return DetectLanguageEntitiesResponse
|
|
1614
1614
|
* @throws OciError when an error occurs
|
|
1615
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
1616
1616
|
*/
|
|
1617
1617
|
detectLanguageEntities(detectLanguageEntitiesRequest) {
|
|
1618
1618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1683,7 +1683,7 @@ class AIServiceLanguageClient {
|
|
|
1683
1683
|
* @param DetectLanguageKeyPhrasesRequest
|
|
1684
1684
|
* @return DetectLanguageKeyPhrasesResponse
|
|
1685
1685
|
* @throws OciError when an error occurs
|
|
1686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
1687
1687
|
*/
|
|
1688
1688
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest) {
|
|
1689
1689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1758,7 +1758,7 @@ class AIServiceLanguageClient {
|
|
|
1758
1758
|
* @param DetectLanguageSentimentsRequest
|
|
1759
1759
|
* @return DetectLanguageSentimentsResponse
|
|
1760
1760
|
* @throws OciError when an error occurs
|
|
1761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
1762
1762
|
*/
|
|
1763
1763
|
detectLanguageSentiments(detectLanguageSentimentsRequest) {
|
|
1764
1764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1829,7 +1829,7 @@ class AIServiceLanguageClient {
|
|
|
1829
1829
|
* @param DetectLanguageTextClassificationRequest
|
|
1830
1830
|
* @return DetectLanguageTextClassificationResponse
|
|
1831
1831
|
* @throws OciError when an error occurs
|
|
1832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1832
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
1833
1833
|
*/
|
|
1834
1834
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest) {
|
|
1835
1835
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1891,7 +1891,7 @@ class AIServiceLanguageClient {
|
|
|
1891
1891
|
* @param GetEndpointRequest
|
|
1892
1892
|
* @return GetEndpointResponse
|
|
1893
1893
|
* @throws OciError when an error occurs
|
|
1894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
1895
1895
|
*/
|
|
1896
1896
|
getEndpoint(getEndpointRequest) {
|
|
1897
1897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1954,7 +1954,7 @@ class AIServiceLanguageClient {
|
|
|
1954
1954
|
* @param GetJobRequest
|
|
1955
1955
|
* @return GetJobResponse
|
|
1956
1956
|
* @throws OciError when an error occurs
|
|
1957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1958
1958
|
*/
|
|
1959
1959
|
getJob(getJobRequest) {
|
|
1960
1960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2017,7 +2017,7 @@ class AIServiceLanguageClient {
|
|
|
2017
2017
|
* @param GetModelRequest
|
|
2018
2018
|
* @return GetModelResponse
|
|
2019
2019
|
* @throws OciError when an error occurs
|
|
2020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
2021
2021
|
*/
|
|
2022
2022
|
getModel(getModelRequest) {
|
|
2023
2023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2080,7 +2080,7 @@ class AIServiceLanguageClient {
|
|
|
2080
2080
|
* @param GetModelTypeRequest
|
|
2081
2081
|
* @return GetModelTypeResponse
|
|
2082
2082
|
* @throws OciError when an error occurs
|
|
2083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
2084
2084
|
*/
|
|
2085
2085
|
getModelType(getModelTypeRequest) {
|
|
2086
2086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2138,7 +2138,7 @@ class AIServiceLanguageClient {
|
|
|
2138
2138
|
* @param GetProjectRequest
|
|
2139
2139
|
* @return GetProjectResponse
|
|
2140
2140
|
* @throws OciError when an error occurs
|
|
2141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
2142
2142
|
*/
|
|
2143
2143
|
getProject(getProjectRequest) {
|
|
2144
2144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2201,7 +2201,7 @@ class AIServiceLanguageClient {
|
|
|
2201
2201
|
* @param GetWorkRequestRequest
|
|
2202
2202
|
* @return GetWorkRequestResponse
|
|
2203
2203
|
* @throws OciError when an error occurs
|
|
2204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2205
2205
|
*/
|
|
2206
2206
|
getWorkRequest(getWorkRequestRequest) {
|
|
2207
2207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2265,7 +2265,7 @@ class AIServiceLanguageClient {
|
|
|
2265
2265
|
* @param ListEndpointsRequest
|
|
2266
2266
|
* @return ListEndpointsResponse
|
|
2267
2267
|
* @throws OciError when an error occurs
|
|
2268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
2269
2269
|
*/
|
|
2270
2270
|
listEndpoints(listEndpointsRequest) {
|
|
2271
2271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2337,7 +2337,7 @@ class AIServiceLanguageClient {
|
|
|
2337
2337
|
* @param ListEvaluationResultsRequest
|
|
2338
2338
|
* @return ListEvaluationResultsResponse
|
|
2339
2339
|
* @throws OciError when an error occurs
|
|
2340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
2341
2341
|
*/
|
|
2342
2342
|
listEvaluationResults(listEvaluationResultsRequest) {
|
|
2343
2343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2404,7 +2404,7 @@ class AIServiceLanguageClient {
|
|
|
2404
2404
|
* @param ListJobsRequest
|
|
2405
2405
|
* @return ListJobsResponse
|
|
2406
2406
|
* @throws OciError when an error occurs
|
|
2407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
2408
2408
|
*/
|
|
2409
2409
|
listJobs(listJobsRequest) {
|
|
2410
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2475,7 +2475,7 @@ class AIServiceLanguageClient {
|
|
|
2475
2475
|
* @param ListModelsRequest
|
|
2476
2476
|
* @return ListModelsResponse
|
|
2477
2477
|
* @throws OciError when an error occurs
|
|
2478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
2479
2479
|
*/
|
|
2480
2480
|
listModels(listModelsRequest) {
|
|
2481
2481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2547,7 +2547,7 @@ class AIServiceLanguageClient {
|
|
|
2547
2547
|
* @param ListProjectsRequest
|
|
2548
2548
|
* @return ListProjectsResponse
|
|
2549
2549
|
* @throws OciError when an error occurs
|
|
2550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
2551
2551
|
*/
|
|
2552
2552
|
listProjects(listProjectsRequest) {
|
|
2553
2553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2618,7 +2618,7 @@ class AIServiceLanguageClient {
|
|
|
2618
2618
|
* @param ListWorkRequestErrorsRequest
|
|
2619
2619
|
* @return ListWorkRequestErrorsResponse
|
|
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.88.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2622
2622
|
*/
|
|
2623
2623
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2624
2624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2687,7 +2687,7 @@ class AIServiceLanguageClient {
|
|
|
2687
2687
|
* @param ListWorkRequestLogsRequest
|
|
2688
2688
|
* @return ListWorkRequestLogsResponse
|
|
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.88.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2691
2691
|
*/
|
|
2692
2692
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2693
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2756,7 +2756,7 @@ class AIServiceLanguageClient {
|
|
|
2756
2756
|
* @param ListWorkRequestsRequest
|
|
2757
2757
|
* @return ListWorkRequestsResponse
|
|
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.88.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2760
2760
|
*/
|
|
2761
2761
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2762
2762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2825,7 +2825,7 @@ class AIServiceLanguageClient {
|
|
|
2825
2825
|
* @param UpdateEndpointRequest
|
|
2826
2826
|
* @return UpdateEndpointResponse
|
|
2827
2827
|
* @throws OciError when an error occurs
|
|
2828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
2829
2829
|
*/
|
|
2830
2830
|
updateEndpoint(updateEndpointRequest) {
|
|
2831
2831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2886,7 +2886,7 @@ class AIServiceLanguageClient {
|
|
|
2886
2886
|
* @param UpdateJobRequest
|
|
2887
2887
|
* @return UpdateJobResponse
|
|
2888
2888
|
* @throws OciError when an error occurs
|
|
2889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2890
2890
|
*/
|
|
2891
2891
|
updateJob(updateJobRequest) {
|
|
2892
2892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2951,7 +2951,7 @@ class AIServiceLanguageClient {
|
|
|
2951
2951
|
* @param UpdateModelRequest
|
|
2952
2952
|
* @return UpdateModelResponse
|
|
2953
2953
|
* @throws OciError when an error occurs
|
|
2954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
2955
2955
|
*/
|
|
2956
2956
|
updateModel(updateModelRequest) {
|
|
2957
2957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3012,7 +3012,7 @@ class AIServiceLanguageClient {
|
|
|
3012
3012
|
* @param UpdateProjectRequest
|
|
3013
3013
|
* @return UpdateProjectResponse
|
|
3014
3014
|
* @throws OciError when an error occurs
|
|
3015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
3016
3016
|
*/
|
|
3017
3017
|
updateProject(updateProjectRequest) {
|
|
3018
3018
|
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.88.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.88.0/ailanguage/BatchDetectHealthEntity.ts.html |here} to see how to use BatchDetectHealthEntityRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchDetectHealthEntityRequest 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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.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.88.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|