oci-ailanguage 2.80.0 → 2.82.1
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 +36 -36
- package/lib/client.js +36 -36
- 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/change-endpoint-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-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-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-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-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-model-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ export declare class AIServiceLanguageClient {
|
|
|
102
102
|
* @param BatchDetectDominantLanguageRequest
|
|
103
103
|
* @return BatchDetectDominantLanguageResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguage API.
|
|
106
106
|
*/
|
|
107
107
|
batchDetectDominantLanguage(batchDetectDominantLanguageRequest: requests.BatchDetectDominantLanguageRequest): Promise<responses.BatchDetectDominantLanguageResponse>;
|
|
108
108
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class AIServiceLanguageClient {
|
|
|
119
119
|
* @param BatchDetectLanguageEntitiesRequest
|
|
120
120
|
* @return BatchDetectLanguageEntitiesResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntities API.
|
|
123
123
|
*/
|
|
124
124
|
batchDetectLanguageEntities(batchDetectLanguageEntitiesRequest: requests.BatchDetectLanguageEntitiesRequest): Promise<responses.BatchDetectLanguageEntitiesResponse>;
|
|
125
125
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class AIServiceLanguageClient {
|
|
|
134
134
|
* @param BatchDetectLanguageKeyPhrasesRequest
|
|
135
135
|
* @return BatchDetectLanguageKeyPhrasesResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrases API.
|
|
138
138
|
*/
|
|
139
139
|
batchDetectLanguageKeyPhrases(batchDetectLanguageKeyPhrasesRequest: requests.BatchDetectLanguageKeyPhrasesRequest): Promise<responses.BatchDetectLanguageKeyPhrasesResponse>;
|
|
140
140
|
/**
|
|
@@ -149,7 +149,7 @@ export declare class AIServiceLanguageClient {
|
|
|
149
149
|
* @param BatchDetectLanguagePiiEntitiesRequest
|
|
150
150
|
* @return BatchDetectLanguagePiiEntitiesResponse
|
|
151
151
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntities API.
|
|
153
153
|
*/
|
|
154
154
|
batchDetectLanguagePiiEntities(batchDetectLanguagePiiEntitiesRequest: requests.BatchDetectLanguagePiiEntitiesRequest): Promise<responses.BatchDetectLanguagePiiEntitiesResponse>;
|
|
155
155
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class AIServiceLanguageClient {
|
|
|
170
170
|
* @param BatchDetectLanguageSentimentsRequest
|
|
171
171
|
* @return BatchDetectLanguageSentimentsResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentiments API.
|
|
174
174
|
*/
|
|
175
175
|
batchDetectLanguageSentiments(batchDetectLanguageSentimentsRequest: requests.BatchDetectLanguageSentimentsRequest): Promise<responses.BatchDetectLanguageSentimentsResponse>;
|
|
176
176
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class AIServiceLanguageClient {
|
|
|
189
189
|
* @param BatchDetectLanguageTextClassificationRequest
|
|
190
190
|
* @return BatchDetectLanguageTextClassificationResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassification API.
|
|
193
193
|
*/
|
|
194
194
|
batchDetectLanguageTextClassification(batchDetectLanguageTextClassificationRequest: requests.BatchDetectLanguageTextClassificationRequest): Promise<responses.BatchDetectLanguageTextClassificationResponse>;
|
|
195
195
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class AIServiceLanguageClient {
|
|
|
203
203
|
* @param BatchLanguageTranslationRequest
|
|
204
204
|
* @return BatchLanguageTranslationResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
207
207
|
*/
|
|
208
208
|
batchLanguageTranslation(batchLanguageTranslationRequest: requests.BatchLanguageTranslationRequest): Promise<responses.BatchLanguageTranslationResponse>;
|
|
209
209
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class AIServiceLanguageClient {
|
|
|
212
212
|
* @param ChangeEndpointCompartmentRequest
|
|
213
213
|
* @return ChangeEndpointCompartmentResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
216
216
|
*/
|
|
217
217
|
changeEndpointCompartment(changeEndpointCompartmentRequest: requests.ChangeEndpointCompartmentRequest): Promise<responses.ChangeEndpointCompartmentResponse>;
|
|
218
218
|
/**
|
|
@@ -221,7 +221,7 @@ export declare class AIServiceLanguageClient {
|
|
|
221
221
|
* @param ChangeModelCompartmentRequest
|
|
222
222
|
* @return ChangeModelCompartmentResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
225
225
|
*/
|
|
226
226
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
227
227
|
/**
|
|
@@ -230,7 +230,7 @@ export declare class AIServiceLanguageClient {
|
|
|
230
230
|
* @param ChangeProjectCompartmentRequest
|
|
231
231
|
* @return ChangeProjectCompartmentResponse
|
|
232
232
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
234
234
|
*/
|
|
235
235
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
236
236
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class AIServiceLanguageClient {
|
|
|
240
240
|
* @param CreateEndpointRequest
|
|
241
241
|
* @return CreateEndpointResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
244
244
|
*/
|
|
245
245
|
createEndpoint(createEndpointRequest: requests.CreateEndpointRequest): Promise<responses.CreateEndpointResponse>;
|
|
246
246
|
/**
|
|
@@ -250,7 +250,7 @@ export declare class AIServiceLanguageClient {
|
|
|
250
250
|
* @param CreateModelRequest
|
|
251
251
|
* @return CreateModelResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
254
254
|
*/
|
|
255
255
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
256
256
|
/**
|
|
@@ -260,7 +260,7 @@ export declare class AIServiceLanguageClient {
|
|
|
260
260
|
* @param CreateProjectRequest
|
|
261
261
|
* @return CreateProjectResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
264
264
|
*/
|
|
265
265
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
266
266
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class AIServiceLanguageClient {
|
|
|
269
269
|
* @param DeleteEndpointRequest
|
|
270
270
|
* @return DeleteEndpointResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
273
273
|
*/
|
|
274
274
|
deleteEndpoint(deleteEndpointRequest: requests.DeleteEndpointRequest): Promise<responses.DeleteEndpointResponse>;
|
|
275
275
|
/**
|
|
@@ -278,7 +278,7 @@ export declare class AIServiceLanguageClient {
|
|
|
278
278
|
* @param DeleteModelRequest
|
|
279
279
|
* @return DeleteModelResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
282
282
|
*/
|
|
283
283
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
284
284
|
/**
|
|
@@ -287,7 +287,7 @@ export declare class AIServiceLanguageClient {
|
|
|
287
287
|
* @param DeleteProjectRequest
|
|
288
288
|
* @return DeleteProjectResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
291
291
|
*/
|
|
292
292
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
293
293
|
/**
|
|
@@ -305,7 +305,7 @@ export declare class AIServiceLanguageClient {
|
|
|
305
305
|
* @param DetectDominantLanguageRequest
|
|
306
306
|
* @return DetectDominantLanguageResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
309
309
|
*/
|
|
310
310
|
detectDominantLanguage(detectDominantLanguageRequest: requests.DetectDominantLanguageRequest): Promise<responses.DetectDominantLanguageResponse>;
|
|
311
311
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class AIServiceLanguageClient {
|
|
|
321
321
|
* @param DetectLanguageEntitiesRequest
|
|
322
322
|
* @return DetectLanguageEntitiesResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
325
325
|
*/
|
|
326
326
|
detectLanguageEntities(detectLanguageEntitiesRequest: requests.DetectLanguageEntitiesRequest): Promise<responses.DetectLanguageEntitiesResponse>;
|
|
327
327
|
/**
|
|
@@ -336,7 +336,7 @@ export declare class AIServiceLanguageClient {
|
|
|
336
336
|
* @param DetectLanguageKeyPhrasesRequest
|
|
337
337
|
* @return DetectLanguageKeyPhrasesResponse
|
|
338
338
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
340
340
|
*/
|
|
341
341
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest: requests.DetectLanguageKeyPhrasesRequest): Promise<responses.DetectLanguageKeyPhrasesResponse>;
|
|
342
342
|
/**
|
|
@@ -358,7 +358,7 @@ export declare class AIServiceLanguageClient {
|
|
|
358
358
|
* @param DetectLanguageSentimentsRequest
|
|
359
359
|
* @return DetectLanguageSentimentsResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
362
362
|
*/
|
|
363
363
|
detectLanguageSentiments(detectLanguageSentimentsRequest: requests.DetectLanguageSentimentsRequest): Promise<responses.DetectLanguageSentimentsResponse>;
|
|
364
364
|
/**
|
|
@@ -376,7 +376,7 @@ export declare class AIServiceLanguageClient {
|
|
|
376
376
|
* @param DetectLanguageTextClassificationRequest
|
|
377
377
|
* @return DetectLanguageTextClassificationResponse
|
|
378
378
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
380
380
|
*/
|
|
381
381
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest: requests.DetectLanguageTextClassificationRequest): Promise<responses.DetectLanguageTextClassificationResponse>;
|
|
382
382
|
/**
|
|
@@ -385,7 +385,7 @@ export declare class AIServiceLanguageClient {
|
|
|
385
385
|
* @param GetEndpointRequest
|
|
386
386
|
* @return GetEndpointResponse
|
|
387
387
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
389
389
|
*/
|
|
390
390
|
getEndpoint(getEndpointRequest: requests.GetEndpointRequest): Promise<responses.GetEndpointResponse>;
|
|
391
391
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class AIServiceLanguageClient {
|
|
|
394
394
|
* @param GetModelRequest
|
|
395
395
|
* @return GetModelResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
398
398
|
*/
|
|
399
399
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
400
400
|
/**
|
|
@@ -403,7 +403,7 @@ export declare class AIServiceLanguageClient {
|
|
|
403
403
|
* @param GetModelTypeRequest
|
|
404
404
|
* @return GetModelTypeResponse
|
|
405
405
|
* @throws OciError when an error occurs
|
|
406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
407
407
|
*/
|
|
408
408
|
getModelType(getModelTypeRequest: requests.GetModelTypeRequest): Promise<responses.GetModelTypeResponse>;
|
|
409
409
|
/**
|
|
@@ -412,7 +412,7 @@ export declare class AIServiceLanguageClient {
|
|
|
412
412
|
* @param GetProjectRequest
|
|
413
413
|
* @return GetProjectResponse
|
|
414
414
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
416
416
|
*/
|
|
417
417
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
418
418
|
/**
|
|
@@ -421,7 +421,7 @@ export declare class AIServiceLanguageClient {
|
|
|
421
421
|
* @param GetWorkRequestRequest
|
|
422
422
|
* @return GetWorkRequestResponse
|
|
423
423
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
425
425
|
*/
|
|
426
426
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
427
427
|
/**
|
|
@@ -431,7 +431,7 @@ export declare class AIServiceLanguageClient {
|
|
|
431
431
|
* @param ListEndpointsRequest
|
|
432
432
|
* @return ListEndpointsResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
435
435
|
*/
|
|
436
436
|
listEndpoints(listEndpointsRequest: requests.ListEndpointsRequest): Promise<responses.ListEndpointsResponse>;
|
|
437
437
|
/**
|
|
@@ -440,7 +440,7 @@ export declare class AIServiceLanguageClient {
|
|
|
440
440
|
* @param ListEvaluationResultsRequest
|
|
441
441
|
* @return ListEvaluationResultsResponse
|
|
442
442
|
* @throws OciError when an error occurs
|
|
443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
444
444
|
*/
|
|
445
445
|
listEvaluationResults(listEvaluationResultsRequest: requests.ListEvaluationResultsRequest): Promise<responses.ListEvaluationResultsResponse>;
|
|
446
446
|
/**
|
|
@@ -450,7 +450,7 @@ export declare class AIServiceLanguageClient {
|
|
|
450
450
|
* @param ListModelsRequest
|
|
451
451
|
* @return ListModelsResponse
|
|
452
452
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
454
454
|
*/
|
|
455
455
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
456
456
|
/**
|
|
@@ -460,7 +460,7 @@ export declare class AIServiceLanguageClient {
|
|
|
460
460
|
* @param ListProjectsRequest
|
|
461
461
|
* @return ListProjectsResponse
|
|
462
462
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
464
464
|
*/
|
|
465
465
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
466
466
|
/**
|
|
@@ -470,7 +470,7 @@ export declare class AIServiceLanguageClient {
|
|
|
470
470
|
* @param ListWorkRequestErrorsRequest
|
|
471
471
|
* @return ListWorkRequestErrorsResponse
|
|
472
472
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
474
474
|
*/
|
|
475
475
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
476
476
|
/**
|
|
@@ -480,7 +480,7 @@ export declare class AIServiceLanguageClient {
|
|
|
480
480
|
* @param ListWorkRequestLogsRequest
|
|
481
481
|
* @return ListWorkRequestLogsResponse
|
|
482
482
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
484
484
|
*/
|
|
485
485
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
486
486
|
/**
|
|
@@ -490,7 +490,7 @@ export declare class AIServiceLanguageClient {
|
|
|
490
490
|
* @param ListWorkRequestsRequest
|
|
491
491
|
* @return ListWorkRequestsResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
494
494
|
*/
|
|
495
495
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
496
496
|
/**
|
|
@@ -499,7 +499,7 @@ export declare class AIServiceLanguageClient {
|
|
|
499
499
|
* @param UpdateEndpointRequest
|
|
500
500
|
* @return UpdateEndpointResponse
|
|
501
501
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
503
503
|
*/
|
|
504
504
|
updateEndpoint(updateEndpointRequest: requests.UpdateEndpointRequest): Promise<responses.UpdateEndpointResponse>;
|
|
505
505
|
/**
|
|
@@ -508,7 +508,7 @@ export declare class AIServiceLanguageClient {
|
|
|
508
508
|
* @param UpdateModelRequest
|
|
509
509
|
* @return UpdateModelResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
512
512
|
*/
|
|
513
513
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
514
514
|
/**
|
|
@@ -517,7 +517,7 @@ export declare class AIServiceLanguageClient {
|
|
|
517
517
|
* @param UpdateProjectRequest
|
|
518
518
|
* @return UpdateProjectResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
521
521
|
*/
|
|
522
522
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
523
523
|
}
|
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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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 ChangeEndpointCompartmentRequest
|
|
656
656
|
* @return ChangeEndpointCompartmentResponse
|
|
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.82.1/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
659
659
|
*/
|
|
660
660
|
changeEndpointCompartment(changeEndpointCompartmentRequest) {
|
|
661
661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -712,7 +712,7 @@ class AIServiceLanguageClient {
|
|
|
712
712
|
* @param ChangeModelCompartmentRequest
|
|
713
713
|
* @return ChangeModelCompartmentResponse
|
|
714
714
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
716
716
|
*/
|
|
717
717
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
718
718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -769,7 +769,7 @@ class AIServiceLanguageClient {
|
|
|
769
769
|
* @param ChangeProjectCompartmentRequest
|
|
770
770
|
* @return ChangeProjectCompartmentResponse
|
|
771
771
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
773
773
|
*/
|
|
774
774
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
775
775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -827,7 +827,7 @@ class AIServiceLanguageClient {
|
|
|
827
827
|
* @param CreateEndpointRequest
|
|
828
828
|
* @return CreateEndpointResponse
|
|
829
829
|
* @throws OciError when an error occurs
|
|
830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
831
831
|
*/
|
|
832
832
|
createEndpoint(createEndpointRequest) {
|
|
833
833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -901,7 +901,7 @@ class AIServiceLanguageClient {
|
|
|
901
901
|
* @param CreateModelRequest
|
|
902
902
|
* @return CreateModelResponse
|
|
903
903
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
905
905
|
*/
|
|
906
906
|
createModel(createModelRequest) {
|
|
907
907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -975,7 +975,7 @@ class AIServiceLanguageClient {
|
|
|
975
975
|
* @param CreateProjectRequest
|
|
976
976
|
* @return CreateProjectResponse
|
|
977
977
|
* @throws OciError when an error occurs
|
|
978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
979
979
|
*/
|
|
980
980
|
createProject(createProjectRequest) {
|
|
981
981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1043,7 +1043,7 @@ class AIServiceLanguageClient {
|
|
|
1043
1043
|
* @param DeleteEndpointRequest
|
|
1044
1044
|
* @return DeleteEndpointResponse
|
|
1045
1045
|
* @throws OciError when an error occurs
|
|
1046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
1047
1047
|
*/
|
|
1048
1048
|
deleteEndpoint(deleteEndpointRequest) {
|
|
1049
1049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1103,7 +1103,7 @@ class AIServiceLanguageClient {
|
|
|
1103
1103
|
* @param DeleteModelRequest
|
|
1104
1104
|
* @return DeleteModelResponse
|
|
1105
1105
|
* @throws OciError when an error occurs
|
|
1106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1107
1107
|
*/
|
|
1108
1108
|
deleteModel(deleteModelRequest) {
|
|
1109
1109
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1163,7 +1163,7 @@ class AIServiceLanguageClient {
|
|
|
1163
1163
|
* @param DeleteProjectRequest
|
|
1164
1164
|
* @return DeleteProjectResponse
|
|
1165
1165
|
* @throws OciError when an error occurs
|
|
1166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1167
1167
|
*/
|
|
1168
1168
|
deleteProject(deleteProjectRequest) {
|
|
1169
1169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1232,7 +1232,7 @@ class AIServiceLanguageClient {
|
|
|
1232
1232
|
* @param DetectDominantLanguageRequest
|
|
1233
1233
|
* @return DetectDominantLanguageResponse
|
|
1234
1234
|
* @throws OciError when an error occurs
|
|
1235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
1236
1236
|
*/
|
|
1237
1237
|
detectDominantLanguage(detectDominantLanguageRequest) {
|
|
1238
1238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1301,7 +1301,7 @@ class AIServiceLanguageClient {
|
|
|
1301
1301
|
* @param DetectLanguageEntitiesRequest
|
|
1302
1302
|
* @return DetectLanguageEntitiesResponse
|
|
1303
1303
|
* @throws OciError when an error occurs
|
|
1304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
1305
1305
|
*/
|
|
1306
1306
|
detectLanguageEntities(detectLanguageEntitiesRequest) {
|
|
1307
1307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1372,7 +1372,7 @@ class AIServiceLanguageClient {
|
|
|
1372
1372
|
* @param DetectLanguageKeyPhrasesRequest
|
|
1373
1373
|
* @return DetectLanguageKeyPhrasesResponse
|
|
1374
1374
|
* @throws OciError when an error occurs
|
|
1375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
1376
1376
|
*/
|
|
1377
1377
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest) {
|
|
1378
1378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1447,7 +1447,7 @@ class AIServiceLanguageClient {
|
|
|
1447
1447
|
* @param DetectLanguageSentimentsRequest
|
|
1448
1448
|
* @return DetectLanguageSentimentsResponse
|
|
1449
1449
|
* @throws OciError when an error occurs
|
|
1450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
1451
1451
|
*/
|
|
1452
1452
|
detectLanguageSentiments(detectLanguageSentimentsRequest) {
|
|
1453
1453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1518,7 +1518,7 @@ class AIServiceLanguageClient {
|
|
|
1518
1518
|
* @param DetectLanguageTextClassificationRequest
|
|
1519
1519
|
* @return DetectLanguageTextClassificationResponse
|
|
1520
1520
|
* @throws OciError when an error occurs
|
|
1521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
1522
1522
|
*/
|
|
1523
1523
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest) {
|
|
1524
1524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1580,7 +1580,7 @@ class AIServiceLanguageClient {
|
|
|
1580
1580
|
* @param GetEndpointRequest
|
|
1581
1581
|
* @return GetEndpointResponse
|
|
1582
1582
|
* @throws OciError when an error occurs
|
|
1583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
1584
1584
|
*/
|
|
1585
1585
|
getEndpoint(getEndpointRequest) {
|
|
1586
1586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1643,7 +1643,7 @@ class AIServiceLanguageClient {
|
|
|
1643
1643
|
* @param GetModelRequest
|
|
1644
1644
|
* @return GetModelResponse
|
|
1645
1645
|
* @throws OciError when an error occurs
|
|
1646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
1647
1647
|
*/
|
|
1648
1648
|
getModel(getModelRequest) {
|
|
1649
1649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1706,7 +1706,7 @@ class AIServiceLanguageClient {
|
|
|
1706
1706
|
* @param GetModelTypeRequest
|
|
1707
1707
|
* @return GetModelTypeResponse
|
|
1708
1708
|
* @throws OciError when an error occurs
|
|
1709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
1710
1710
|
*/
|
|
1711
1711
|
getModelType(getModelTypeRequest) {
|
|
1712
1712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1764,7 +1764,7 @@ class AIServiceLanguageClient {
|
|
|
1764
1764
|
* @param GetProjectRequest
|
|
1765
1765
|
* @return GetProjectResponse
|
|
1766
1766
|
* @throws OciError when an error occurs
|
|
1767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
1768
1768
|
*/
|
|
1769
1769
|
getProject(getProjectRequest) {
|
|
1770
1770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1827,7 +1827,7 @@ class AIServiceLanguageClient {
|
|
|
1827
1827
|
* @param GetWorkRequestRequest
|
|
1828
1828
|
* @return GetWorkRequestResponse
|
|
1829
1829
|
* @throws OciError when an error occurs
|
|
1830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1831
1831
|
*/
|
|
1832
1832
|
getWorkRequest(getWorkRequestRequest) {
|
|
1833
1833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1891,7 +1891,7 @@ class AIServiceLanguageClient {
|
|
|
1891
1891
|
* @param ListEndpointsRequest
|
|
1892
1892
|
* @return ListEndpointsResponse
|
|
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.82.1/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
1895
1895
|
*/
|
|
1896
1896
|
listEndpoints(listEndpointsRequest) {
|
|
1897
1897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1963,7 +1963,7 @@ class AIServiceLanguageClient {
|
|
|
1963
1963
|
* @param ListEvaluationResultsRequest
|
|
1964
1964
|
* @return ListEvaluationResultsResponse
|
|
1965
1965
|
* @throws OciError when an error occurs
|
|
1966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
1967
1967
|
*/
|
|
1968
1968
|
listEvaluationResults(listEvaluationResultsRequest) {
|
|
1969
1969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2030,7 +2030,7 @@ class AIServiceLanguageClient {
|
|
|
2030
2030
|
* @param ListModelsRequest
|
|
2031
2031
|
* @return ListModelsResponse
|
|
2032
2032
|
* @throws OciError when an error occurs
|
|
2033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
2034
2034
|
*/
|
|
2035
2035
|
listModels(listModelsRequest) {
|
|
2036
2036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2102,7 +2102,7 @@ class AIServiceLanguageClient {
|
|
|
2102
2102
|
* @param ListProjectsRequest
|
|
2103
2103
|
* @return ListProjectsResponse
|
|
2104
2104
|
* @throws OciError when an error occurs
|
|
2105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
2106
2106
|
*/
|
|
2107
2107
|
listProjects(listProjectsRequest) {
|
|
2108
2108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2173,7 +2173,7 @@ class AIServiceLanguageClient {
|
|
|
2173
2173
|
* @param ListWorkRequestErrorsRequest
|
|
2174
2174
|
* @return ListWorkRequestErrorsResponse
|
|
2175
2175
|
* @throws OciError when an error occurs
|
|
2176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2177
2177
|
*/
|
|
2178
2178
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2179
2179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2242,7 +2242,7 @@ class AIServiceLanguageClient {
|
|
|
2242
2242
|
* @param ListWorkRequestLogsRequest
|
|
2243
2243
|
* @return ListWorkRequestLogsResponse
|
|
2244
2244
|
* @throws OciError when an error occurs
|
|
2245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2246
2246
|
*/
|
|
2247
2247
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2248
2248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2311,7 +2311,7 @@ class AIServiceLanguageClient {
|
|
|
2311
2311
|
* @param ListWorkRequestsRequest
|
|
2312
2312
|
* @return ListWorkRequestsResponse
|
|
2313
2313
|
* @throws OciError when an error occurs
|
|
2314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2315
2315
|
*/
|
|
2316
2316
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2317
2317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2380,7 +2380,7 @@ class AIServiceLanguageClient {
|
|
|
2380
2380
|
* @param UpdateEndpointRequest
|
|
2381
2381
|
* @return UpdateEndpointResponse
|
|
2382
2382
|
* @throws OciError when an error occurs
|
|
2383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
2384
2384
|
*/
|
|
2385
2385
|
updateEndpoint(updateEndpointRequest) {
|
|
2386
2386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2441,7 +2441,7 @@ class AIServiceLanguageClient {
|
|
|
2441
2441
|
* @param UpdateModelRequest
|
|
2442
2442
|
* @return UpdateModelResponse
|
|
2443
2443
|
* @throws OciError when an error occurs
|
|
2444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
2445
2445
|
*/
|
|
2446
2446
|
updateModel(updateModelRequest) {
|
|
2447
2447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2502,7 +2502,7 @@ class AIServiceLanguageClient {
|
|
|
2502
2502
|
* @param UpdateProjectRequest
|
|
2503
2503
|
* @return UpdateProjectResponse
|
|
2504
2504
|
* @throws OciError when an error occurs
|
|
2505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
2506
2506
|
*/
|
|
2507
2507
|
updateProject(updateProjectRequest) {
|
|
2508
2508
|
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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchLanguageTranslationRequest 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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/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.82.1/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntitiesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DetectLanguageEntitiesRequest 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.82.1/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrasesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DetectLanguageKeyPhrasesRequest 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.82.1/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentimentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DetectLanguageSentimentsRequest 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.82.1/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassificationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DetectLanguageTextClassificationRequest 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.82.1/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetEndpointRequest 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.82.1/ailanguage/GetModel.ts.html |here} to see how to use GetModelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetModelRequest 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.82.1/ailanguage/GetModelType.ts.html |here} to see how to use GetModelTypeRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetModelTypeRequest 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.82.1/ailanguage/GetProject.ts.html |here} to see how to use GetProjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProjectRequest 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.82.1/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.82.1/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpointsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListEndpointsRequest 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.82.1/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResultsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListEvaluationResultsRequest 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.82.1/ailanguage/ListModels.ts.html |here} to see how to use ListModelsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListModelsRequest 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.82.1/ailanguage/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListProjectsRequest 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.82.1/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest 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.82.1/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest 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.82.1/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest 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.82.1/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateEndpointRequest 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.82.1/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateModelRequest 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.82.1/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-ailanguage",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.82.1",
|
|
4
4
|
"description": "OCI NodeJS client for Ai Language Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.82.1",
|
|
19
|
+
"oci-workrequests": "2.82.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|