oci-ailanguage 2.83.0 → 2.84.2
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 +62 -43
- package/lib/client.js +112 -43
- package/lib/client.js.map +1 -1
- package/lib/model/assertion-details.d.ts +40 -0
- package/lib/model/assertion-details.js +32 -0
- package/lib/model/assertion-details.js.map +1 -0
- package/lib/model/batch-detect-health-entity-details.d.ts +46 -0
- package/lib/model/batch-detect-health-entity-details.js +66 -0
- package/lib/model/batch-detect-health-entity-details.js.map +1 -0
- package/lib/model/batch-detect-health-entity-result.d.ts +33 -0
- package/lib/model/batch-detect-health-entity-result.js +74 -0
- package/lib/model/batch-detect-health-entity-result.js.map +1 -0
- package/lib/model/batch-detect-language-pii-entities-details.d.ts +1 -0
- package/lib/model/batch-detect-language-pii-entities-details.js +4 -2
- package/lib/model/batch-detect-language-pii-entities-details.js.map +1 -1
- package/lib/model/create-model-details.d.ts +1 -1
- package/lib/model/create-model-details.js.map +1 -1
- package/lib/model/health-entity-document-result.d.ts +47 -0
- package/lib/model/health-entity-document-result.js +81 -0
- package/lib/model/health-entity-document-result.js.map +1 -0
- package/lib/model/health-entity.d.ts +65 -0
- package/lib/model/health-entity.js +74 -0
- package/lib/model/health-entity.js.map +1 -0
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +27 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/input-location.d.ts +2 -1
- package/lib/model/input-location.js.map +1 -1
- package/lib/model/mel-concept-details.d.ts +42 -0
- package/lib/model/mel-concept-details.js +32 -0
- package/lib/model/mel-concept-details.js.map +1 -0
- package/lib/model/mel-concept.d.ts +33 -0
- package/lib/model/mel-concept.js +64 -0
- package/lib/model/mel-concept.js.map +1 -0
- package/lib/model/model-details.js +4 -0
- package/lib/model/model-details.js.map +1 -1
- package/lib/model/model-summary.d.ts +1 -1
- package/lib/model/model-summary.js.map +1 -1
- package/lib/model/model.d.ts +1 -1
- package/lib/model/model.js.map +1 -1
- package/lib/model/pii-entity.d.ts +51 -6
- package/lib/model/pii-entity.js.map +1 -1
- package/lib/model/pii-model-details.d.ts +33 -0
- package/lib/model/pii-model-details.js +55 -0
- package/lib/model/pii-model-details.js.map +1 -0
- package/lib/model/profile.d.ts +36 -0
- package/lib/model/profile.js +32 -0
- package/lib/model/profile.js.map +1 -0
- package/lib/model/relation-entity.d.ts +44 -0
- package/lib/model/relation-entity.js +32 -0
- package/lib/model/relation-entity.js.map +1 -0
- package/lib/model/resolved-entities.d.ts +29 -0
- package/lib/model/resolved-entities.js +64 -0
- package/lib/model/resolved-entities.js.map +1 -0
- package/lib/model/resolved-entity.d.ts +50 -0
- package/lib/model/resolved-entity.js +32 -0
- package/lib/model/resolved-entity.js.map +1 -0
- package/lib/request/batch-detect-dominant-language-request.d.ts +1 -1
- package/lib/request/batch-detect-health-entity-request.d.ts +28 -0
- package/lib/request/batch-detect-health-entity-request.js +15 -0
- package/lib/request/batch-detect-health-entity-request.js.map +1 -0
- package/lib/request/batch-detect-language-entities-request.d.ts +1 -1
- package/lib/request/batch-detect-language-key-phrases-request.d.ts +1 -1
- package/lib/request/batch-detect-language-pii-entities-request.d.ts +1 -1
- package/lib/request/batch-detect-language-sentiments-request.d.ts +1 -1
- package/lib/request/batch-detect-language-text-classification-request.d.ts +1 -1
- package/lib/request/batch-language-translation-request.d.ts +1 -1
- package/lib/request/cancel-job-request.d.ts +1 -1
- package/lib/request/change-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/delete-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-model-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/detect-dominant-language-request.d.ts +1 -1
- package/lib/request/detect-language-entities-request.d.ts +1 -1
- package/lib/request/detect-language-key-phrases-request.d.ts +1 -1
- package/lib/request/detect-language-sentiments-request.d.ts +1 -1
- package/lib/request/detect-language-text-classification-request.d.ts +1 -1
- package/lib/request/get-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +1 -1
- package/lib/request/get-model-type-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-endpoints-request.d.ts +1 -1
- package/lib/request/list-evaluation-results-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-models-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/response/batch-detect-health-entity-response.d.ts +25 -0
- package/lib/response/batch-detect-health-entity-response.js +15 -0
- package/lib/response/batch-detect-health-entity-response.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -193,6 +193,12 @@ class AIServiceLanguageClient {
|
|
|
193
193
|
this._circuitBreaker.shutdown();
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* Close the client once it is no longer needed
|
|
198
|
+
*/
|
|
199
|
+
close() {
|
|
200
|
+
this.shutdownCircuitBreaker();
|
|
201
|
+
}
|
|
196
202
|
/**
|
|
197
203
|
* The API returns the detected language and a related confidence score (between 0 and 1). It supports passing a batch of records.
|
|
198
204
|
* <p>
|
|
@@ -207,7 +213,7 @@ class AIServiceLanguageClient {
|
|
|
207
213
|
* @param BatchDetectDominantLanguageRequest
|
|
208
214
|
* @return BatchDetectDominantLanguageResponse
|
|
209
215
|
* @throws OciError when an error occurs
|
|
210
|
-
* @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.84.2/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguage API.
|
|
211
217
|
*/
|
|
212
218
|
batchDetectDominantLanguage(batchDetectDominantLanguageRequest) {
|
|
213
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -258,6 +264,69 @@ class AIServiceLanguageClient {
|
|
|
258
264
|
}
|
|
259
265
|
});
|
|
260
266
|
}
|
|
267
|
+
/**
|
|
268
|
+
* The API extracts health entities in text records. For each entity, its type and confidence score (between 0 and 1) is returned. It supports passing a batch of records.
|
|
269
|
+
* <p>
|
|
270
|
+
Limitations:
|
|
271
|
+
* - A batch may have up to 100 records.
|
|
272
|
+
* - A record may be up to 5000 characters long.
|
|
273
|
+
* - The total of characters to process in a request can be up to 20,000 characters.
|
|
274
|
+
*
|
|
275
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
276
|
+
* @param BatchDetectHealthEntityRequest
|
|
277
|
+
* @return BatchDetectHealthEntityResponse
|
|
278
|
+
* @throws OciError when an error occurs
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/BatchDetectHealthEntity.ts.html |here} to see how to use BatchDetectHealthEntity API.
|
|
280
|
+
*/
|
|
281
|
+
batchDetectHealthEntity(batchDetectHealthEntityRequest) {
|
|
282
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
283
|
+
if (this.logger)
|
|
284
|
+
this.logger.debug("Calling operation AIServiceLanguageClient#batchDetectHealthEntity.");
|
|
285
|
+
const operationName = "batchDetectHealthEntity";
|
|
286
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/language/20221001/BatchDetectHealthEntityDetails/BatchDetectHealthEntity";
|
|
287
|
+
const pathParams = {};
|
|
288
|
+
const queryParams = {};
|
|
289
|
+
let headerParams = {
|
|
290
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
291
|
+
"opc-request-id": batchDetectHealthEntityRequest.opcRequestId
|
|
292
|
+
};
|
|
293
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
294
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, batchDetectHealthEntityRequest.retryConfiguration, specRetryConfiguration);
|
|
295
|
+
if (this.logger)
|
|
296
|
+
retrier.logger = this.logger;
|
|
297
|
+
const request = yield oci_common_1.composeRequest({
|
|
298
|
+
baseEndpoint: this._endpoint,
|
|
299
|
+
defaultHeaders: this._defaultHeaders,
|
|
300
|
+
path: "/actions/batchDetectHealthEntities",
|
|
301
|
+
method: "POST",
|
|
302
|
+
bodyContent: common.ObjectSerializer.serialize(batchDetectHealthEntityRequest.batchDetectHealthEntityDetails, "BatchDetectHealthEntityDetails", model.BatchDetectHealthEntityDetails.getJsonObj),
|
|
303
|
+
pathParams: pathParams,
|
|
304
|
+
headerParams: headerParams,
|
|
305
|
+
queryParams: queryParams
|
|
306
|
+
});
|
|
307
|
+
try {
|
|
308
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
309
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
310
|
+
responseObject: {},
|
|
311
|
+
body: yield response.json(),
|
|
312
|
+
bodyKey: "batchDetectHealthEntityResult",
|
|
313
|
+
bodyModel: model.BatchDetectHealthEntityResult,
|
|
314
|
+
type: "model.BatchDetectHealthEntityResult",
|
|
315
|
+
responseHeaders: [
|
|
316
|
+
{
|
|
317
|
+
value: response.headers.get("opc-request-id"),
|
|
318
|
+
key: "opcRequestId",
|
|
319
|
+
dataType: "string"
|
|
320
|
+
}
|
|
321
|
+
]
|
|
322
|
+
});
|
|
323
|
+
return sdkResponse;
|
|
324
|
+
}
|
|
325
|
+
catch (err) {
|
|
326
|
+
throw err;
|
|
327
|
+
}
|
|
328
|
+
});
|
|
329
|
+
}
|
|
261
330
|
/**
|
|
262
331
|
* The API extracts entities in text records. For each entity, its type/subtype and confidence score (between 0 and 1) is returned. It supports passing a batch of records.
|
|
263
332
|
* <p>
|
|
@@ -272,7 +341,7 @@ class AIServiceLanguageClient {
|
|
|
272
341
|
* @param BatchDetectLanguageEntitiesRequest
|
|
273
342
|
* @return BatchDetectLanguageEntitiesResponse
|
|
274
343
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntities API.
|
|
276
345
|
*/
|
|
277
346
|
batchDetectLanguageEntities(batchDetectLanguageEntitiesRequest) {
|
|
278
347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -335,7 +404,7 @@ class AIServiceLanguageClient {
|
|
|
335
404
|
* @param BatchDetectLanguageKeyPhrasesRequest
|
|
336
405
|
* @return BatchDetectLanguageKeyPhrasesResponse
|
|
337
406
|
* @throws OciError when an error occurs
|
|
338
|
-
* @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.84.2/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrases API.
|
|
339
408
|
*/
|
|
340
409
|
batchDetectLanguageKeyPhrases(batchDetectLanguageKeyPhrasesRequest) {
|
|
341
410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -398,7 +467,7 @@ class AIServiceLanguageClient {
|
|
|
398
467
|
* @param BatchDetectLanguagePiiEntitiesRequest
|
|
399
468
|
* @return BatchDetectLanguagePiiEntitiesResponse
|
|
400
469
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntities API.
|
|
402
471
|
*/
|
|
403
472
|
batchDetectLanguagePiiEntities(batchDetectLanguagePiiEntitiesRequest) {
|
|
404
473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -467,7 +536,7 @@ class AIServiceLanguageClient {
|
|
|
467
536
|
* @param BatchDetectLanguageSentimentsRequest
|
|
468
537
|
* @return BatchDetectLanguageSentimentsResponse
|
|
469
538
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentiments API.
|
|
471
540
|
*/
|
|
472
541
|
batchDetectLanguageSentiments(batchDetectLanguageSentimentsRequest) {
|
|
473
542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -536,7 +605,7 @@ class AIServiceLanguageClient {
|
|
|
536
605
|
* @param BatchDetectLanguageTextClassificationRequest
|
|
537
606
|
* @return BatchDetectLanguageTextClassificationResponse
|
|
538
607
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassification API.
|
|
540
609
|
*/
|
|
541
610
|
batchDetectLanguageTextClassification(batchDetectLanguageTextClassificationRequest) {
|
|
542
611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -598,7 +667,7 @@ class AIServiceLanguageClient {
|
|
|
598
667
|
* @param BatchLanguageTranslationRequest
|
|
599
668
|
* @return BatchLanguageTranslationResponse
|
|
600
669
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslation API.
|
|
602
671
|
*/
|
|
603
672
|
batchLanguageTranslation(batchLanguageTranslationRequest) {
|
|
604
673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -655,7 +724,7 @@ class AIServiceLanguageClient {
|
|
|
655
724
|
* @param CancelJobRequest
|
|
656
725
|
* @return CancelJobResponse
|
|
657
726
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/CancelJob.ts.html |here} to see how to use CancelJob API.
|
|
659
728
|
*/
|
|
660
729
|
cancelJob(cancelJobRequest) {
|
|
661
730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -711,7 +780,7 @@ class AIServiceLanguageClient {
|
|
|
711
780
|
* @param ChangeEndpointCompartmentRequest
|
|
712
781
|
* @return ChangeEndpointCompartmentResponse
|
|
713
782
|
* @throws OciError when an error occurs
|
|
714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartment API.
|
|
715
784
|
*/
|
|
716
785
|
changeEndpointCompartment(changeEndpointCompartmentRequest) {
|
|
717
786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -768,7 +837,7 @@ class AIServiceLanguageClient {
|
|
|
768
837
|
* @param ChangeJobCompartmentRequest
|
|
769
838
|
* @return ChangeJobCompartmentResponse
|
|
770
839
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
772
841
|
*/
|
|
773
842
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
774
843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -825,7 +894,7 @@ class AIServiceLanguageClient {
|
|
|
825
894
|
* @param ChangeModelCompartmentRequest
|
|
826
895
|
* @return ChangeModelCompartmentResponse
|
|
827
896
|
* @throws OciError when an error occurs
|
|
828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
829
898
|
*/
|
|
830
899
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
831
900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -882,7 +951,7 @@ class AIServiceLanguageClient {
|
|
|
882
951
|
* @param ChangeProjectCompartmentRequest
|
|
883
952
|
* @return ChangeProjectCompartmentResponse
|
|
884
953
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
886
955
|
*/
|
|
887
956
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
888
957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -940,7 +1009,7 @@ class AIServiceLanguageClient {
|
|
|
940
1009
|
* @param CreateEndpointRequest
|
|
941
1010
|
* @return CreateEndpointResponse
|
|
942
1011
|
* @throws OciError when an error occurs
|
|
943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpoint API.
|
|
944
1013
|
*/
|
|
945
1014
|
createEndpoint(createEndpointRequest) {
|
|
946
1015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1014,7 +1083,7 @@ class AIServiceLanguageClient {
|
|
|
1014
1083
|
* @param CreateJobRequest
|
|
1015
1084
|
* @return CreateJobResponse
|
|
1016
1085
|
* @throws OciError when an error occurs
|
|
1017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1018
1087
|
*/
|
|
1019
1088
|
createJob(createJobRequest) {
|
|
1020
1089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1083,7 +1152,7 @@ class AIServiceLanguageClient {
|
|
|
1083
1152
|
* @param CreateModelRequest
|
|
1084
1153
|
* @return CreateModelResponse
|
|
1085
1154
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
1087
1156
|
*/
|
|
1088
1157
|
createModel(createModelRequest) {
|
|
1089
1158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1157,7 +1226,7 @@ class AIServiceLanguageClient {
|
|
|
1157
1226
|
* @param CreateProjectRequest
|
|
1158
1227
|
* @return CreateProjectResponse
|
|
1159
1228
|
* @throws OciError when an error occurs
|
|
1160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1161
1230
|
*/
|
|
1162
1231
|
createProject(createProjectRequest) {
|
|
1163
1232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1225,7 +1294,7 @@ class AIServiceLanguageClient {
|
|
|
1225
1294
|
* @param DeleteEndpointRequest
|
|
1226
1295
|
* @return DeleteEndpointResponse
|
|
1227
1296
|
* @throws OciError when an error occurs
|
|
1228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpoint API.
|
|
1229
1298
|
*/
|
|
1230
1299
|
deleteEndpoint(deleteEndpointRequest) {
|
|
1231
1300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1285,7 +1354,7 @@ class AIServiceLanguageClient {
|
|
|
1285
1354
|
* @param DeleteJobRequest
|
|
1286
1355
|
* @return DeleteJobResponse
|
|
1287
1356
|
* @throws OciError when an error occurs
|
|
1288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
1289
1358
|
*/
|
|
1290
1359
|
deleteJob(deleteJobRequest) {
|
|
1291
1360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1345,7 +1414,7 @@ class AIServiceLanguageClient {
|
|
|
1345
1414
|
* @param DeleteModelRequest
|
|
1346
1415
|
* @return DeleteModelResponse
|
|
1347
1416
|
* @throws OciError when an error occurs
|
|
1348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1349
1418
|
*/
|
|
1350
1419
|
deleteModel(deleteModelRequest) {
|
|
1351
1420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1405,7 +1474,7 @@ class AIServiceLanguageClient {
|
|
|
1405
1474
|
* @param DeleteProjectRequest
|
|
1406
1475
|
* @return DeleteProjectResponse
|
|
1407
1476
|
* @throws OciError when an error occurs
|
|
1408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1409
1478
|
*/
|
|
1410
1479
|
deleteProject(deleteProjectRequest) {
|
|
1411
1480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1474,7 +1543,7 @@ class AIServiceLanguageClient {
|
|
|
1474
1543
|
* @param DetectDominantLanguageRequest
|
|
1475
1544
|
* @return DetectDominantLanguageResponse
|
|
1476
1545
|
* @throws OciError when an error occurs
|
|
1477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguage API.
|
|
1478
1547
|
*/
|
|
1479
1548
|
detectDominantLanguage(detectDominantLanguageRequest) {
|
|
1480
1549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1543,7 +1612,7 @@ class AIServiceLanguageClient {
|
|
|
1543
1612
|
* @param DetectLanguageEntitiesRequest
|
|
1544
1613
|
* @return DetectLanguageEntitiesResponse
|
|
1545
1614
|
* @throws OciError when an error occurs
|
|
1546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntities API.
|
|
1547
1616
|
*/
|
|
1548
1617
|
detectLanguageEntities(detectLanguageEntitiesRequest) {
|
|
1549
1618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1614,7 +1683,7 @@ class AIServiceLanguageClient {
|
|
|
1614
1683
|
* @param DetectLanguageKeyPhrasesRequest
|
|
1615
1684
|
* @return DetectLanguageKeyPhrasesResponse
|
|
1616
1685
|
* @throws OciError when an error occurs
|
|
1617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrases API.
|
|
1618
1687
|
*/
|
|
1619
1688
|
detectLanguageKeyPhrases(detectLanguageKeyPhrasesRequest) {
|
|
1620
1689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1689,7 +1758,7 @@ class AIServiceLanguageClient {
|
|
|
1689
1758
|
* @param DetectLanguageSentimentsRequest
|
|
1690
1759
|
* @return DetectLanguageSentimentsResponse
|
|
1691
1760
|
* @throws OciError when an error occurs
|
|
1692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentiments API.
|
|
1693
1762
|
*/
|
|
1694
1763
|
detectLanguageSentiments(detectLanguageSentimentsRequest) {
|
|
1695
1764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1760,7 +1829,7 @@ class AIServiceLanguageClient {
|
|
|
1760
1829
|
* @param DetectLanguageTextClassificationRequest
|
|
1761
1830
|
* @return DetectLanguageTextClassificationResponse
|
|
1762
1831
|
* @throws OciError when an error occurs
|
|
1763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1832
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassification API.
|
|
1764
1833
|
*/
|
|
1765
1834
|
detectLanguageTextClassification(detectLanguageTextClassificationRequest) {
|
|
1766
1835
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1822,7 +1891,7 @@ class AIServiceLanguageClient {
|
|
|
1822
1891
|
* @param GetEndpointRequest
|
|
1823
1892
|
* @return GetEndpointResponse
|
|
1824
1893
|
* @throws OciError when an error occurs
|
|
1825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpoint API.
|
|
1826
1895
|
*/
|
|
1827
1896
|
getEndpoint(getEndpointRequest) {
|
|
1828
1897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1885,7 +1954,7 @@ class AIServiceLanguageClient {
|
|
|
1885
1954
|
* @param GetJobRequest
|
|
1886
1955
|
* @return GetJobResponse
|
|
1887
1956
|
* @throws OciError when an error occurs
|
|
1888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1889
1958
|
*/
|
|
1890
1959
|
getJob(getJobRequest) {
|
|
1891
1960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1948,7 +2017,7 @@ class AIServiceLanguageClient {
|
|
|
1948
2017
|
* @param GetModelRequest
|
|
1949
2018
|
* @return GetModelResponse
|
|
1950
2019
|
* @throws OciError when an error occurs
|
|
1951
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/GetModel.ts.html |here} to see how to use GetModel API.
|
|
1952
2021
|
*/
|
|
1953
2022
|
getModel(getModelRequest) {
|
|
1954
2023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2011,7 +2080,7 @@ class AIServiceLanguageClient {
|
|
|
2011
2080
|
* @param GetModelTypeRequest
|
|
2012
2081
|
* @return GetModelTypeResponse
|
|
2013
2082
|
* @throws OciError when an error occurs
|
|
2014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/GetModelType.ts.html |here} to see how to use GetModelType API.
|
|
2015
2084
|
*/
|
|
2016
2085
|
getModelType(getModelTypeRequest) {
|
|
2017
2086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2069,7 +2138,7 @@ class AIServiceLanguageClient {
|
|
|
2069
2138
|
* @param GetProjectRequest
|
|
2070
2139
|
* @return GetProjectResponse
|
|
2071
2140
|
* @throws OciError when an error occurs
|
|
2072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/GetProject.ts.html |here} to see how to use GetProject API.
|
|
2073
2142
|
*/
|
|
2074
2143
|
getProject(getProjectRequest) {
|
|
2075
2144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2132,7 +2201,7 @@ class AIServiceLanguageClient {
|
|
|
2132
2201
|
* @param GetWorkRequestRequest
|
|
2133
2202
|
* @return GetWorkRequestResponse
|
|
2134
2203
|
* @throws OciError when an error occurs
|
|
2135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2136
2205
|
*/
|
|
2137
2206
|
getWorkRequest(getWorkRequestRequest) {
|
|
2138
2207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2196,7 +2265,7 @@ class AIServiceLanguageClient {
|
|
|
2196
2265
|
* @param ListEndpointsRequest
|
|
2197
2266
|
* @return ListEndpointsResponse
|
|
2198
2267
|
* @throws OciError when an error occurs
|
|
2199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpoints API.
|
|
2200
2269
|
*/
|
|
2201
2270
|
listEndpoints(listEndpointsRequest) {
|
|
2202
2271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2268,7 +2337,7 @@ class AIServiceLanguageClient {
|
|
|
2268
2337
|
* @param ListEvaluationResultsRequest
|
|
2269
2338
|
* @return ListEvaluationResultsResponse
|
|
2270
2339
|
* @throws OciError when an error occurs
|
|
2271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResults API.
|
|
2272
2341
|
*/
|
|
2273
2342
|
listEvaluationResults(listEvaluationResultsRequest) {
|
|
2274
2343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2335,7 +2404,7 @@ class AIServiceLanguageClient {
|
|
|
2335
2404
|
* @param ListJobsRequest
|
|
2336
2405
|
* @return ListJobsResponse
|
|
2337
2406
|
* @throws OciError when an error occurs
|
|
2338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
2339
2408
|
*/
|
|
2340
2409
|
listJobs(listJobsRequest) {
|
|
2341
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2406,7 +2475,7 @@ class AIServiceLanguageClient {
|
|
|
2406
2475
|
* @param ListModelsRequest
|
|
2407
2476
|
* @return ListModelsResponse
|
|
2408
2477
|
* @throws OciError when an error occurs
|
|
2409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ListModels.ts.html |here} to see how to use ListModels API.
|
|
2410
2479
|
*/
|
|
2411
2480
|
listModels(listModelsRequest) {
|
|
2412
2481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2478,7 +2547,7 @@ class AIServiceLanguageClient {
|
|
|
2478
2547
|
* @param ListProjectsRequest
|
|
2479
2548
|
* @return ListProjectsResponse
|
|
2480
2549
|
* @throws OciError when an error occurs
|
|
2481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
2482
2551
|
*/
|
|
2483
2552
|
listProjects(listProjectsRequest) {
|
|
2484
2553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2549,7 +2618,7 @@ class AIServiceLanguageClient {
|
|
|
2549
2618
|
* @param ListWorkRequestErrorsRequest
|
|
2550
2619
|
* @return ListWorkRequestErrorsResponse
|
|
2551
2620
|
* @throws OciError when an error occurs
|
|
2552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2553
2622
|
*/
|
|
2554
2623
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2555
2624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2618,7 +2687,7 @@ class AIServiceLanguageClient {
|
|
|
2618
2687
|
* @param ListWorkRequestLogsRequest
|
|
2619
2688
|
* @return ListWorkRequestLogsResponse
|
|
2620
2689
|
* @throws OciError when an error occurs
|
|
2621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2622
2691
|
*/
|
|
2623
2692
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2624
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2687,7 +2756,7 @@ class AIServiceLanguageClient {
|
|
|
2687
2756
|
* @param ListWorkRequestsRequest
|
|
2688
2757
|
* @return ListWorkRequestsResponse
|
|
2689
2758
|
* @throws OciError when an error occurs
|
|
2690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2691
2760
|
*/
|
|
2692
2761
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2693
2762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2756,7 +2825,7 @@ class AIServiceLanguageClient {
|
|
|
2756
2825
|
* @param UpdateEndpointRequest
|
|
2757
2826
|
* @return UpdateEndpointResponse
|
|
2758
2827
|
* @throws OciError when an error occurs
|
|
2759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpoint API.
|
|
2760
2829
|
*/
|
|
2761
2830
|
updateEndpoint(updateEndpointRequest) {
|
|
2762
2831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2817,7 +2886,7 @@ class AIServiceLanguageClient {
|
|
|
2817
2886
|
* @param UpdateJobRequest
|
|
2818
2887
|
* @return UpdateJobResponse
|
|
2819
2888
|
* @throws OciError when an error occurs
|
|
2820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2821
2890
|
*/
|
|
2822
2891
|
updateJob(updateJobRequest) {
|
|
2823
2892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2882,7 +2951,7 @@ class AIServiceLanguageClient {
|
|
|
2882
2951
|
* @param UpdateModelRequest
|
|
2883
2952
|
* @return UpdateModelResponse
|
|
2884
2953
|
* @throws OciError when an error occurs
|
|
2885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
2886
2955
|
*/
|
|
2887
2956
|
updateModel(updateModelRequest) {
|
|
2888
2957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2943,7 +3012,7 @@ class AIServiceLanguageClient {
|
|
|
2943
3012
|
* @param UpdateProjectRequest
|
|
2944
3013
|
* @return UpdateProjectResponse
|
|
2945
3014
|
* @throws OciError when an error occurs
|
|
2946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
2947
3016
|
*/
|
|
2948
3017
|
updateProject(updateProjectRequest) {
|
|
2949
3018
|
return __awaiter(this, void 0, void 0, function* () {
|