oci-ailanguage 2.72.0 → 2.73.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
|
@@ -97,7 +97,7 @@ export declare class AIServiceLanguageClient {
|
|
|
97
97
|
* @param BatchDetectDominantLanguageRequest
|
|
98
98
|
* @return BatchDetectDominantLanguageResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguage API.
|
|
101
101
|
*/
|
|
102
102
|
batchDetectDominantLanguage(batchDetectDominantLanguageRequest: requests.BatchDetectDominantLanguageRequest): Promise<responses.BatchDetectDominantLanguageResponse>;
|
|
103
103
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class AIServiceLanguageClient {
|
|
|
114
114
|
* @param BatchDetectLanguageEntitiesRequest
|
|
115
115
|
* @return BatchDetectLanguageEntitiesResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntities API.
|
|
118
118
|
*/
|
|
119
119
|
batchDetectLanguageEntities(batchDetectLanguageEntitiesRequest: requests.BatchDetectLanguageEntitiesRequest): Promise<responses.BatchDetectLanguageEntitiesResponse>;
|
|
120
120
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class AIServiceLanguageClient {
|
|
|
129
129
|
* @param BatchDetectLanguageKeyPhrasesRequest
|
|
130
130
|
* @return BatchDetectLanguageKeyPhrasesResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrases API.
|
|
133
133
|
*/
|
|
134
134
|
batchDetectLanguageKeyPhrases(batchDetectLanguageKeyPhrasesRequest: requests.BatchDetectLanguageKeyPhrasesRequest): Promise<responses.BatchDetectLanguageKeyPhrasesResponse>;
|
|
135
135
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class AIServiceLanguageClient {
|
|
|
144
144
|
* @param BatchDetectLanguagePiiEntitiesRequest
|
|
145
145
|
* @return BatchDetectLanguagePiiEntitiesResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntities API.
|
|
148
148
|
*/
|
|
149
149
|
batchDetectLanguagePiiEntities(batchDetectLanguagePiiEntitiesRequest: requests.BatchDetectLanguagePiiEntitiesRequest): Promise<responses.BatchDetectLanguagePiiEntitiesResponse>;
|
|
150
150
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class AIServiceLanguageClient {
|
|
|
165
165
|
* @param BatchDetectLanguageSentimentsRequest
|
|
166
166
|
* @return BatchDetectLanguageSentimentsResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentiments API.
|
|
169
169
|
*/
|
|
170
170
|
batchDetectLanguageSentiments(batchDetectLanguageSentimentsRequest: requests.BatchDetectLanguageSentimentsRequest): Promise<responses.BatchDetectLanguageSentimentsResponse>;
|
|
171
171
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class AIServiceLanguageClient {
|
|
|
184
184
|
* @param BatchDetectLanguageTextClassificationRequest
|
|
185
185
|
* @return BatchDetectLanguageTextClassificationResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassification API.
|
|
188
188
|
*/
|
|
189
189
|
batchDetectLanguageTextClassification(batchDetectLanguageTextClassificationRequest: requests.BatchDetectLanguageTextClassificationRequest): Promise<responses.BatchDetectLanguageTextClassificationResponse>;
|
|
190
190
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class AIServiceLanguageClient {
|
|
|
199
199
|
* @param BatchLanguageTranslationRequest
|
|
200
200
|
* @return BatchLanguageTranslationResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
203
203
|
*/
|
|
204
204
|
batchLanguageTranslation(batchLanguageTranslationRequest: requests.BatchLanguageTranslationRequest): Promise<responses.BatchLanguageTranslationResponse>;
|
|
205
205
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class AIServiceLanguageClient {
|
|
|
208
208
|
* @param ChangeEndpointCompartmentRequest
|
|
209
209
|
* @return ChangeEndpointCompartmentResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
212
212
|
*/
|
|
213
213
|
changeEndpointCompartment(changeEndpointCompartmentRequest: requests.ChangeEndpointCompartmentRequest): Promise<responses.ChangeEndpointCompartmentResponse>;
|
|
214
214
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class AIServiceLanguageClient {
|
|
|
217
217
|
* @param ChangeModelCompartmentRequest
|
|
218
218
|
* @return ChangeModelCompartmentResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
221
221
|
*/
|
|
222
222
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
223
223
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class AIServiceLanguageClient {
|
|
|
226
226
|
* @param ChangeProjectCompartmentRequest
|
|
227
227
|
* @return ChangeProjectCompartmentResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
230
230
|
*/
|
|
231
231
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
232
232
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class AIServiceLanguageClient {
|
|
|
236
236
|
* @param CreateEndpointRequest
|
|
237
237
|
* @return CreateEndpointResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
240
240
|
*/
|
|
241
241
|
createEndpoint(createEndpointRequest: requests.CreateEndpointRequest): Promise<responses.CreateEndpointResponse>;
|
|
242
242
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class AIServiceLanguageClient {
|
|
|
246
246
|
* @param CreateModelRequest
|
|
247
247
|
* @return CreateModelResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
250
250
|
*/
|
|
251
251
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class AIServiceLanguageClient {
|
|
|
256
256
|
* @param CreateProjectRequest
|
|
257
257
|
* @return CreateProjectResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
260
260
|
*/
|
|
261
261
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class AIServiceLanguageClient {
|
|
|
265
265
|
* @param DeleteEndpointRequest
|
|
266
266
|
* @return DeleteEndpointResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
269
269
|
*/
|
|
270
270
|
deleteEndpoint(deleteEndpointRequest: requests.DeleteEndpointRequest): Promise<responses.DeleteEndpointResponse>;
|
|
271
271
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class AIServiceLanguageClient {
|
|
|
274
274
|
* @param DeleteModelRequest
|
|
275
275
|
* @return DeleteModelResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
278
278
|
*/
|
|
279
279
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
280
280
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class AIServiceLanguageClient {
|
|
|
283
283
|
* @param DeleteProjectRequest
|
|
284
284
|
* @return DeleteProjectResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
287
287
|
*/
|
|
288
288
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
289
289
|
/**
|
|
@@ -299,7 +299,7 @@ export declare class AIServiceLanguageClient {
|
|
|
299
299
|
* @param DetectDominantLanguageRequest
|
|
300
300
|
* @return DetectDominantLanguageResponse
|
|
301
301
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
303
303
|
*/
|
|
304
304
|
detectDominantLanguage(detectDominantLanguageRequest: requests.DetectDominantLanguageRequest): Promise<responses.DetectDominantLanguageResponse>;
|
|
305
305
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class AIServiceLanguageClient {
|
|
|
313
313
|
* @param DetectLanguageEntitiesRequest
|
|
314
314
|
* @return DetectLanguageEntitiesResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
317
317
|
*/
|
|
318
318
|
detectLanguageEntities(detectLanguageEntitiesRequest: requests.DetectLanguageEntitiesRequest): Promise<responses.DetectLanguageEntitiesResponse>;
|
|
319
319
|
/**
|
|
@@ -327,7 +327,7 @@ export declare class AIServiceLanguageClient {
|
|
|
327
327
|
* @param DetectLanguageKeyPhrasesRequest
|
|
328
328
|
* @return DetectLanguageKeyPhrasesResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
331
331
|
*/
|
|
332
332
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest: requests.DetectLanguageKeyPhrasesRequest): Promise<responses.DetectLanguageKeyPhrasesResponse>;
|
|
333
333
|
/**
|
|
@@ -347,7 +347,7 @@ export declare class AIServiceLanguageClient {
|
|
|
347
347
|
* @param DetectLanguageSentimentsRequest
|
|
348
348
|
* @return DetectLanguageSentimentsResponse
|
|
349
349
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
351
351
|
*/
|
|
352
352
|
detectLanguageSentiments(detectLanguageSentimentsRequest: requests.DetectLanguageSentimentsRequest): Promise<responses.DetectLanguageSentimentsResponse>;
|
|
353
353
|
/**
|
|
@@ -363,7 +363,7 @@ export declare class AIServiceLanguageClient {
|
|
|
363
363
|
* @param DetectLanguageTextClassificationRequest
|
|
364
364
|
* @return DetectLanguageTextClassificationResponse
|
|
365
365
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
367
367
|
*/
|
|
368
368
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest: requests.DetectLanguageTextClassificationRequest): Promise<responses.DetectLanguageTextClassificationResponse>;
|
|
369
369
|
/**
|
|
@@ -372,7 +372,7 @@ export declare class AIServiceLanguageClient {
|
|
|
372
372
|
* @param GetEndpointRequest
|
|
373
373
|
* @return GetEndpointResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
376
376
|
*/
|
|
377
377
|
getEndpoint(getEndpointRequest: requests.GetEndpointRequest): Promise<responses.GetEndpointResponse>;
|
|
378
378
|
/**
|
|
@@ -381,7 +381,7 @@ export declare class AIServiceLanguageClient {
|
|
|
381
381
|
* @param GetModelRequest
|
|
382
382
|
* @return GetModelResponse
|
|
383
383
|
* @throws OciError when an error occurs
|
|
384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
385
385
|
*/
|
|
386
386
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
387
387
|
/**
|
|
@@ -390,7 +390,7 @@ export declare class AIServiceLanguageClient {
|
|
|
390
390
|
* @param GetModelTypeRequest
|
|
391
391
|
* @return GetModelTypeResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
394
394
|
*/
|
|
395
395
|
getModelType(getModelTypeRequest: requests.GetModelTypeRequest): Promise<responses.GetModelTypeResponse>;
|
|
396
396
|
/**
|
|
@@ -399,7 +399,7 @@ export declare class AIServiceLanguageClient {
|
|
|
399
399
|
* @param GetProjectRequest
|
|
400
400
|
* @return GetProjectResponse
|
|
401
401
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
403
403
|
*/
|
|
404
404
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
405
405
|
/**
|
|
@@ -408,7 +408,7 @@ export declare class AIServiceLanguageClient {
|
|
|
408
408
|
* @param GetWorkRequestRequest
|
|
409
409
|
* @return GetWorkRequestResponse
|
|
410
410
|
* @throws OciError when an error occurs
|
|
411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
412
412
|
*/
|
|
413
413
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
414
414
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class AIServiceLanguageClient {
|
|
|
418
418
|
* @param ListEndpointsRequest
|
|
419
419
|
* @return ListEndpointsResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
422
422
|
*/
|
|
423
423
|
listEndpoints(listEndpointsRequest: requests.ListEndpointsRequest): Promise<responses.ListEndpointsResponse>;
|
|
424
424
|
/**
|
|
@@ -427,7 +427,7 @@ export declare class AIServiceLanguageClient {
|
|
|
427
427
|
* @param ListEvaluationResultsRequest
|
|
428
428
|
* @return ListEvaluationResultsResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
431
431
|
*/
|
|
432
432
|
listEvaluationResults(listEvaluationResultsRequest: requests.ListEvaluationResultsRequest): Promise<responses.ListEvaluationResultsResponse>;
|
|
433
433
|
/**
|
|
@@ -437,7 +437,7 @@ export declare class AIServiceLanguageClient {
|
|
|
437
437
|
* @param ListModelsRequest
|
|
438
438
|
* @return ListModelsResponse
|
|
439
439
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
441
441
|
*/
|
|
442
442
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
443
443
|
/**
|
|
@@ -447,7 +447,7 @@ export declare class AIServiceLanguageClient {
|
|
|
447
447
|
* @param ListProjectsRequest
|
|
448
448
|
* @return ListProjectsResponse
|
|
449
449
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
451
451
|
*/
|
|
452
452
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
453
453
|
/**
|
|
@@ -457,7 +457,7 @@ export declare class AIServiceLanguageClient {
|
|
|
457
457
|
* @param ListWorkRequestErrorsRequest
|
|
458
458
|
* @return ListWorkRequestErrorsResponse
|
|
459
459
|
* @throws OciError when an error occurs
|
|
460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
461
461
|
*/
|
|
462
462
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
463
463
|
/**
|
|
@@ -467,7 +467,7 @@ export declare class AIServiceLanguageClient {
|
|
|
467
467
|
* @param ListWorkRequestLogsRequest
|
|
468
468
|
* @return ListWorkRequestLogsResponse
|
|
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.73.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
471
471
|
*/
|
|
472
472
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
473
473
|
/**
|
|
@@ -477,7 +477,7 @@ export declare class AIServiceLanguageClient {
|
|
|
477
477
|
* @param ListWorkRequestsRequest
|
|
478
478
|
* @return ListWorkRequestsResponse
|
|
479
479
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
481
481
|
*/
|
|
482
482
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
483
483
|
/**
|
|
@@ -486,7 +486,7 @@ export declare class AIServiceLanguageClient {
|
|
|
486
486
|
* @param UpdateEndpointRequest
|
|
487
487
|
* @return UpdateEndpointResponse
|
|
488
488
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
490
490
|
*/
|
|
491
491
|
updateEndpoint(updateEndpointRequest: requests.UpdateEndpointRequest): Promise<responses.UpdateEndpointResponse>;
|
|
492
492
|
/**
|
|
@@ -495,7 +495,7 @@ export declare class AIServiceLanguageClient {
|
|
|
495
495
|
* @param UpdateModelRequest
|
|
496
496
|
* @return UpdateModelResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
499
499
|
*/
|
|
500
500
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
501
501
|
/**
|
|
@@ -504,7 +504,7 @@ export declare class AIServiceLanguageClient {
|
|
|
504
504
|
* @param UpdateProjectRequest
|
|
505
505
|
* @return UpdateProjectResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
508
508
|
*/
|
|
509
509
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
510
510
|
}
|
package/lib/client.js
CHANGED
|
@@ -194,7 +194,7 @@ class AIServiceLanguageClient {
|
|
|
194
194
|
* @param BatchDetectDominantLanguageRequest
|
|
195
195
|
* @return BatchDetectDominantLanguageResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguage API.
|
|
198
198
|
*/
|
|
199
199
|
batchDetectDominantLanguage(batchDetectDominantLanguageRequest) {
|
|
200
200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -259,7 +259,7 @@ class AIServiceLanguageClient {
|
|
|
259
259
|
* @param BatchDetectLanguageEntitiesRequest
|
|
260
260
|
* @return BatchDetectLanguageEntitiesResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntities API.
|
|
263
263
|
*/
|
|
264
264
|
batchDetectLanguageEntities(batchDetectLanguageEntitiesRequest) {
|
|
265
265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -322,7 +322,7 @@ class AIServiceLanguageClient {
|
|
|
322
322
|
* @param BatchDetectLanguageKeyPhrasesRequest
|
|
323
323
|
* @return BatchDetectLanguageKeyPhrasesResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrases API.
|
|
326
326
|
*/
|
|
327
327
|
batchDetectLanguageKeyPhrases(batchDetectLanguageKeyPhrasesRequest) {
|
|
328
328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -385,7 +385,7 @@ class AIServiceLanguageClient {
|
|
|
385
385
|
* @param BatchDetectLanguagePiiEntitiesRequest
|
|
386
386
|
* @return BatchDetectLanguagePiiEntitiesResponse
|
|
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.73.0/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntities API.
|
|
389
389
|
*/
|
|
390
390
|
batchDetectLanguagePiiEntities(batchDetectLanguagePiiEntitiesRequest) {
|
|
391
391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class AIServiceLanguageClient {
|
|
|
454
454
|
* @param BatchDetectLanguageSentimentsRequest
|
|
455
455
|
* @return BatchDetectLanguageSentimentsResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentiments API.
|
|
458
458
|
*/
|
|
459
459
|
batchDetectLanguageSentiments(batchDetectLanguageSentimentsRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -523,7 +523,7 @@ class AIServiceLanguageClient {
|
|
|
523
523
|
* @param BatchDetectLanguageTextClassificationRequest
|
|
524
524
|
* @return BatchDetectLanguageTextClassificationResponse
|
|
525
525
|
* @throws OciError when an error occurs
|
|
526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassification API.
|
|
527
527
|
*/
|
|
528
528
|
batchDetectLanguageTextClassification(batchDetectLanguageTextClassificationRequest) {
|
|
529
529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -586,7 +586,7 @@ class AIServiceLanguageClient {
|
|
|
586
586
|
* @param BatchLanguageTranslationRequest
|
|
587
587
|
* @return BatchLanguageTranslationResponse
|
|
588
588
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
590
590
|
*/
|
|
591
591
|
batchLanguageTranslation(batchLanguageTranslationRequest) {
|
|
592
592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -643,7 +643,7 @@ class AIServiceLanguageClient {
|
|
|
643
643
|
* @param ChangeEndpointCompartmentRequest
|
|
644
644
|
* @return ChangeEndpointCompartmentResponse
|
|
645
645
|
* @throws OciError when an error occurs
|
|
646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
647
647
|
*/
|
|
648
648
|
changeEndpointCompartment(changeEndpointCompartmentRequest) {
|
|
649
649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -700,7 +700,7 @@ class AIServiceLanguageClient {
|
|
|
700
700
|
* @param ChangeModelCompartmentRequest
|
|
701
701
|
* @return ChangeModelCompartmentResponse
|
|
702
702
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
704
704
|
*/
|
|
705
705
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
706
706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -757,7 +757,7 @@ class AIServiceLanguageClient {
|
|
|
757
757
|
* @param ChangeProjectCompartmentRequest
|
|
758
758
|
* @return ChangeProjectCompartmentResponse
|
|
759
759
|
* @throws OciError when an error occurs
|
|
760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
761
761
|
*/
|
|
762
762
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
763
763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -815,7 +815,7 @@ class AIServiceLanguageClient {
|
|
|
815
815
|
* @param CreateEndpointRequest
|
|
816
816
|
* @return CreateEndpointResponse
|
|
817
817
|
* @throws OciError when an error occurs
|
|
818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
819
819
|
*/
|
|
820
820
|
createEndpoint(createEndpointRequest) {
|
|
821
821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -889,7 +889,7 @@ class AIServiceLanguageClient {
|
|
|
889
889
|
* @param CreateModelRequest
|
|
890
890
|
* @return CreateModelResponse
|
|
891
891
|
* @throws OciError when an error occurs
|
|
892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
893
893
|
*/
|
|
894
894
|
createModel(createModelRequest) {
|
|
895
895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -963,7 +963,7 @@ class AIServiceLanguageClient {
|
|
|
963
963
|
* @param CreateProjectRequest
|
|
964
964
|
* @return CreateProjectResponse
|
|
965
965
|
* @throws OciError when an error occurs
|
|
966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
967
967
|
*/
|
|
968
968
|
createProject(createProjectRequest) {
|
|
969
969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1031,7 +1031,7 @@ class AIServiceLanguageClient {
|
|
|
1031
1031
|
* @param DeleteEndpointRequest
|
|
1032
1032
|
* @return DeleteEndpointResponse
|
|
1033
1033
|
* @throws OciError when an error occurs
|
|
1034
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1034
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
1035
1035
|
*/
|
|
1036
1036
|
deleteEndpoint(deleteEndpointRequest) {
|
|
1037
1037
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1091,7 +1091,7 @@ class AIServiceLanguageClient {
|
|
|
1091
1091
|
* @param DeleteModelRequest
|
|
1092
1092
|
* @return DeleteModelResponse
|
|
1093
1093
|
* @throws OciError when an error occurs
|
|
1094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1095
1095
|
*/
|
|
1096
1096
|
deleteModel(deleteModelRequest) {
|
|
1097
1097
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1151,7 +1151,7 @@ class AIServiceLanguageClient {
|
|
|
1151
1151
|
* @param DeleteProjectRequest
|
|
1152
1152
|
* @return DeleteProjectResponse
|
|
1153
1153
|
* @throws OciError when an error occurs
|
|
1154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1155
1155
|
*/
|
|
1156
1156
|
deleteProject(deleteProjectRequest) {
|
|
1157
1157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1218,7 +1218,7 @@ class AIServiceLanguageClient {
|
|
|
1218
1218
|
* @param DetectDominantLanguageRequest
|
|
1219
1219
|
* @return DetectDominantLanguageResponse
|
|
1220
1220
|
* @throws OciError when an error occurs
|
|
1221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
1222
1222
|
*/
|
|
1223
1223
|
detectDominantLanguage(detectDominantLanguageRequest) {
|
|
1224
1224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1285,7 +1285,7 @@ class AIServiceLanguageClient {
|
|
|
1285
1285
|
* @param DetectLanguageEntitiesRequest
|
|
1286
1286
|
* @return DetectLanguageEntitiesResponse
|
|
1287
1287
|
* @throws OciError when an error occurs
|
|
1288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
1289
1289
|
*/
|
|
1290
1290
|
detectLanguageEntities(detectLanguageEntitiesRequest) {
|
|
1291
1291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1355,7 +1355,7 @@ class AIServiceLanguageClient {
|
|
|
1355
1355
|
* @param DetectLanguageKeyPhrasesRequest
|
|
1356
1356
|
* @return DetectLanguageKeyPhrasesResponse
|
|
1357
1357
|
* @throws OciError when an error occurs
|
|
1358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
1359
1359
|
*/
|
|
1360
1360
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest) {
|
|
1361
1361
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1428,7 +1428,7 @@ class AIServiceLanguageClient {
|
|
|
1428
1428
|
* @param DetectLanguageSentimentsRequest
|
|
1429
1429
|
* @return DetectLanguageSentimentsResponse
|
|
1430
1430
|
* @throws OciError when an error occurs
|
|
1431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
1432
1432
|
*/
|
|
1433
1433
|
detectLanguageSentiments(detectLanguageSentimentsRequest) {
|
|
1434
1434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1497,7 +1497,7 @@ class AIServiceLanguageClient {
|
|
|
1497
1497
|
* @param DetectLanguageTextClassificationRequest
|
|
1498
1498
|
* @return DetectLanguageTextClassificationResponse
|
|
1499
1499
|
* @throws OciError when an error occurs
|
|
1500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
1501
1501
|
*/
|
|
1502
1502
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest) {
|
|
1503
1503
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1559,7 +1559,7 @@ class AIServiceLanguageClient {
|
|
|
1559
1559
|
* @param GetEndpointRequest
|
|
1560
1560
|
* @return GetEndpointResponse
|
|
1561
1561
|
* @throws OciError when an error occurs
|
|
1562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
1563
1563
|
*/
|
|
1564
1564
|
getEndpoint(getEndpointRequest) {
|
|
1565
1565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1622,7 +1622,7 @@ class AIServiceLanguageClient {
|
|
|
1622
1622
|
* @param GetModelRequest
|
|
1623
1623
|
* @return GetModelResponse
|
|
1624
1624
|
* @throws OciError when an error occurs
|
|
1625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
1626
1626
|
*/
|
|
1627
1627
|
getModel(getModelRequest) {
|
|
1628
1628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1685,7 +1685,7 @@ class AIServiceLanguageClient {
|
|
|
1685
1685
|
* @param GetModelTypeRequest
|
|
1686
1686
|
* @return GetModelTypeResponse
|
|
1687
1687
|
* @throws OciError when an error occurs
|
|
1688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
1689
1689
|
*/
|
|
1690
1690
|
getModelType(getModelTypeRequest) {
|
|
1691
1691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1743,7 +1743,7 @@ class AIServiceLanguageClient {
|
|
|
1743
1743
|
* @param GetProjectRequest
|
|
1744
1744
|
* @return GetProjectResponse
|
|
1745
1745
|
* @throws OciError when an error occurs
|
|
1746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
1747
1747
|
*/
|
|
1748
1748
|
getProject(getProjectRequest) {
|
|
1749
1749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1806,7 +1806,7 @@ class AIServiceLanguageClient {
|
|
|
1806
1806
|
* @param GetWorkRequestRequest
|
|
1807
1807
|
* @return GetWorkRequestResponse
|
|
1808
1808
|
* @throws OciError when an error occurs
|
|
1809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1810
1810
|
*/
|
|
1811
1811
|
getWorkRequest(getWorkRequestRequest) {
|
|
1812
1812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1870,7 +1870,7 @@ class AIServiceLanguageClient {
|
|
|
1870
1870
|
* @param ListEndpointsRequest
|
|
1871
1871
|
* @return ListEndpointsResponse
|
|
1872
1872
|
* @throws OciError when an error occurs
|
|
1873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
1874
1874
|
*/
|
|
1875
1875
|
listEndpoints(listEndpointsRequest) {
|
|
1876
1876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1942,7 +1942,7 @@ class AIServiceLanguageClient {
|
|
|
1942
1942
|
* @param ListEvaluationResultsRequest
|
|
1943
1943
|
* @return ListEvaluationResultsResponse
|
|
1944
1944
|
* @throws OciError when an error occurs
|
|
1945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
1946
1946
|
*/
|
|
1947
1947
|
listEvaluationResults(listEvaluationResultsRequest) {
|
|
1948
1948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2009,7 +2009,7 @@ class AIServiceLanguageClient {
|
|
|
2009
2009
|
* @param ListModelsRequest
|
|
2010
2010
|
* @return ListModelsResponse
|
|
2011
2011
|
* @throws OciError when an error occurs
|
|
2012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
2013
2013
|
*/
|
|
2014
2014
|
listModels(listModelsRequest) {
|
|
2015
2015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2081,7 +2081,7 @@ class AIServiceLanguageClient {
|
|
|
2081
2081
|
* @param ListProjectsRequest
|
|
2082
2082
|
* @return ListProjectsResponse
|
|
2083
2083
|
* @throws OciError when an error occurs
|
|
2084
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
2085
2085
|
*/
|
|
2086
2086
|
listProjects(listProjectsRequest) {
|
|
2087
2087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2152,7 +2152,7 @@ class AIServiceLanguageClient {
|
|
|
2152
2152
|
* @param ListWorkRequestErrorsRequest
|
|
2153
2153
|
* @return ListWorkRequestErrorsResponse
|
|
2154
2154
|
* @throws OciError when an error occurs
|
|
2155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2156
2156
|
*/
|
|
2157
2157
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2158
2158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2221,7 +2221,7 @@ class AIServiceLanguageClient {
|
|
|
2221
2221
|
* @param ListWorkRequestLogsRequest
|
|
2222
2222
|
* @return ListWorkRequestLogsResponse
|
|
2223
2223
|
* @throws OciError when an error occurs
|
|
2224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2225
2225
|
*/
|
|
2226
2226
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2227
2227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2290,7 +2290,7 @@ class AIServiceLanguageClient {
|
|
|
2290
2290
|
* @param ListWorkRequestsRequest
|
|
2291
2291
|
* @return ListWorkRequestsResponse
|
|
2292
2292
|
* @throws OciError when an error occurs
|
|
2293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2294
2294
|
*/
|
|
2295
2295
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2296
2296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2359,7 +2359,7 @@ class AIServiceLanguageClient {
|
|
|
2359
2359
|
* @param UpdateEndpointRequest
|
|
2360
2360
|
* @return UpdateEndpointResponse
|
|
2361
2361
|
* @throws OciError when an error occurs
|
|
2362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
2363
2363
|
*/
|
|
2364
2364
|
updateEndpoint(updateEndpointRequest) {
|
|
2365
2365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2420,7 +2420,7 @@ class AIServiceLanguageClient {
|
|
|
2420
2420
|
* @param UpdateModelRequest
|
|
2421
2421
|
* @return UpdateModelResponse
|
|
2422
2422
|
* @throws OciError when an error occurs
|
|
2423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
2424
2424
|
*/
|
|
2425
2425
|
updateModel(updateModelRequest) {
|
|
2426
2426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2481,7 +2481,7 @@ class AIServiceLanguageClient {
|
|
|
2481
2481
|
* @param UpdateProjectRequest
|
|
2482
2482
|
* @return UpdateProjectResponse
|
|
2483
2483
|
* @throws OciError when an error occurs
|
|
2484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
2485
2485
|
*/
|
|
2486
2486
|
updateProject(updateProjectRequest) {
|
|
2487
2487
|
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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.0",
|
|
19
|
+
"oci-workrequests": "2.73.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|