oci-ailanguage 2.82.1 → 2.83.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/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":"cancel-job-response.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/response/cancel-job-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221001
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeJobCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221001
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-job-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-job-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/response/change-job-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221001
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateJobResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcWorkRequestId": string;
|
|
31
|
+
/**
|
|
32
|
+
* The returned model.Job instance.
|
|
33
|
+
*/
|
|
34
|
+
"job": model.Job;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221001
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-job-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-job-response.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/response/create-job-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221001
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteJobResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221001
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-job-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-job-response.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/response/delete-job-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221001
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetJobResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Job instance.
|
|
28
|
+
*/
|
|
29
|
+
"job": model.Job;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221001
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-job-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-job-response.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/response/get-job-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -27,20 +27,28 @@ import * as BatchDetectLanguageTextClassificationResponse from "./batch-detect-l
|
|
|
27
27
|
export import BatchDetectLanguageTextClassificationResponse = BatchDetectLanguageTextClassificationResponse.BatchDetectLanguageTextClassificationResponse;
|
|
28
28
|
import * as BatchLanguageTranslationResponse from "./batch-language-translation-response";
|
|
29
29
|
export import BatchLanguageTranslationResponse = BatchLanguageTranslationResponse.BatchLanguageTranslationResponse;
|
|
30
|
+
import * as CancelJobResponse from "./cancel-job-response";
|
|
31
|
+
export import CancelJobResponse = CancelJobResponse.CancelJobResponse;
|
|
30
32
|
import * as ChangeEndpointCompartmentResponse from "./change-endpoint-compartment-response";
|
|
31
33
|
export import ChangeEndpointCompartmentResponse = ChangeEndpointCompartmentResponse.ChangeEndpointCompartmentResponse;
|
|
34
|
+
import * as ChangeJobCompartmentResponse from "./change-job-compartment-response";
|
|
35
|
+
export import ChangeJobCompartmentResponse = ChangeJobCompartmentResponse.ChangeJobCompartmentResponse;
|
|
32
36
|
import * as ChangeModelCompartmentResponse from "./change-model-compartment-response";
|
|
33
37
|
export import ChangeModelCompartmentResponse = ChangeModelCompartmentResponse.ChangeModelCompartmentResponse;
|
|
34
38
|
import * as ChangeProjectCompartmentResponse from "./change-project-compartment-response";
|
|
35
39
|
export import ChangeProjectCompartmentResponse = ChangeProjectCompartmentResponse.ChangeProjectCompartmentResponse;
|
|
36
40
|
import * as CreateEndpointResponse from "./create-endpoint-response";
|
|
37
41
|
export import CreateEndpointResponse = CreateEndpointResponse.CreateEndpointResponse;
|
|
42
|
+
import * as CreateJobResponse from "./create-job-response";
|
|
43
|
+
export import CreateJobResponse = CreateJobResponse.CreateJobResponse;
|
|
38
44
|
import * as CreateModelResponse from "./create-model-response";
|
|
39
45
|
export import CreateModelResponse = CreateModelResponse.CreateModelResponse;
|
|
40
46
|
import * as CreateProjectResponse from "./create-project-response";
|
|
41
47
|
export import CreateProjectResponse = CreateProjectResponse.CreateProjectResponse;
|
|
42
48
|
import * as DeleteEndpointResponse from "./delete-endpoint-response";
|
|
43
49
|
export import DeleteEndpointResponse = DeleteEndpointResponse.DeleteEndpointResponse;
|
|
50
|
+
import * as DeleteJobResponse from "./delete-job-response";
|
|
51
|
+
export import DeleteJobResponse = DeleteJobResponse.DeleteJobResponse;
|
|
44
52
|
import * as DeleteModelResponse from "./delete-model-response";
|
|
45
53
|
export import DeleteModelResponse = DeleteModelResponse.DeleteModelResponse;
|
|
46
54
|
import * as DeleteProjectResponse from "./delete-project-response";
|
|
@@ -57,6 +65,8 @@ import * as DetectLanguageTextClassificationResponse from "./detect-language-tex
|
|
|
57
65
|
export import DetectLanguageTextClassificationResponse = DetectLanguageTextClassificationResponse.DetectLanguageTextClassificationResponse;
|
|
58
66
|
import * as GetEndpointResponse from "./get-endpoint-response";
|
|
59
67
|
export import GetEndpointResponse = GetEndpointResponse.GetEndpointResponse;
|
|
68
|
+
import * as GetJobResponse from "./get-job-response";
|
|
69
|
+
export import GetJobResponse = GetJobResponse.GetJobResponse;
|
|
60
70
|
import * as GetModelResponse from "./get-model-response";
|
|
61
71
|
export import GetModelResponse = GetModelResponse.GetModelResponse;
|
|
62
72
|
import * as GetModelTypeResponse from "./get-model-type-response";
|
|
@@ -69,6 +79,8 @@ import * as ListEndpointsResponse from "./list-endpoints-response";
|
|
|
69
79
|
export import ListEndpointsResponse = ListEndpointsResponse.ListEndpointsResponse;
|
|
70
80
|
import * as ListEvaluationResultsResponse from "./list-evaluation-results-response";
|
|
71
81
|
export import ListEvaluationResultsResponse = ListEvaluationResultsResponse.ListEvaluationResultsResponse;
|
|
82
|
+
import * as ListJobsResponse from "./list-jobs-response";
|
|
83
|
+
export import ListJobsResponse = ListJobsResponse.ListJobsResponse;
|
|
72
84
|
import * as ListModelsResponse from "./list-models-response";
|
|
73
85
|
export import ListModelsResponse = ListModelsResponse.ListModelsResponse;
|
|
74
86
|
import * as ListProjectsResponse from "./list-projects-response";
|
|
@@ -81,6 +93,8 @@ import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
|
81
93
|
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
82
94
|
import * as UpdateEndpointResponse from "./update-endpoint-response";
|
|
83
95
|
export import UpdateEndpointResponse = UpdateEndpointResponse.UpdateEndpointResponse;
|
|
96
|
+
import * as UpdateJobResponse from "./update-job-response";
|
|
97
|
+
export import UpdateJobResponse = UpdateJobResponse.UpdateJobResponse;
|
|
84
98
|
import * as UpdateModelResponse from "./update-model-response";
|
|
85
99
|
export import UpdateModelResponse = UpdateModelResponse.UpdateModelResponse;
|
|
86
100
|
import * as UpdateProjectResponse from "./update-project-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221001
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListJobsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.JobCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"jobCollection": model.JobCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221001
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-jobs-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-jobs-response.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/response/list-jobs-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20221001
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface UpdateJobResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Job instance.
|
|
28
|
+
*/
|
|
29
|
+
"job": model.Job;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20221001
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-job-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-job-response.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/response/update-job-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-ailanguage",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.83.0",
|
|
4
4
|
"description": "OCI NodeJS client for Ai Language Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.83.0",
|
|
19
|
+
"oci-workrequests": "2.83.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|