oci-ailanguage 2.81.0 → 2.82.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/aiservicelanguage-waiter.d.ts +8 -0
- package/lib/aiservicelanguage-waiter.js +12 -0
- package/lib/aiservicelanguage-waiter.js.map +1 -1
- package/lib/client.d.ts +101 -36
- package/lib/client.js +477 -36
- package/lib/client.js.map +1 -1
- package/lib/model/change-job-compartment-details.d.ts +30 -0
- package/lib/model/change-job-compartment-details.js +32 -0
- package/lib/model/change-job-compartment-details.js.map +1 -0
- package/lib/model/configuration-details.d.ts +62 -0
- package/lib/model/configuration-details.js +32 -0
- package/lib/model/configuration-details.js.map +1 -0
- package/lib/model/create-job-details.d.ts +47 -0
- package/lib/model/create-job-details.js +82 -0
- package/lib/model/create-job-details.js.map +1 -0
- package/lib/model/documents-configuration.d.ts +34 -0
- package/lib/model/documents-configuration.js +32 -0
- package/lib/model/documents-configuration.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +31 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/input-configuration.d.ts +43 -0
- package/lib/model/input-configuration.js +61 -0
- package/lib/model/input-configuration.js.map +1 -0
- package/lib/model/input-location.d.ts +28 -0
- package/lib/model/input-location.js +75 -0
- package/lib/model/input-location.js.map +1 -0
- package/lib/model/job-collection.d.ts +29 -0
- package/lib/model/job-collection.js +64 -0
- package/lib/model/job-collection.js.map +1 -0
- package/lib/model/job-summary.d.ts +88 -0
- package/lib/model/job-summary.js +32 -0
- package/lib/model/job-summary.js.map +1 -0
- package/lib/model/job.d.ts +118 -0
- package/lib/model/job.js +98 -0
- package/lib/model/job.js.map +1 -0
- package/lib/model/model-metadata-details.d.ts +87 -0
- package/lib/model/model-metadata-details.js +61 -0
- package/lib/model/model-metadata-details.js.map +1 -0
- package/lib/model/object-prefix-output-location.d.ts +36 -0
- package/lib/model/object-prefix-output-location.js +32 -0
- package/lib/model/object-prefix-output-location.js.map +1 -0
- package/lib/model/object-storage-file-name-location.d.ts +39 -0
- package/lib/model/object-storage-file-name-location.js +57 -0
- package/lib/model/object-storage-file-name-location.js.map +1 -0
- package/lib/model/object-storage-prefix-location.d.ts +39 -0
- package/lib/model/object-storage-prefix-location.js +57 -0
- package/lib/model/object-storage-prefix-location.js.map +1 -0
- package/lib/model/translation-document-result.d.ts +67 -2
- package/lib/model/translation-document-result.js.map +1 -1
- package/lib/model/update-job-details.d.ts +32 -0
- package/lib/model/update-job-details.js +32 -0
- package/lib/model/update-job-details.js.map +1 -0
- 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/cancel-job-request.d.ts +44 -0
- package/lib/request/cancel-job-request.js +15 -0
- package/lib/request/cancel-job-request.js.map +1 -0
- package/lib/request/change-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +49 -0
- package/lib/request/change-job-compartment-request.js +15 -0
- package/lib/request/change-job-compartment-request.js.map +1 -0
- 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 +36 -0
- package/lib/request/create-job-request.js +15 -0
- package/lib/request/create-job-request.js.map +1 -0
- 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 +35 -0
- package/lib/request/delete-job-request.js +15 -0
- package/lib/request/delete-job-request.js.map +1 -0
- 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 +26 -0
- package/lib/request/get-job-request.js +15 -0
- package/lib/request/get-job-request.js.map +1 -0
- 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 +14 -0
- package/lib/request/index.js +3 -1
- 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 +62 -0
- package/lib/request/list-jobs-request.js +24 -0
- package/lib/request/list-jobs-request.js.map +1 -0
- 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 +40 -0
- package/lib/request/update-job-request.js +15 -0
- package/lib/request/update-job-request.js.map +1 -0
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/response/cancel-job-response.d.ts +20 -0
- package/lib/response/cancel-job-response.js +15 -0
- package/lib/response/cancel-job-response.js.map +1 -0
- package/lib/response/change-job-compartment-response.d.ts +20 -0
- package/lib/response/change-job-compartment-response.js +15 -0
- package/lib/response/change-job-compartment-response.js.map +1 -0
- package/lib/response/create-job-response.d.ts +35 -0
- package/lib/response/create-job-response.js +15 -0
- package/lib/response/create-job-response.js.map +1 -0
- package/lib/response/delete-job-response.d.ts +25 -0
- package/lib/response/delete-job-response.js +15 -0
- package/lib/response/delete-job-response.js.map +1 -0
- package/lib/response/get-job-response.d.ts +30 -0
- package/lib/response/get-job-response.js +15 -0
- package/lib/response/get-job-response.js.map +1 -0
- package/lib/response/index.d.ts +14 -0
- package/lib/response/list-jobs-response.d.ts +32 -0
- package/lib/response/list-jobs-response.js +15 -0
- package/lib/response/list-jobs-response.js.map +1 -0
- package/lib/response/update-job-response.d.ts +30 -0
- package/lib/response/update-job-response.js +15 -0
- package/lib/response/update-job-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-job-details.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/create-job-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,gBAAgB,CA+ChC;AA/CD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,2BAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,uCAAsB,yBAsBrC,CAAA;AACH,CAAC,EA/CgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA+ChC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Language API
|
|
3
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Input documents configuration
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface DocumentsConfiguration {
|
|
21
|
+
/**
|
|
22
|
+
* meta data about documents
|
|
23
|
+
* For CSV valid JSON format is {\"CSV\" :{inputColumn: \"reviewDetails\", rowId: \"reviewId\", copyColumnsToOutput: [\"reviewId\" \"userId\"] , delimiter: \",\"}
|
|
24
|
+
* Note: In future if new file types added we will update here in documentation about input file meta data
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"config"?: {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DocumentsConfiguration {
|
|
32
|
+
function getJsonObj(obj: DocumentsConfiguration): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: DocumentsConfiguration): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Language API
|
|
4
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
5
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
6
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20221001
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.DocumentsConfiguration = void 0;
|
|
19
|
+
var DocumentsConfiguration;
|
|
20
|
+
(function (DocumentsConfiguration) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
DocumentsConfiguration.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
DocumentsConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(DocumentsConfiguration = exports.DocumentsConfiguration || (exports.DocumentsConfiguration = {}));
|
|
32
|
+
//# sourceMappingURL=documents-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documents-configuration.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/documents-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -49,6 +49,8 @@ import * as Capability from "./capability";
|
|
|
49
49
|
export import Capability = Capability.Capability;
|
|
50
50
|
import * as ChangeEndpointCompartmentDetails from "./change-endpoint-compartment-details";
|
|
51
51
|
export import ChangeEndpointCompartmentDetails = ChangeEndpointCompartmentDetails.ChangeEndpointCompartmentDetails;
|
|
52
|
+
import * as ChangeJobCompartmentDetails from "./change-job-compartment-details";
|
|
53
|
+
export import ChangeJobCompartmentDetails = ChangeJobCompartmentDetails.ChangeJobCompartmentDetails;
|
|
52
54
|
import * as ChangeModelCompartmentDetails from "./change-model-compartment-details";
|
|
53
55
|
export import ChangeModelCompartmentDetails = ChangeModelCompartmentDetails.ChangeModelCompartmentDetails;
|
|
54
56
|
import * as ChangeProjectCompartmentDetails from "./change-project-compartment-details";
|
|
@@ -57,10 +59,14 @@ import * as ClassMetrics from "./class-metrics";
|
|
|
57
59
|
export import ClassMetrics = ClassMetrics.ClassMetrics;
|
|
58
60
|
import * as ClassificationType from "./classification-type";
|
|
59
61
|
export import ClassificationType = ClassificationType.ClassificationType;
|
|
62
|
+
import * as ConfigurationDetails from "./configuration-details";
|
|
63
|
+
export import ConfigurationDetails = ConfigurationDetails.ConfigurationDetails;
|
|
60
64
|
import * as ConfusionMatrixDetails from "./confusion-matrix-details";
|
|
61
65
|
export import ConfusionMatrixDetails = ConfusionMatrixDetails.ConfusionMatrixDetails;
|
|
62
66
|
import * as CreateEndpointDetails from "./create-endpoint-details";
|
|
63
67
|
export import CreateEndpointDetails = CreateEndpointDetails.CreateEndpointDetails;
|
|
68
|
+
import * as CreateJobDetails from "./create-job-details";
|
|
69
|
+
export import CreateJobDetails = CreateJobDetails.CreateJobDetails;
|
|
64
70
|
import * as CreateModelDetails from "./create-model-details";
|
|
65
71
|
export import CreateModelDetails = CreateModelDetails.CreateModelDetails;
|
|
66
72
|
import * as CreateProjectDetails from "./create-project-details";
|
|
@@ -91,6 +97,8 @@ import * as DetectedLanguage from "./detected-language";
|
|
|
91
97
|
export import DetectedLanguage = DetectedLanguage.DetectedLanguage;
|
|
92
98
|
import * as DocumentError from "./document-error";
|
|
93
99
|
export import DocumentError = DocumentError.DocumentError;
|
|
100
|
+
import * as DocumentsConfiguration from "./documents-configuration";
|
|
101
|
+
export import DocumentsConfiguration = DocumentsConfiguration.DocumentsConfiguration;
|
|
94
102
|
import * as DominantLanguageDocument from "./dominant-language-document";
|
|
95
103
|
export import DominantLanguageDocument = DominantLanguageDocument.DominantLanguageDocument;
|
|
96
104
|
import * as DominantLanguageDocumentResult from "./dominant-language-document-result";
|
|
@@ -119,6 +127,16 @@ import * as EvaluationResults from "./evaluation-results";
|
|
|
119
127
|
export import EvaluationResults = EvaluationResults.EvaluationResults;
|
|
120
128
|
import * as HierarchicalEntity from "./hierarchical-entity";
|
|
121
129
|
export import HierarchicalEntity = HierarchicalEntity.HierarchicalEntity;
|
|
130
|
+
import * as InputConfiguration from "./input-configuration";
|
|
131
|
+
export import InputConfiguration = InputConfiguration.InputConfiguration;
|
|
132
|
+
import * as InputLocation from "./input-location";
|
|
133
|
+
export import InputLocation = InputLocation.InputLocation;
|
|
134
|
+
import * as Job from "./job";
|
|
135
|
+
export import Job = Job.Job;
|
|
136
|
+
import * as JobCollection from "./job-collection";
|
|
137
|
+
export import JobCollection = JobCollection.JobCollection;
|
|
138
|
+
import * as JobSummary from "./job-summary";
|
|
139
|
+
export import JobSummary = JobSummary.JobSummary;
|
|
122
140
|
import * as KeyPhrase from "./key-phrase";
|
|
123
141
|
export import KeyPhrase = KeyPhrase.KeyPhrase;
|
|
124
142
|
import * as KeyPhraseDocumentResult from "./key-phrase-document-result";
|
|
@@ -131,6 +149,8 @@ import * as ModelCollection from "./model-collection";
|
|
|
131
149
|
export import ModelCollection = ModelCollection.ModelCollection;
|
|
132
150
|
import * as ModelDetails from "./model-details";
|
|
133
151
|
export import ModelDetails = ModelDetails.ModelDetails;
|
|
152
|
+
import * as ModelMetadataDetails from "./model-metadata-details";
|
|
153
|
+
export import ModelMetadataDetails = ModelMetadataDetails.ModelMetadataDetails;
|
|
134
154
|
import * as ModelSummary from "./model-summary";
|
|
135
155
|
export import ModelSummary = ModelSummary.ModelSummary;
|
|
136
156
|
import * as ModelTypeInfo from "./model-type-info";
|
|
@@ -139,6 +159,8 @@ import * as NamedEntityRecognitionModelMetrics from "./named-entity-recognition-
|
|
|
139
159
|
export import NamedEntityRecognitionModelMetrics = NamedEntityRecognitionModelMetrics.NamedEntityRecognitionModelMetrics;
|
|
140
160
|
import * as NerModelVersion from "./ner-model-version";
|
|
141
161
|
export import NerModelVersion = NerModelVersion.NerModelVersion;
|
|
162
|
+
import * as ObjectPrefixOutputLocation from "./object-prefix-output-location";
|
|
163
|
+
export import ObjectPrefixOutputLocation = ObjectPrefixOutputLocation.ObjectPrefixOutputLocation;
|
|
142
164
|
import * as OperationStatus from "./operation-status";
|
|
143
165
|
export import OperationStatus = OperationStatus.OperationStatus;
|
|
144
166
|
import * as OperationType from "./operation-type";
|
|
@@ -179,6 +201,8 @@ import * as TranslationDocumentResult from "./translation-document-result";
|
|
|
179
201
|
export import TranslationDocumentResult = TranslationDocumentResult.TranslationDocumentResult;
|
|
180
202
|
import * as UpdateEndpointDetails from "./update-endpoint-details";
|
|
181
203
|
export import UpdateEndpointDetails = UpdateEndpointDetails.UpdateEndpointDetails;
|
|
204
|
+
import * as UpdateJobDetails from "./update-job-details";
|
|
205
|
+
export import UpdateJobDetails = UpdateJobDetails.UpdateJobDetails;
|
|
182
206
|
import * as UpdateModelDetails from "./update-model-details";
|
|
183
207
|
export import UpdateModelDetails = UpdateModelDetails.UpdateModelDetails;
|
|
184
208
|
import * as UpdateProjectDetails from "./update-project-details";
|
|
@@ -215,6 +239,10 @@ import * as ObjectListDataset from "./object-list-dataset";
|
|
|
215
239
|
export import ObjectListDataset = ObjectListDataset.ObjectListDataset;
|
|
216
240
|
import * as ObjectStorageDataset from "./object-storage-dataset";
|
|
217
241
|
export import ObjectStorageDataset = ObjectStorageDataset.ObjectStorageDataset;
|
|
242
|
+
import * as ObjectStorageFileNameLocation from "./object-storage-file-name-location";
|
|
243
|
+
export import ObjectStorageFileNameLocation = ObjectStorageFileNameLocation.ObjectStorageFileNameLocation;
|
|
244
|
+
import * as ObjectStoragePrefixLocation from "./object-storage-prefix-location";
|
|
245
|
+
export import ObjectStoragePrefixLocation = ObjectStoragePrefixLocation.ObjectStoragePrefixLocation;
|
|
218
246
|
import * as PiiEntityMask from "./pii-entity-mask";
|
|
219
247
|
export import PiiEntityMask = PiiEntityMask.PiiEntityMask;
|
|
220
248
|
import * as PiiEntityRemove from "./pii-entity-remove";
|
package/lib/model/index.js
CHANGED
|
@@ -34,9 +34,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
39
|
-
exports.TextClassificationModelEvaluationResult = exports.TextClassificationModelDetails = exports.TextClassificationEvaluationResults = exports.TestAndValidationDatasetStrategy = exports.PreTrainedUniversalModel = exports.PreTrainedTextClassificationModelDetails = exports.PreTrainedSummarization = exports.PreTrainedSentimentAnalysisModelDetails = exports.PreTrainedPiiModelDetails = exports.PreTrainedNamedEntityRecognitionModelDetails = exports.PreTrainedLanguageDetectionModelDetails = exports.PreTrainedKeyPhraseExtractionModelDetails = exports.PreTrainedHealthNluModelDetails = exports.PiiEntityReplace = exports.PiiEntityRemove = exports.PiiEntityMask = exports.ObjectStorageDataset = void 0;
|
|
37
|
+
exports.EntityDocumentResult = exports.Entity = exports.EndpointSummary = exports.EndpointCollection = exports.Endpoint = exports.DominantLanguageDocumentResult = exports.DominantLanguageDocument = exports.DocumentsConfiguration = exports.DocumentError = exports.DetectedLanguage = exports.DetectLanguageTextClassificationResult = exports.DetectLanguageTextClassificationDetails = exports.DetectLanguageSentimentsResult = exports.DetectLanguageSentimentsDetails = exports.DetectLanguageKeyPhrasesResult = exports.DetectLanguageKeyPhrasesDetails = exports.DetectLanguageEntitiesResult = exports.DetectLanguageEntitiesDetails = exports.DetectDominantLanguageResult = exports.DetectDominantLanguageDetails = exports.DatasetDetails = exports.CreateProjectDetails = exports.CreateModelDetails = exports.CreateJobDetails = exports.CreateEndpointDetails = exports.ConfusionMatrixDetails = exports.ConfigurationDetails = exports.ClassificationType = exports.ClassMetrics = exports.ChangeProjectCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.ChangeJobCompartmentDetails = exports.ChangeEndpointCompartmentDetails = exports.Capability = exports.Capabilities = exports.BatchLanguageTranslationResult = exports.BatchLanguageTranslationDetails = exports.BatchDetectLanguageTextClassificationResult = exports.BatchDetectLanguageTextClassificationDetails = exports.BatchDetectLanguageSentimentsResult = exports.BatchDetectLanguageSentimentsDetails = exports.BatchDetectLanguagePiiEntitiesResult = exports.BatchDetectLanguagePiiEntitiesDetails = exports.BatchDetectLanguageKeyPhrasesResult = exports.BatchDetectLanguageKeyPhrasesDetails = exports.BatchDetectLanguageEntitiesResult = exports.BatchDetectLanguageEntitiesDetails = exports.BatchDetectDominantLanguageResult = exports.BatchDetectDominantLanguageDetails = exports.ActionType = void 0;
|
|
38
|
+
exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateProjectDetails = exports.UpdateModelDetails = exports.UpdateJobDetails = exports.UpdateEndpointDetails = exports.TranslationDocumentResult = exports.TextDocument = exports.TextClassificationModelMetrics = exports.TextClassificationDocumentResult = exports.TextClassification = exports.TestStrategy = exports.SortOrder = exports.SentimentSentence = exports.SentimentDocumentResult = exports.SentimentAspect = exports.ProjectSummary = exports.ProjectCollection = exports.Project = exports.PreDeployedLanguageModels = exports.PiiEntityMasking = exports.PiiEntityDocumentResult = exports.PiiEntity = exports.OperationType = exports.OperationStatus = exports.ObjectPrefixOutputLocation = exports.NerModelVersion = exports.NamedEntityRecognitionModelMetrics = exports.ModelTypeInfo = exports.ModelSummary = exports.ModelMetadataDetails = exports.ModelDetails = exports.ModelCollection = exports.Model = exports.LocationDetails = exports.KeyPhraseDocumentResult = exports.KeyPhrase = exports.JobSummary = exports.JobCollection = exports.Job = exports.InputLocation = exports.InputConfiguration = exports.HierarchicalEntity = exports.EvaluationResults = exports.EvaluationResultSummary = exports.EvaluationResultCollection = exports.ErrorDetails = exports.EntityMetrics = exports.EntityLabelErrorAnalysis = void 0;
|
|
39
|
+
exports.TextClassificationModelEvaluationResult = exports.TextClassificationModelDetails = exports.TextClassificationEvaluationResults = exports.TestAndValidationDatasetStrategy = exports.PreTrainedUniversalModel = exports.PreTrainedTextClassificationModelDetails = exports.PreTrainedSummarization = exports.PreTrainedSentimentAnalysisModelDetails = exports.PreTrainedPiiModelDetails = exports.PreTrainedNamedEntityRecognitionModelDetails = exports.PreTrainedLanguageDetectionModelDetails = exports.PreTrainedKeyPhraseExtractionModelDetails = exports.PreTrainedHealthNluModelDetails = exports.PiiEntityReplace = exports.PiiEntityRemove = exports.PiiEntityMask = exports.ObjectStoragePrefixLocation = exports.ObjectStorageFileNameLocation = exports.ObjectStorageDataset = exports.ObjectListDataset = exports.NamedEntityRecognitionModelDetails = exports.NamedEntityRecognitionEvaluationResults = exports.NamedEntityRecognitionEvaluationResult = exports.DataScienceLabelingDataset = exports.ClassificationMultiLabelModeDetails = exports.ClassificationMultiClassModeDetails = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogCollection = exports.WorkRequestLog = void 0;
|
|
40
40
|
const ActionType = __importStar(require("./action-type"));
|
|
41
41
|
exports.ActionType = ActionType.ActionType;
|
|
42
42
|
const BatchDetectDominantLanguageDetails = __importStar(require("./batch-detect-dominant-language-details"));
|
|
@@ -73,6 +73,8 @@ const Capability = __importStar(require("./capability"));
|
|
|
73
73
|
exports.Capability = Capability.Capability;
|
|
74
74
|
const ChangeEndpointCompartmentDetails = __importStar(require("./change-endpoint-compartment-details"));
|
|
75
75
|
exports.ChangeEndpointCompartmentDetails = ChangeEndpointCompartmentDetails.ChangeEndpointCompartmentDetails;
|
|
76
|
+
const ChangeJobCompartmentDetails = __importStar(require("./change-job-compartment-details"));
|
|
77
|
+
exports.ChangeJobCompartmentDetails = ChangeJobCompartmentDetails.ChangeJobCompartmentDetails;
|
|
76
78
|
const ChangeModelCompartmentDetails = __importStar(require("./change-model-compartment-details"));
|
|
77
79
|
exports.ChangeModelCompartmentDetails = ChangeModelCompartmentDetails.ChangeModelCompartmentDetails;
|
|
78
80
|
const ChangeProjectCompartmentDetails = __importStar(require("./change-project-compartment-details"));
|
|
@@ -81,10 +83,14 @@ const ClassMetrics = __importStar(require("./class-metrics"));
|
|
|
81
83
|
exports.ClassMetrics = ClassMetrics.ClassMetrics;
|
|
82
84
|
const ClassificationType = __importStar(require("./classification-type"));
|
|
83
85
|
exports.ClassificationType = ClassificationType.ClassificationType;
|
|
86
|
+
const ConfigurationDetails = __importStar(require("./configuration-details"));
|
|
87
|
+
exports.ConfigurationDetails = ConfigurationDetails.ConfigurationDetails;
|
|
84
88
|
const ConfusionMatrixDetails = __importStar(require("./confusion-matrix-details"));
|
|
85
89
|
exports.ConfusionMatrixDetails = ConfusionMatrixDetails.ConfusionMatrixDetails;
|
|
86
90
|
const CreateEndpointDetails = __importStar(require("./create-endpoint-details"));
|
|
87
91
|
exports.CreateEndpointDetails = CreateEndpointDetails.CreateEndpointDetails;
|
|
92
|
+
const CreateJobDetails = __importStar(require("./create-job-details"));
|
|
93
|
+
exports.CreateJobDetails = CreateJobDetails.CreateJobDetails;
|
|
88
94
|
const CreateModelDetails = __importStar(require("./create-model-details"));
|
|
89
95
|
exports.CreateModelDetails = CreateModelDetails.CreateModelDetails;
|
|
90
96
|
const CreateProjectDetails = __importStar(require("./create-project-details"));
|
|
@@ -115,6 +121,8 @@ const DetectedLanguage = __importStar(require("./detected-language"));
|
|
|
115
121
|
exports.DetectedLanguage = DetectedLanguage.DetectedLanguage;
|
|
116
122
|
const DocumentError = __importStar(require("./document-error"));
|
|
117
123
|
exports.DocumentError = DocumentError.DocumentError;
|
|
124
|
+
const DocumentsConfiguration = __importStar(require("./documents-configuration"));
|
|
125
|
+
exports.DocumentsConfiguration = DocumentsConfiguration.DocumentsConfiguration;
|
|
118
126
|
const DominantLanguageDocument = __importStar(require("./dominant-language-document"));
|
|
119
127
|
exports.DominantLanguageDocument = DominantLanguageDocument.DominantLanguageDocument;
|
|
120
128
|
const DominantLanguageDocumentResult = __importStar(require("./dominant-language-document-result"));
|
|
@@ -143,6 +151,16 @@ const EvaluationResults = __importStar(require("./evaluation-results"));
|
|
|
143
151
|
exports.EvaluationResults = EvaluationResults.EvaluationResults;
|
|
144
152
|
const HierarchicalEntity = __importStar(require("./hierarchical-entity"));
|
|
145
153
|
exports.HierarchicalEntity = HierarchicalEntity.HierarchicalEntity;
|
|
154
|
+
const InputConfiguration = __importStar(require("./input-configuration"));
|
|
155
|
+
exports.InputConfiguration = InputConfiguration.InputConfiguration;
|
|
156
|
+
const InputLocation = __importStar(require("./input-location"));
|
|
157
|
+
exports.InputLocation = InputLocation.InputLocation;
|
|
158
|
+
const Job = __importStar(require("./job"));
|
|
159
|
+
exports.Job = Job.Job;
|
|
160
|
+
const JobCollection = __importStar(require("./job-collection"));
|
|
161
|
+
exports.JobCollection = JobCollection.JobCollection;
|
|
162
|
+
const JobSummary = __importStar(require("./job-summary"));
|
|
163
|
+
exports.JobSummary = JobSummary.JobSummary;
|
|
146
164
|
const KeyPhrase = __importStar(require("./key-phrase"));
|
|
147
165
|
exports.KeyPhrase = KeyPhrase.KeyPhrase;
|
|
148
166
|
const KeyPhraseDocumentResult = __importStar(require("./key-phrase-document-result"));
|
|
@@ -155,6 +173,8 @@ const ModelCollection = __importStar(require("./model-collection"));
|
|
|
155
173
|
exports.ModelCollection = ModelCollection.ModelCollection;
|
|
156
174
|
const ModelDetails = __importStar(require("./model-details"));
|
|
157
175
|
exports.ModelDetails = ModelDetails.ModelDetails;
|
|
176
|
+
const ModelMetadataDetails = __importStar(require("./model-metadata-details"));
|
|
177
|
+
exports.ModelMetadataDetails = ModelMetadataDetails.ModelMetadataDetails;
|
|
158
178
|
const ModelSummary = __importStar(require("./model-summary"));
|
|
159
179
|
exports.ModelSummary = ModelSummary.ModelSummary;
|
|
160
180
|
const ModelTypeInfo = __importStar(require("./model-type-info"));
|
|
@@ -163,6 +183,8 @@ const NamedEntityRecognitionModelMetrics = __importStar(require("./named-entity-
|
|
|
163
183
|
exports.NamedEntityRecognitionModelMetrics = NamedEntityRecognitionModelMetrics.NamedEntityRecognitionModelMetrics;
|
|
164
184
|
const NerModelVersion = __importStar(require("./ner-model-version"));
|
|
165
185
|
exports.NerModelVersion = NerModelVersion.NerModelVersion;
|
|
186
|
+
const ObjectPrefixOutputLocation = __importStar(require("./object-prefix-output-location"));
|
|
187
|
+
exports.ObjectPrefixOutputLocation = ObjectPrefixOutputLocation.ObjectPrefixOutputLocation;
|
|
166
188
|
const OperationStatus = __importStar(require("./operation-status"));
|
|
167
189
|
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
168
190
|
const OperationType = __importStar(require("./operation-type"));
|
|
@@ -203,6 +225,8 @@ const TranslationDocumentResult = __importStar(require("./translation-document-r
|
|
|
203
225
|
exports.TranslationDocumentResult = TranslationDocumentResult.TranslationDocumentResult;
|
|
204
226
|
const UpdateEndpointDetails = __importStar(require("./update-endpoint-details"));
|
|
205
227
|
exports.UpdateEndpointDetails = UpdateEndpointDetails.UpdateEndpointDetails;
|
|
228
|
+
const UpdateJobDetails = __importStar(require("./update-job-details"));
|
|
229
|
+
exports.UpdateJobDetails = UpdateJobDetails.UpdateJobDetails;
|
|
206
230
|
const UpdateModelDetails = __importStar(require("./update-model-details"));
|
|
207
231
|
exports.UpdateModelDetails = UpdateModelDetails.UpdateModelDetails;
|
|
208
232
|
const UpdateProjectDetails = __importStar(require("./update-project-details"));
|
|
@@ -239,6 +263,10 @@ const ObjectListDataset = __importStar(require("./object-list-dataset"));
|
|
|
239
263
|
exports.ObjectListDataset = ObjectListDataset.ObjectListDataset;
|
|
240
264
|
const ObjectStorageDataset = __importStar(require("./object-storage-dataset"));
|
|
241
265
|
exports.ObjectStorageDataset = ObjectStorageDataset.ObjectStorageDataset;
|
|
266
|
+
const ObjectStorageFileNameLocation = __importStar(require("./object-storage-file-name-location"));
|
|
267
|
+
exports.ObjectStorageFileNameLocation = ObjectStorageFileNameLocation.ObjectStorageFileNameLocation;
|
|
268
|
+
const ObjectStoragePrefixLocation = __importStar(require("./object-storage-prefix-location"));
|
|
269
|
+
exports.ObjectStoragePrefixLocation = ObjectStoragePrefixLocation.ObjectStoragePrefixLocation;
|
|
242
270
|
const PiiEntityMask = __importStar(require("./pii-entity-mask"));
|
|
243
271
|
exports.PiiEntityMask = PiiEntityMask.PiiEntityMask;
|
|
244
272
|
const PiiEntityRemove = __importStar(require("./pii-entity-remove"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Language API
|
|
3
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* input documents configuration
|
|
19
|
+
* by default TXT files will be processed and this behaviour will not change in future after adding new types
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export interface InputConfiguration {
|
|
23
|
+
/**
|
|
24
|
+
* Type of documents supported
|
|
25
|
+
* for this release only TXT,CSV and one element is allowed here.
|
|
26
|
+
* for future scope this is marked as list
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"documentTypes"?: Array<string>;
|
|
30
|
+
/**
|
|
31
|
+
* meta data about documents
|
|
32
|
+
* For CSV valid JSON format is {\"CSV\" :{inputColumn: \"reviewDetails\", rowId: \"reviewId\", copyColumnsToOutput: [\"reviewId\" \"userId\"] , delimiter: \",\"}
|
|
33
|
+
* Note: In future if new file types added we will update here in documentation about input file meta data
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"configuration"?: {
|
|
37
|
+
[key: string]: model.DocumentsConfiguration;
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export declare namespace InputConfiguration {
|
|
41
|
+
function getJsonObj(obj: InputConfiguration): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: InputConfiguration): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Language API
|
|
4
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
5
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
6
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20221001
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.InputConfiguration = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
const common = require("oci-common");
|
|
40
|
+
var InputConfiguration;
|
|
41
|
+
(function (InputConfiguration) {
|
|
42
|
+
function getJsonObj(obj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
44
|
+
"configuration": obj.configuration
|
|
45
|
+
? common.mapContainer(obj.configuration, model.DocumentsConfiguration.getJsonObj)
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
InputConfiguration.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"configuration": obj.configuration
|
|
54
|
+
? common.mapContainer(obj.configuration, model.DocumentsConfiguration.getDeserializedJsonObj)
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
InputConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(InputConfiguration = exports.InputConfiguration || (exports.InputConfiguration = {}));
|
|
61
|
+
//# sourceMappingURL=input-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-configuration.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/input-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAwBtC,IAAiB,kBAAkB,CA4BlC;AA5BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,EAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,MAAM,CAAC,YAAY,CACjB,GAAG,CAAC,aAAa,EACjB,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACpD;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yCAAsB,yBAcrC,CAAA;AACH,CAAC,EA5BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA4BlC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Language API
|
|
3
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* document location and other meta data about documents
|
|
18
|
+
* For TXT both ObjectStoragePrefixLocation and ObjectStorageFileNameLocation supported
|
|
19
|
+
* For CSV only ObjectStorageFileNameLocation is supported
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export interface InputLocation {
|
|
23
|
+
"locationType": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace InputLocation {
|
|
26
|
+
function getJsonObj(obj: InputLocation): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: InputLocation): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Language API
|
|
4
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
5
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
6
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20221001
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.InputLocation = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
const common = require("oci-common");
|
|
40
|
+
var InputLocation;
|
|
41
|
+
(function (InputLocation) {
|
|
42
|
+
function getJsonObj(obj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
44
|
+
if (obj && "locationType" in obj && obj.locationType) {
|
|
45
|
+
switch (obj.locationType) {
|
|
46
|
+
case "OBJECT_STORAGE_PREFIX":
|
|
47
|
+
return model.ObjectStoragePrefixLocation.getJsonObj(jsonObj, true);
|
|
48
|
+
case "OBJECT_STORAGE_FILE_LIST":
|
|
49
|
+
return model.ObjectStorageFileNameLocation.getJsonObj(jsonObj, true);
|
|
50
|
+
default:
|
|
51
|
+
if (common.LOG.logger)
|
|
52
|
+
common.LOG.logger.info(`Unknown value for: ${obj.locationType}`);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
InputLocation.getJsonObj = getJsonObj;
|
|
58
|
+
function getDeserializedJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
60
|
+
if (obj && "locationType" in obj && obj.locationType) {
|
|
61
|
+
switch (obj.locationType) {
|
|
62
|
+
case "OBJECT_STORAGE_PREFIX":
|
|
63
|
+
return model.ObjectStoragePrefixLocation.getDeserializedJsonObj(jsonObj, true);
|
|
64
|
+
case "OBJECT_STORAGE_FILE_LIST":
|
|
65
|
+
return model.ObjectStorageFileNameLocation.getDeserializedJsonObj(jsonObj, true);
|
|
66
|
+
default:
|
|
67
|
+
if (common.LOG.logger)
|
|
68
|
+
common.LOG.logger.info(`Unknown value for: ${obj.locationType}`);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
return jsonObj;
|
|
72
|
+
}
|
|
73
|
+
InputLocation.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
74
|
+
})(InputLocation = exports.InputLocation || (exports.InputLocation = {}));
|
|
75
|
+
//# sourceMappingURL=input-location.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-location.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/input-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAYtC,IAAiB,aAAa,CA2C7B;AA3CD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CACL,OAAQ,EACtD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,wBAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACjB,OAAQ,EACtD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,oCAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA2C7B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Language API
|
|
3
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
4
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
5
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20221001
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* list of Jobs created in the compartment and/or after applying filters based on filters provided by user
|
|
19
|
+
*/
|
|
20
|
+
export interface JobCollection {
|
|
21
|
+
/**
|
|
22
|
+
* List of jobs.
|
|
23
|
+
*/
|
|
24
|
+
"items": Array<model.JobSummary>;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace JobCollection {
|
|
27
|
+
function getJsonObj(obj: JobCollection): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: JobCollection): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Language API
|
|
4
|
+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
|
|
5
|
+
pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
|
|
6
|
+
This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20221001
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.JobCollection = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var JobCollection;
|
|
40
|
+
(function (JobCollection) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"items": obj.items
|
|
44
|
+
? obj.items.map(item => {
|
|
45
|
+
return model.JobSummary.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
JobCollection.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"items": obj.items
|
|
55
|
+
? obj.items.map(item => {
|
|
56
|
+
return model.JobSummary.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
JobCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(JobCollection = exports.JobCollection || (exports.JobCollection = {}));
|
|
64
|
+
//# sourceMappingURL=job-collection.js.map
|