oci-ailanguage 2.78.0 → 2.79.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 +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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class AIServiceLanguageClient {
|
|
|
204
204
|
* @param BatchLanguageTranslationRequest
|
|
205
205
|
* @return BatchLanguageTranslationResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
208
208
|
*/
|
|
209
209
|
batchLanguageTranslation(batchLanguageTranslationRequest: requests.BatchLanguageTranslationRequest): Promise<responses.BatchLanguageTranslationResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class AIServiceLanguageClient {
|
|
|
213
213
|
* @param ChangeEndpointCompartmentRequest
|
|
214
214
|
* @return ChangeEndpointCompartmentResponse
|
|
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.79.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
217
217
|
*/
|
|
218
218
|
changeEndpointCompartment(changeEndpointCompartmentRequest: requests.ChangeEndpointCompartmentRequest): Promise<responses.ChangeEndpointCompartmentResponse>;
|
|
219
219
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class AIServiceLanguageClient {
|
|
|
222
222
|
* @param ChangeModelCompartmentRequest
|
|
223
223
|
* @return ChangeModelCompartmentResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
226
226
|
*/
|
|
227
227
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class AIServiceLanguageClient {
|
|
|
231
231
|
* @param ChangeProjectCompartmentRequest
|
|
232
232
|
* @return ChangeProjectCompartmentResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
235
235
|
*/
|
|
236
236
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
237
237
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class AIServiceLanguageClient {
|
|
|
241
241
|
* @param CreateEndpointRequest
|
|
242
242
|
* @return CreateEndpointResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
245
245
|
*/
|
|
246
246
|
createEndpoint(createEndpointRequest: requests.CreateEndpointRequest): Promise<responses.CreateEndpointResponse>;
|
|
247
247
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class AIServiceLanguageClient {
|
|
|
251
251
|
* @param CreateModelRequest
|
|
252
252
|
* @return CreateModelResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
255
255
|
*/
|
|
256
256
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
257
257
|
/**
|
|
@@ -261,7 +261,7 @@ export declare class AIServiceLanguageClient {
|
|
|
261
261
|
* @param CreateProjectRequest
|
|
262
262
|
* @return CreateProjectResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
265
265
|
*/
|
|
266
266
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
267
267
|
/**
|
|
@@ -270,7 +270,7 @@ export declare class AIServiceLanguageClient {
|
|
|
270
270
|
* @param DeleteEndpointRequest
|
|
271
271
|
* @return DeleteEndpointResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
274
274
|
*/
|
|
275
275
|
deleteEndpoint(deleteEndpointRequest: requests.DeleteEndpointRequest): Promise<responses.DeleteEndpointResponse>;
|
|
276
276
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class AIServiceLanguageClient {
|
|
|
279
279
|
* @param DeleteModelRequest
|
|
280
280
|
* @return DeleteModelResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
283
283
|
*/
|
|
284
284
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
285
285
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class AIServiceLanguageClient {
|
|
|
288
288
|
* @param DeleteProjectRequest
|
|
289
289
|
* @return DeleteProjectResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
292
292
|
*/
|
|
293
293
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
294
294
|
/**
|
|
@@ -304,7 +304,7 @@ export declare class AIServiceLanguageClient {
|
|
|
304
304
|
* @param DetectDominantLanguageRequest
|
|
305
305
|
* @return DetectDominantLanguageResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
308
308
|
*/
|
|
309
309
|
detectDominantLanguage(detectDominantLanguageRequest: requests.DetectDominantLanguageRequest): Promise<responses.DetectDominantLanguageResponse>;
|
|
310
310
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class AIServiceLanguageClient {
|
|
|
318
318
|
* @param DetectLanguageEntitiesRequest
|
|
319
319
|
* @return DetectLanguageEntitiesResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
322
322
|
*/
|
|
323
323
|
detectLanguageEntities(detectLanguageEntitiesRequest: requests.DetectLanguageEntitiesRequest): Promise<responses.DetectLanguageEntitiesResponse>;
|
|
324
324
|
/**
|
|
@@ -332,7 +332,7 @@ export declare class AIServiceLanguageClient {
|
|
|
332
332
|
* @param DetectLanguageKeyPhrasesRequest
|
|
333
333
|
* @return DetectLanguageKeyPhrasesResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
336
336
|
*/
|
|
337
337
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest: requests.DetectLanguageKeyPhrasesRequest): Promise<responses.DetectLanguageKeyPhrasesResponse>;
|
|
338
338
|
/**
|
|
@@ -352,7 +352,7 @@ export declare class AIServiceLanguageClient {
|
|
|
352
352
|
* @param DetectLanguageSentimentsRequest
|
|
353
353
|
* @return DetectLanguageSentimentsResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
356
356
|
*/
|
|
357
357
|
detectLanguageSentiments(detectLanguageSentimentsRequest: requests.DetectLanguageSentimentsRequest): Promise<responses.DetectLanguageSentimentsResponse>;
|
|
358
358
|
/**
|
|
@@ -368,7 +368,7 @@ export declare class AIServiceLanguageClient {
|
|
|
368
368
|
* @param DetectLanguageTextClassificationRequest
|
|
369
369
|
* @return DetectLanguageTextClassificationResponse
|
|
370
370
|
* @throws OciError when an error occurs
|
|
371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
372
372
|
*/
|
|
373
373
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest: requests.DetectLanguageTextClassificationRequest): Promise<responses.DetectLanguageTextClassificationResponse>;
|
|
374
374
|
/**
|
|
@@ -377,7 +377,7 @@ export declare class AIServiceLanguageClient {
|
|
|
377
377
|
* @param GetEndpointRequest
|
|
378
378
|
* @return GetEndpointResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
381
381
|
*/
|
|
382
382
|
getEndpoint(getEndpointRequest: requests.GetEndpointRequest): Promise<responses.GetEndpointResponse>;
|
|
383
383
|
/**
|
|
@@ -386,7 +386,7 @@ export declare class AIServiceLanguageClient {
|
|
|
386
386
|
* @param GetModelRequest
|
|
387
387
|
* @return GetModelResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
390
390
|
*/
|
|
391
391
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
392
392
|
/**
|
|
@@ -395,7 +395,7 @@ export declare class AIServiceLanguageClient {
|
|
|
395
395
|
* @param GetModelTypeRequest
|
|
396
396
|
* @return GetModelTypeResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
399
399
|
*/
|
|
400
400
|
getModelType(getModelTypeRequest: requests.GetModelTypeRequest): Promise<responses.GetModelTypeResponse>;
|
|
401
401
|
/**
|
|
@@ -404,7 +404,7 @@ export declare class AIServiceLanguageClient {
|
|
|
404
404
|
* @param GetProjectRequest
|
|
405
405
|
* @return GetProjectResponse
|
|
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.79.0/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
408
408
|
*/
|
|
409
409
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
410
410
|
/**
|
|
@@ -413,7 +413,7 @@ export declare class AIServiceLanguageClient {
|
|
|
413
413
|
* @param GetWorkRequestRequest
|
|
414
414
|
* @return GetWorkRequestResponse
|
|
415
415
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
417
417
|
*/
|
|
418
418
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
419
419
|
/**
|
|
@@ -423,7 +423,7 @@ export declare class AIServiceLanguageClient {
|
|
|
423
423
|
* @param ListEndpointsRequest
|
|
424
424
|
* @return ListEndpointsResponse
|
|
425
425
|
* @throws OciError when an error occurs
|
|
426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
427
427
|
*/
|
|
428
428
|
listEndpoints(listEndpointsRequest: requests.ListEndpointsRequest): Promise<responses.ListEndpointsResponse>;
|
|
429
429
|
/**
|
|
@@ -432,7 +432,7 @@ export declare class AIServiceLanguageClient {
|
|
|
432
432
|
* @param ListEvaluationResultsRequest
|
|
433
433
|
* @return ListEvaluationResultsResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
436
436
|
*/
|
|
437
437
|
listEvaluationResults(listEvaluationResultsRequest: requests.ListEvaluationResultsRequest): Promise<responses.ListEvaluationResultsResponse>;
|
|
438
438
|
/**
|
|
@@ -442,7 +442,7 @@ export declare class AIServiceLanguageClient {
|
|
|
442
442
|
* @param ListModelsRequest
|
|
443
443
|
* @return ListModelsResponse
|
|
444
444
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
446
446
|
*/
|
|
447
447
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
448
448
|
/**
|
|
@@ -452,7 +452,7 @@ export declare class AIServiceLanguageClient {
|
|
|
452
452
|
* @param ListProjectsRequest
|
|
453
453
|
* @return ListProjectsResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
456
456
|
*/
|
|
457
457
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
458
458
|
/**
|
|
@@ -462,7 +462,7 @@ export declare class AIServiceLanguageClient {
|
|
|
462
462
|
* @param ListWorkRequestErrorsRequest
|
|
463
463
|
* @return ListWorkRequestErrorsResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
466
466
|
*/
|
|
467
467
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
468
468
|
/**
|
|
@@ -472,7 +472,7 @@ export declare class AIServiceLanguageClient {
|
|
|
472
472
|
* @param ListWorkRequestLogsRequest
|
|
473
473
|
* @return ListWorkRequestLogsResponse
|
|
474
474
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
476
476
|
*/
|
|
477
477
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
478
478
|
/**
|
|
@@ -482,7 +482,7 @@ export declare class AIServiceLanguageClient {
|
|
|
482
482
|
* @param ListWorkRequestsRequest
|
|
483
483
|
* @return ListWorkRequestsResponse
|
|
484
484
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
486
486
|
*/
|
|
487
487
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
488
488
|
/**
|
|
@@ -491,7 +491,7 @@ export declare class AIServiceLanguageClient {
|
|
|
491
491
|
* @param UpdateEndpointRequest
|
|
492
492
|
* @return UpdateEndpointResponse
|
|
493
493
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
495
495
|
*/
|
|
496
496
|
updateEndpoint(updateEndpointRequest: requests.UpdateEndpointRequest): Promise<responses.UpdateEndpointResponse>;
|
|
497
497
|
/**
|
|
@@ -500,7 +500,7 @@ export declare class AIServiceLanguageClient {
|
|
|
500
500
|
* @param UpdateModelRequest
|
|
501
501
|
* @return UpdateModelResponse
|
|
502
502
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
504
504
|
*/
|
|
505
505
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
506
506
|
/**
|
|
@@ -509,7 +509,7 @@ export declare class AIServiceLanguageClient {
|
|
|
509
509
|
* @param UpdateProjectRequest
|
|
510
510
|
* @return UpdateProjectResponse
|
|
511
511
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
513
513
|
*/
|
|
514
514
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
515
515
|
}
|
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.79.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguage API.
|
|
211
211
|
*/
|
|
212
212
|
batchDetectDominantLanguage(batchDetectDominantLanguageRequest) {
|
|
213
213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -272,7 +272,7 @@ class AIServiceLanguageClient {
|
|
|
272
272
|
* @param BatchDetectLanguageEntitiesRequest
|
|
273
273
|
* @return BatchDetectLanguageEntitiesResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntities API.
|
|
276
276
|
*/
|
|
277
277
|
batchDetectLanguageEntities(batchDetectLanguageEntitiesRequest) {
|
|
278
278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -335,7 +335,7 @@ class AIServiceLanguageClient {
|
|
|
335
335
|
* @param BatchDetectLanguageKeyPhrasesRequest
|
|
336
336
|
* @return BatchDetectLanguageKeyPhrasesResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrases API.
|
|
339
339
|
*/
|
|
340
340
|
batchDetectLanguageKeyPhrases(batchDetectLanguageKeyPhrasesRequest) {
|
|
341
341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -398,7 +398,7 @@ class AIServiceLanguageClient {
|
|
|
398
398
|
* @param BatchDetectLanguagePiiEntitiesRequest
|
|
399
399
|
* @return BatchDetectLanguagePiiEntitiesResponse
|
|
400
400
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntities API.
|
|
402
402
|
*/
|
|
403
403
|
batchDetectLanguagePiiEntities(batchDetectLanguagePiiEntitiesRequest) {
|
|
404
404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -467,7 +467,7 @@ class AIServiceLanguageClient {
|
|
|
467
467
|
* @param BatchDetectLanguageSentimentsRequest
|
|
468
468
|
* @return BatchDetectLanguageSentimentsResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentiments API.
|
|
471
471
|
*/
|
|
472
472
|
batchDetectLanguageSentiments(batchDetectLanguageSentimentsRequest) {
|
|
473
473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -536,7 +536,7 @@ class AIServiceLanguageClient {
|
|
|
536
536
|
* @param BatchDetectLanguageTextClassificationRequest
|
|
537
537
|
* @return BatchDetectLanguageTextClassificationResponse
|
|
538
538
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassification API.
|
|
540
540
|
*/
|
|
541
541
|
batchDetectLanguageTextClassification(batchDetectLanguageTextClassificationRequest) {
|
|
542
542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -599,7 +599,7 @@ class AIServiceLanguageClient {
|
|
|
599
599
|
* @param BatchLanguageTranslationRequest
|
|
600
600
|
* @return BatchLanguageTranslationResponse
|
|
601
601
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
603
603
|
*/
|
|
604
604
|
batchLanguageTranslation(batchLanguageTranslationRequest) {
|
|
605
605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -656,7 +656,7 @@ class AIServiceLanguageClient {
|
|
|
656
656
|
* @param ChangeEndpointCompartmentRequest
|
|
657
657
|
* @return ChangeEndpointCompartmentResponse
|
|
658
658
|
* @throws OciError when an error occurs
|
|
659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
660
660
|
*/
|
|
661
661
|
changeEndpointCompartment(changeEndpointCompartmentRequest) {
|
|
662
662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -713,7 +713,7 @@ class AIServiceLanguageClient {
|
|
|
713
713
|
* @param ChangeModelCompartmentRequest
|
|
714
714
|
* @return ChangeModelCompartmentResponse
|
|
715
715
|
* @throws OciError when an error occurs
|
|
716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
717
717
|
*/
|
|
718
718
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
719
719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -770,7 +770,7 @@ class AIServiceLanguageClient {
|
|
|
770
770
|
* @param ChangeProjectCompartmentRequest
|
|
771
771
|
* @return ChangeProjectCompartmentResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
774
774
|
*/
|
|
775
775
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
776
776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -828,7 +828,7 @@ class AIServiceLanguageClient {
|
|
|
828
828
|
* @param CreateEndpointRequest
|
|
829
829
|
* @return CreateEndpointResponse
|
|
830
830
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
832
832
|
*/
|
|
833
833
|
createEndpoint(createEndpointRequest) {
|
|
834
834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -902,7 +902,7 @@ class AIServiceLanguageClient {
|
|
|
902
902
|
* @param CreateModelRequest
|
|
903
903
|
* @return CreateModelResponse
|
|
904
904
|
* @throws OciError when an error occurs
|
|
905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
906
906
|
*/
|
|
907
907
|
createModel(createModelRequest) {
|
|
908
908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -976,7 +976,7 @@ class AIServiceLanguageClient {
|
|
|
976
976
|
* @param CreateProjectRequest
|
|
977
977
|
* @return CreateProjectResponse
|
|
978
978
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
980
980
|
*/
|
|
981
981
|
createProject(createProjectRequest) {
|
|
982
982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1044,7 +1044,7 @@ class AIServiceLanguageClient {
|
|
|
1044
1044
|
* @param DeleteEndpointRequest
|
|
1045
1045
|
* @return DeleteEndpointResponse
|
|
1046
1046
|
* @throws OciError when an error occurs
|
|
1047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
1048
1048
|
*/
|
|
1049
1049
|
deleteEndpoint(deleteEndpointRequest) {
|
|
1050
1050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1104,7 +1104,7 @@ class AIServiceLanguageClient {
|
|
|
1104
1104
|
* @param DeleteModelRequest
|
|
1105
1105
|
* @return DeleteModelResponse
|
|
1106
1106
|
* @throws OciError when an error occurs
|
|
1107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1108
1108
|
*/
|
|
1109
1109
|
deleteModel(deleteModelRequest) {
|
|
1110
1110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1164,7 +1164,7 @@ class AIServiceLanguageClient {
|
|
|
1164
1164
|
* @param DeleteProjectRequest
|
|
1165
1165
|
* @return DeleteProjectResponse
|
|
1166
1166
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1168
1168
|
*/
|
|
1169
1169
|
deleteProject(deleteProjectRequest) {
|
|
1170
1170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1231,7 +1231,7 @@ class AIServiceLanguageClient {
|
|
|
1231
1231
|
* @param DetectDominantLanguageRequest
|
|
1232
1232
|
* @return DetectDominantLanguageResponse
|
|
1233
1233
|
* @throws OciError when an error occurs
|
|
1234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
1235
1235
|
*/
|
|
1236
1236
|
detectDominantLanguage(detectDominantLanguageRequest) {
|
|
1237
1237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1298,7 +1298,7 @@ class AIServiceLanguageClient {
|
|
|
1298
1298
|
* @param DetectLanguageEntitiesRequest
|
|
1299
1299
|
* @return DetectLanguageEntitiesResponse
|
|
1300
1300
|
* @throws OciError when an error occurs
|
|
1301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
1302
1302
|
*/
|
|
1303
1303
|
detectLanguageEntities(detectLanguageEntitiesRequest) {
|
|
1304
1304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1368,7 +1368,7 @@ class AIServiceLanguageClient {
|
|
|
1368
1368
|
* @param DetectLanguageKeyPhrasesRequest
|
|
1369
1369
|
* @return DetectLanguageKeyPhrasesResponse
|
|
1370
1370
|
* @throws OciError when an error occurs
|
|
1371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
1372
1372
|
*/
|
|
1373
1373
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest) {
|
|
1374
1374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1441,7 +1441,7 @@ class AIServiceLanguageClient {
|
|
|
1441
1441
|
* @param DetectLanguageSentimentsRequest
|
|
1442
1442
|
* @return DetectLanguageSentimentsResponse
|
|
1443
1443
|
* @throws OciError when an error occurs
|
|
1444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
1445
1445
|
*/
|
|
1446
1446
|
detectLanguageSentiments(detectLanguageSentimentsRequest) {
|
|
1447
1447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1510,7 +1510,7 @@ class AIServiceLanguageClient {
|
|
|
1510
1510
|
* @param DetectLanguageTextClassificationRequest
|
|
1511
1511
|
* @return DetectLanguageTextClassificationResponse
|
|
1512
1512
|
* @throws OciError when an error occurs
|
|
1513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
1514
1514
|
*/
|
|
1515
1515
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest) {
|
|
1516
1516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1572,7 +1572,7 @@ class AIServiceLanguageClient {
|
|
|
1572
1572
|
* @param GetEndpointRequest
|
|
1573
1573
|
* @return GetEndpointResponse
|
|
1574
1574
|
* @throws OciError when an error occurs
|
|
1575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
1576
1576
|
*/
|
|
1577
1577
|
getEndpoint(getEndpointRequest) {
|
|
1578
1578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1635,7 +1635,7 @@ class AIServiceLanguageClient {
|
|
|
1635
1635
|
* @param GetModelRequest
|
|
1636
1636
|
* @return GetModelResponse
|
|
1637
1637
|
* @throws OciError when an error occurs
|
|
1638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
1639
1639
|
*/
|
|
1640
1640
|
getModel(getModelRequest) {
|
|
1641
1641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1698,7 +1698,7 @@ class AIServiceLanguageClient {
|
|
|
1698
1698
|
* @param GetModelTypeRequest
|
|
1699
1699
|
* @return GetModelTypeResponse
|
|
1700
1700
|
* @throws OciError when an error occurs
|
|
1701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
1702
1702
|
*/
|
|
1703
1703
|
getModelType(getModelTypeRequest) {
|
|
1704
1704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1756,7 +1756,7 @@ class AIServiceLanguageClient {
|
|
|
1756
1756
|
* @param GetProjectRequest
|
|
1757
1757
|
* @return GetProjectResponse
|
|
1758
1758
|
* @throws OciError when an error occurs
|
|
1759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
1760
1760
|
*/
|
|
1761
1761
|
getProject(getProjectRequest) {
|
|
1762
1762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1819,7 +1819,7 @@ class AIServiceLanguageClient {
|
|
|
1819
1819
|
* @param GetWorkRequestRequest
|
|
1820
1820
|
* @return GetWorkRequestResponse
|
|
1821
1821
|
* @throws OciError when an error occurs
|
|
1822
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1823
1823
|
*/
|
|
1824
1824
|
getWorkRequest(getWorkRequestRequest) {
|
|
1825
1825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1883,7 +1883,7 @@ class AIServiceLanguageClient {
|
|
|
1883
1883
|
* @param ListEndpointsRequest
|
|
1884
1884
|
* @return ListEndpointsResponse
|
|
1885
1885
|
* @throws OciError when an error occurs
|
|
1886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
1887
1887
|
*/
|
|
1888
1888
|
listEndpoints(listEndpointsRequest) {
|
|
1889
1889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1955,7 +1955,7 @@ class AIServiceLanguageClient {
|
|
|
1955
1955
|
* @param ListEvaluationResultsRequest
|
|
1956
1956
|
* @return ListEvaluationResultsResponse
|
|
1957
1957
|
* @throws OciError when an error occurs
|
|
1958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
1959
1959
|
*/
|
|
1960
1960
|
listEvaluationResults(listEvaluationResultsRequest) {
|
|
1961
1961
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2022,7 +2022,7 @@ class AIServiceLanguageClient {
|
|
|
2022
2022
|
* @param ListModelsRequest
|
|
2023
2023
|
* @return ListModelsResponse
|
|
2024
2024
|
* @throws OciError when an error occurs
|
|
2025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
2026
2026
|
*/
|
|
2027
2027
|
listModels(listModelsRequest) {
|
|
2028
2028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2094,7 +2094,7 @@ class AIServiceLanguageClient {
|
|
|
2094
2094
|
* @param ListProjectsRequest
|
|
2095
2095
|
* @return ListProjectsResponse
|
|
2096
2096
|
* @throws OciError when an error occurs
|
|
2097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
2098
2098
|
*/
|
|
2099
2099
|
listProjects(listProjectsRequest) {
|
|
2100
2100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2165,7 +2165,7 @@ class AIServiceLanguageClient {
|
|
|
2165
2165
|
* @param ListWorkRequestErrorsRequest
|
|
2166
2166
|
* @return ListWorkRequestErrorsResponse
|
|
2167
2167
|
* @throws OciError when an error occurs
|
|
2168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2169
2169
|
*/
|
|
2170
2170
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2171
2171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2234,7 +2234,7 @@ class AIServiceLanguageClient {
|
|
|
2234
2234
|
* @param ListWorkRequestLogsRequest
|
|
2235
2235
|
* @return ListWorkRequestLogsResponse
|
|
2236
2236
|
* @throws OciError when an error occurs
|
|
2237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2238
2238
|
*/
|
|
2239
2239
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2240
2240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2303,7 +2303,7 @@ class AIServiceLanguageClient {
|
|
|
2303
2303
|
* @param ListWorkRequestsRequest
|
|
2304
2304
|
* @return ListWorkRequestsResponse
|
|
2305
2305
|
* @throws OciError when an error occurs
|
|
2306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2307
2307
|
*/
|
|
2308
2308
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2309
2309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2372,7 +2372,7 @@ class AIServiceLanguageClient {
|
|
|
2372
2372
|
* @param UpdateEndpointRequest
|
|
2373
2373
|
* @return UpdateEndpointResponse
|
|
2374
2374
|
* @throws OciError when an error occurs
|
|
2375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
2376
2376
|
*/
|
|
2377
2377
|
updateEndpoint(updateEndpointRequest) {
|
|
2378
2378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2433,7 +2433,7 @@ class AIServiceLanguageClient {
|
|
|
2433
2433
|
* @param UpdateModelRequest
|
|
2434
2434
|
* @return UpdateModelResponse
|
|
2435
2435
|
* @throws OciError when an error occurs
|
|
2436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
2437
2437
|
*/
|
|
2438
2438
|
updateModel(updateModelRequest) {
|
|
2439
2439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2494,7 +2494,7 @@ class AIServiceLanguageClient {
|
|
|
2494
2494
|
* @param UpdateProjectRequest
|
|
2495
2495
|
* @return UpdateProjectResponse
|
|
2496
2496
|
* @throws OciError when an error occurs
|
|
2497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
2498
2498
|
*/
|
|
2499
2499
|
updateProject(updateProjectRequest) {
|
|
2500
2500
|
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.79.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.79.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.79.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.79.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.79.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.79.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.79.0/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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DetectDominantLanguageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0/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.79.0",
|
|
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.79.0",
|
|
19
|
+
"oci-workrequests": "2.79.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|