oci-ailanguage 2.102.2 → 2.104.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 +56 -56
- package/lib/client.js +56 -56
- package/lib/model/batch-detect-dominant-language-details.d.ts +1 -1
- package/lib/model/batch-detect-language-entities-details.d.ts +1 -1
- package/lib/model/batch-detect-language-key-phrases-details.d.ts +1 -1
- package/lib/model/batch-detect-language-pii-entities-details.d.ts +1 -1
- package/lib/model/batch-detect-language-sentiments-details.d.ts +1 -1
- package/lib/model/batch-detect-language-text-classification-details.d.ts +1 -1
- package/lib/model/batch-language-translation-details.d.ts +1 -1
- package/lib/model/change-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/change-job-compartment-details.d.ts +1 -1
- package/lib/model/change-model-compartment-details.d.ts +1 -1
- package/lib/model/change-project-compartment-details.d.ts +1 -1
- package/lib/model/create-endpoint-details.d.ts +2 -2
- package/lib/model/create-job-details.d.ts +1 -1
- package/lib/model/create-model-details.d.ts +2 -2
- package/lib/model/create-project-details.d.ts +1 -1
- package/lib/model/endpoint-summary.d.ts +3 -3
- package/lib/model/endpoint.d.ts +3 -3
- package/lib/model/health-entity-document-result.d.ts +1 -1
- package/lib/model/job-summary.d.ts +3 -3
- package/lib/model/job.d.ts +3 -3
- package/lib/model/model-summary.d.ts +2 -2
- package/lib/model/model.d.ts +2 -2
- package/lib/model/pre-deployed-language-models.d.ts +1 -1
- package/lib/model/project-summary.d.ts +1 -1
- package/lib/model/project.d.ts +1 -1
- package/lib/model/text-document.d.ts +1 -1
- package/lib/model/update-endpoint-details.d.ts +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/request/batch-detect-dominant-language-request.d.ts +1 -1
- package/lib/request/batch-detect-health-entity-request.d.ts +1 -1
- package/lib/request/batch-detect-language-entities-request.d.ts +1 -1
- package/lib/request/batch-detect-language-key-phrases-request.d.ts +1 -1
- package/lib/request/batch-detect-language-pii-entities-request.d.ts +1 -1
- package/lib/request/batch-detect-language-sentiments-request.d.ts +1 -1
- package/lib/request/batch-detect-language-text-classification-request.d.ts +1 -1
- package/lib/request/batch-language-translation-request.d.ts +1 -1
- package/lib/request/cancel-job-request.d.ts +1 -1
- package/lib/request/change-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/delete-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-model-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/detect-dominant-language-request.d.ts +1 -1
- package/lib/request/detect-language-entities-request.d.ts +1 -1
- package/lib/request/detect-language-key-phrases-request.d.ts +1 -1
- package/lib/request/detect-language-sentiments-request.d.ts +1 -1
- package/lib/request/detect-language-text-classification-request.d.ts +1 -1
- package/lib/request/get-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +1 -1
- package/lib/request/get-model-type-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-endpoints-request.d.ts +1 -1
- package/lib/request/list-evaluation-results-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-models-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/package.json +3 -3
|
@@ -27,7 +27,7 @@ export interface CreateJobDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"description"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the job.
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
33
33
|
"inputLocation": model.ObjectStoragePrefixLocation | model.ObjectStorageFileNameLocation;
|
|
@@ -27,11 +27,11 @@ export interface CreateModelDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"description"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the models compartment.
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
|
|
35
35
|
*/
|
|
36
36
|
"projectId": string;
|
|
37
37
|
"modelDetails": model.PreTrainedKeyPhraseExtractionModelDetails | model.PreTrainedTranslationModelDetails | model.PreTrainedHealthNluModelDetails | model.PreTrainedUniversalModel | model.PreTrainedLanguageDetectionModelDetails | model.PreTrainedSentimentAnalysisModelDetails | model.TextClassificationModelDetails | model.HealthNluModelDetails | model.PreTrainedSummarization | model.NamedEntityRecognitionModelDetails | model.PiiModelDetails | model.PreTrainedNamedEntityRecognitionModelDetails | model.PreTrainedTextClassificationModelDetails | model.PreTrainedPiiModelDetails;
|
|
@@ -27,7 +27,7 @@ export interface CreateProjectDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"description"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the project's compartment.
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
33
33
|
/**
|
|
@@ -34,11 +34,11 @@ export interface EndpointSummary {
|
|
|
34
34
|
*/
|
|
35
35
|
"displayName": string;
|
|
36
36
|
/**
|
|
37
|
-
* The [OCID](https://docs.
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Endpoint compartment.
|
|
38
38
|
*/
|
|
39
39
|
"compartmentId": string;
|
|
40
40
|
/**
|
|
41
|
-
* The [OCID](https://docs.
|
|
41
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the endpoint.
|
|
42
42
|
*/
|
|
43
43
|
"projectId": string;
|
|
44
44
|
/**
|
|
@@ -62,7 +62,7 @@ export interface EndpointSummary {
|
|
|
62
62
|
*/
|
|
63
63
|
"inferenceUnits"?: number;
|
|
64
64
|
/**
|
|
65
|
-
* The [OCID](https://docs.
|
|
65
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model to associate with the endpoint.
|
|
66
66
|
*/
|
|
67
67
|
"modelId": string;
|
|
68
68
|
/**
|
package/lib/model/endpoint.d.ts
CHANGED
|
@@ -34,11 +34,11 @@ export interface Endpoint {
|
|
|
34
34
|
*/
|
|
35
35
|
"displayName": string;
|
|
36
36
|
/**
|
|
37
|
-
* The [OCID](https://docs.
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the endpoint compartment.
|
|
38
38
|
*/
|
|
39
39
|
"compartmentId": string;
|
|
40
40
|
/**
|
|
41
|
-
* The [OCID](https://docs.
|
|
41
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the Endpoint.
|
|
42
42
|
*/
|
|
43
43
|
"projectId": string;
|
|
44
44
|
/**
|
|
@@ -66,7 +66,7 @@ export interface Endpoint {
|
|
|
66
66
|
*/
|
|
67
67
|
"inferenceUnits"?: number;
|
|
68
68
|
/**
|
|
69
|
-
* The [OCID](https://docs.
|
|
69
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model to associate with the endpoint.
|
|
70
70
|
*/
|
|
71
71
|
"modelId": string;
|
|
72
72
|
/**
|
|
@@ -37,7 +37,7 @@ export interface HealthEntityDocumentResult {
|
|
|
37
37
|
[key: string]: model.ResolvedEntities;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
|
-
* Language code of the document. Please refer to respective model [API documentation](https://docs.
|
|
40
|
+
* Language code of the document. Please refer to respective model [API documentation](https://docs.oracle.com/iaas/language/using/overview.htm) for supported languages.
|
|
41
41
|
*/
|
|
42
42
|
"languageCode": string;
|
|
43
43
|
}
|
|
@@ -18,7 +18,7 @@ This allows enterprises to focus on business drivers and development work rather
|
|
|
18
18
|
*/
|
|
19
19
|
export interface JobSummary {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job.
|
|
22
22
|
*/
|
|
23
23
|
"id": string;
|
|
24
24
|
/**
|
|
@@ -30,7 +30,7 @@ export interface JobSummary {
|
|
|
30
30
|
*/
|
|
31
31
|
"description"?: string;
|
|
32
32
|
/**
|
|
33
|
-
* The [OCID](https://docs.
|
|
33
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the job.
|
|
34
34
|
*/
|
|
35
35
|
"compartmentId": string;
|
|
36
36
|
/**
|
|
@@ -66,7 +66,7 @@ export interface JobSummary {
|
|
|
66
66
|
*/
|
|
67
67
|
"warningsCount"?: number;
|
|
68
68
|
/**
|
|
69
|
-
* The [OCID](https://docs.
|
|
69
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the job.
|
|
70
70
|
*/
|
|
71
71
|
"createdBy"?: string;
|
|
72
72
|
/**
|
package/lib/model/job.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface Job {
|
|
21
21
|
/**
|
|
22
|
-
* The [OCID](https://docs.
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job.
|
|
23
23
|
*/
|
|
24
24
|
"id": string;
|
|
25
25
|
/**
|
|
@@ -40,7 +40,7 @@ export interface Job {
|
|
|
40
40
|
*/
|
|
41
41
|
"modelMetadataDetails": Array<model.ModelMetadataDetails>;
|
|
42
42
|
/**
|
|
43
|
-
* The [OCID](https://docs.
|
|
43
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the job.
|
|
44
44
|
*/
|
|
45
45
|
"compartmentId": string;
|
|
46
46
|
/**
|
|
@@ -81,7 +81,7 @@ export interface Job {
|
|
|
81
81
|
*/
|
|
82
82
|
"ttlInDays"?: number;
|
|
83
83
|
/**
|
|
84
|
-
* The [OCID](https://docs.
|
|
84
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the job.
|
|
85
85
|
*/
|
|
86
86
|
"createdBy"?: string;
|
|
87
87
|
/**
|
|
@@ -27,7 +27,7 @@ export interface ModelSummary {
|
|
|
27
27
|
*/
|
|
28
28
|
"displayName": string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the model's compartment.
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
33
33
|
/**
|
|
@@ -48,7 +48,7 @@ export interface ModelSummary {
|
|
|
48
48
|
*/
|
|
49
49
|
"lifecycleDetails"?: string;
|
|
50
50
|
/**
|
|
51
|
-
* The [OCID](https://docs.
|
|
51
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
|
|
52
52
|
*/
|
|
53
53
|
"projectId": string;
|
|
54
54
|
/**
|
package/lib/model/model.d.ts
CHANGED
|
@@ -27,11 +27,11 @@ export interface Model {
|
|
|
27
27
|
*/
|
|
28
28
|
"displayName": string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the model's compartment.
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
|
|
35
35
|
*/
|
|
36
36
|
"projectId": string;
|
|
37
37
|
/**
|
|
@@ -22,7 +22,7 @@ export interface PreDeployedLanguageModels {
|
|
|
22
22
|
*/
|
|
23
23
|
"id": string;
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) Compartment Identifier
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
28
28
|
/**
|
|
@@ -30,7 +30,7 @@ export interface ProjectSummary {
|
|
|
30
30
|
*/
|
|
31
31
|
"description"?: string;
|
|
32
32
|
/**
|
|
33
|
-
* The [OCID](https://docs.
|
|
33
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the project's compartment.
|
|
34
34
|
*/
|
|
35
35
|
"compartmentId": string;
|
|
36
36
|
/**
|
package/lib/model/project.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export interface Project {
|
|
|
26
26
|
*/
|
|
27
27
|
"displayName": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the project's compartment.
|
|
30
30
|
*/
|
|
31
31
|
"compartmentId": string;
|
|
32
32
|
/**
|
|
@@ -26,7 +26,7 @@ export interface TextDocument {
|
|
|
26
26
|
*/
|
|
27
27
|
"text": string;
|
|
28
28
|
/**
|
|
29
|
-
* Language code of the document. Please refer to respective model [API documentation](https://docs.
|
|
29
|
+
* Language code of the document. Please refer to respective model [API documentation](https://docs.oracle.com/iaas/language/using/overview.htm) for supported languages.
|
|
30
30
|
*/
|
|
31
31
|
"languageCode"?: string;
|
|
32
32
|
}
|
|
@@ -30,7 +30,7 @@ export interface UpdateEndpointDetails {
|
|
|
30
30
|
*/
|
|
31
31
|
"description"?: string;
|
|
32
32
|
/**
|
|
33
|
-
* The [OCID](https://docs.
|
|
33
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model to associate with the endpoint.
|
|
34
34
|
*/
|
|
35
35
|
"modelId"?: string;
|
|
36
36
|
/**
|
|
@@ -19,7 +19,7 @@ This allows enterprises to focus on business drivers and development work rather
|
|
|
19
19
|
export interface WorkRequestError {
|
|
20
20
|
/**
|
|
21
21
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
22
|
-
* (https://docs.
|
|
22
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"code": string;
|
|
@@ -31,7 +31,7 @@ export interface WorkRequestSummary {
|
|
|
31
31
|
*/
|
|
32
32
|
"id": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. Work requests should be scoped to
|
|
35
35
|
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
36
36
|
* and those resources are not in the same compartment, it is up to the service team to pick the primary
|
|
37
37
|
* resource whose compartment should be used
|
|
@@ -31,7 +31,7 @@ export interface WorkRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
"id": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. Work requests should be scoped to
|
|
35
35
|
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
36
36
|
* and those resources are not in the same compartment, it is up to the service team to pick the primary
|
|
37
37
|
* resource whose compartment should be used
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchDetectHealthEntity.ts.html |here} to see how to use BatchDetectHealthEntityRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchDetectHealthEntityRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BatchLanguageTranslationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/CancelJob.ts.html |here} to see how to use CancelJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeJobCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/CreateJob.ts.html |here} to see how to use CreateJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/GetJob.ts.html |here} to see how to use GetJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetJobRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|