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.
Files changed (136) hide show
  1. package/lib/aiservicelanguage-waiter.d.ts +8 -0
  2. package/lib/aiservicelanguage-waiter.js +12 -0
  3. package/lib/aiservicelanguage-waiter.js.map +1 -1
  4. package/lib/client.d.ts +101 -36
  5. package/lib/client.js +477 -36
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/change-job-compartment-details.d.ts +30 -0
  8. package/lib/model/change-job-compartment-details.js +32 -0
  9. package/lib/model/change-job-compartment-details.js.map +1 -0
  10. package/lib/model/configuration-details.d.ts +62 -0
  11. package/lib/model/configuration-details.js +32 -0
  12. package/lib/model/configuration-details.js.map +1 -0
  13. package/lib/model/create-job-details.d.ts +47 -0
  14. package/lib/model/create-job-details.js +82 -0
  15. package/lib/model/create-job-details.js.map +1 -0
  16. package/lib/model/documents-configuration.d.ts +34 -0
  17. package/lib/model/documents-configuration.js +32 -0
  18. package/lib/model/documents-configuration.js.map +1 -0
  19. package/lib/model/index.d.ts +28 -0
  20. package/lib/model/index.js +31 -3
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/input-configuration.d.ts +43 -0
  23. package/lib/model/input-configuration.js +61 -0
  24. package/lib/model/input-configuration.js.map +1 -0
  25. package/lib/model/input-location.d.ts +28 -0
  26. package/lib/model/input-location.js +75 -0
  27. package/lib/model/input-location.js.map +1 -0
  28. package/lib/model/job-collection.d.ts +29 -0
  29. package/lib/model/job-collection.js +64 -0
  30. package/lib/model/job-collection.js.map +1 -0
  31. package/lib/model/job-summary.d.ts +88 -0
  32. package/lib/model/job-summary.js +32 -0
  33. package/lib/model/job-summary.js.map +1 -0
  34. package/lib/model/job.d.ts +118 -0
  35. package/lib/model/job.js +98 -0
  36. package/lib/model/job.js.map +1 -0
  37. package/lib/model/model-metadata-details.d.ts +87 -0
  38. package/lib/model/model-metadata-details.js +61 -0
  39. package/lib/model/model-metadata-details.js.map +1 -0
  40. package/lib/model/object-prefix-output-location.d.ts +36 -0
  41. package/lib/model/object-prefix-output-location.js +32 -0
  42. package/lib/model/object-prefix-output-location.js.map +1 -0
  43. package/lib/model/object-storage-file-name-location.d.ts +39 -0
  44. package/lib/model/object-storage-file-name-location.js +57 -0
  45. package/lib/model/object-storage-file-name-location.js.map +1 -0
  46. package/lib/model/object-storage-prefix-location.d.ts +39 -0
  47. package/lib/model/object-storage-prefix-location.js +57 -0
  48. package/lib/model/object-storage-prefix-location.js.map +1 -0
  49. package/lib/model/translation-document-result.d.ts +67 -2
  50. package/lib/model/translation-document-result.js.map +1 -1
  51. package/lib/model/update-job-details.d.ts +32 -0
  52. package/lib/model/update-job-details.js +32 -0
  53. package/lib/model/update-job-details.js.map +1 -0
  54. package/lib/request/batch-detect-dominant-language-request.d.ts +1 -1
  55. package/lib/request/batch-detect-language-entities-request.d.ts +1 -1
  56. package/lib/request/batch-detect-language-key-phrases-request.d.ts +1 -1
  57. package/lib/request/batch-detect-language-pii-entities-request.d.ts +1 -1
  58. package/lib/request/batch-detect-language-sentiments-request.d.ts +1 -1
  59. package/lib/request/batch-detect-language-text-classification-request.d.ts +1 -1
  60. package/lib/request/batch-language-translation-request.d.ts +1 -1
  61. package/lib/request/cancel-job-request.d.ts +44 -0
  62. package/lib/request/cancel-job-request.js +15 -0
  63. package/lib/request/cancel-job-request.js.map +1 -0
  64. package/lib/request/change-endpoint-compartment-request.d.ts +1 -1
  65. package/lib/request/change-job-compartment-request.d.ts +49 -0
  66. package/lib/request/change-job-compartment-request.js +15 -0
  67. package/lib/request/change-job-compartment-request.js.map +1 -0
  68. package/lib/request/change-model-compartment-request.d.ts +1 -1
  69. package/lib/request/change-project-compartment-request.d.ts +1 -1
  70. package/lib/request/create-endpoint-request.d.ts +1 -1
  71. package/lib/request/create-job-request.d.ts +36 -0
  72. package/lib/request/create-job-request.js +15 -0
  73. package/lib/request/create-job-request.js.map +1 -0
  74. package/lib/request/create-model-request.d.ts +1 -1
  75. package/lib/request/create-project-request.d.ts +1 -1
  76. package/lib/request/delete-endpoint-request.d.ts +1 -1
  77. package/lib/request/delete-job-request.d.ts +35 -0
  78. package/lib/request/delete-job-request.js +15 -0
  79. package/lib/request/delete-job-request.js.map +1 -0
  80. package/lib/request/delete-model-request.d.ts +1 -1
  81. package/lib/request/delete-project-request.d.ts +1 -1
  82. package/lib/request/detect-dominant-language-request.d.ts +1 -1
  83. package/lib/request/detect-language-entities-request.d.ts +1 -1
  84. package/lib/request/detect-language-key-phrases-request.d.ts +1 -1
  85. package/lib/request/detect-language-sentiments-request.d.ts +1 -1
  86. package/lib/request/detect-language-text-classification-request.d.ts +1 -1
  87. package/lib/request/get-endpoint-request.d.ts +1 -1
  88. package/lib/request/get-job-request.d.ts +26 -0
  89. package/lib/request/get-job-request.js +15 -0
  90. package/lib/request/get-job-request.js.map +1 -0
  91. package/lib/request/get-model-request.d.ts +1 -1
  92. package/lib/request/get-model-type-request.d.ts +1 -1
  93. package/lib/request/get-project-request.d.ts +1 -1
  94. package/lib/request/get-work-request-request.d.ts +1 -1
  95. package/lib/request/index.d.ts +14 -0
  96. package/lib/request/index.js +3 -1
  97. package/lib/request/index.js.map +1 -1
  98. package/lib/request/list-endpoints-request.d.ts +1 -1
  99. package/lib/request/list-evaluation-results-request.d.ts +1 -1
  100. package/lib/request/list-jobs-request.d.ts +62 -0
  101. package/lib/request/list-jobs-request.js +24 -0
  102. package/lib/request/list-jobs-request.js.map +1 -0
  103. package/lib/request/list-models-request.d.ts +1 -1
  104. package/lib/request/list-projects-request.d.ts +1 -1
  105. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  106. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  107. package/lib/request/list-work-requests-request.d.ts +1 -1
  108. package/lib/request/update-endpoint-request.d.ts +1 -1
  109. package/lib/request/update-job-request.d.ts +40 -0
  110. package/lib/request/update-job-request.js +15 -0
  111. package/lib/request/update-job-request.js.map +1 -0
  112. package/lib/request/update-model-request.d.ts +1 -1
  113. package/lib/request/update-project-request.d.ts +1 -1
  114. package/lib/response/cancel-job-response.d.ts +20 -0
  115. package/lib/response/cancel-job-response.js +15 -0
  116. package/lib/response/cancel-job-response.js.map +1 -0
  117. package/lib/response/change-job-compartment-response.d.ts +20 -0
  118. package/lib/response/change-job-compartment-response.js +15 -0
  119. package/lib/response/change-job-compartment-response.js.map +1 -0
  120. package/lib/response/create-job-response.d.ts +35 -0
  121. package/lib/response/create-job-response.js +15 -0
  122. package/lib/response/create-job-response.js.map +1 -0
  123. package/lib/response/delete-job-response.d.ts +25 -0
  124. package/lib/response/delete-job-response.js +15 -0
  125. package/lib/response/delete-job-response.js.map +1 -0
  126. package/lib/response/get-job-response.d.ts +30 -0
  127. package/lib/response/get-job-response.js +15 -0
  128. package/lib/response/get-job-response.js.map +1 -0
  129. package/lib/response/index.d.ts +14 -0
  130. package/lib/response/list-jobs-response.d.ts +32 -0
  131. package/lib/response/list-jobs-response.js +15 -0
  132. package/lib/response/list-jobs-response.js.map +1 -0
  133. package/lib/response/update-job-response.d.ts +30 -0
  134. package/lib/response/update-job-response.js +15 -0
  135. package/lib/response/update-job-response.js.map +1 -0
  136. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
17
17
  */
18
18
  export interface CreateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpointRequest.
16
16
  */
17
17
  export interface DeleteEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
16
+ */
17
+ export interface DeleteJobRequest extends common.BaseRequest {
18
+ /**
19
+ * Unique Transcription Job identifier.
20
+ */
21
+ "jobId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
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=delete-job-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-job-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/delete-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
16
16
  */
17
17
  export interface DeleteModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguageRequest.
17
17
  */
18
18
  export interface DetectDominantLanguageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntitiesRequest.
17
17
  */
18
18
  export interface DetectLanguageEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrasesRequest.
17
17
  */
18
18
  export interface DetectLanguageKeyPhrasesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentimentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentimentsRequest.
17
17
  */
18
18
  export interface DetectLanguageSentimentsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassificationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassificationRequest.
17
17
  */
18
18
  export interface DetectLanguageTextClassificationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpointRequest.
16
16
  */
17
17
  export interface GetEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,26 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/GetJob.ts.html |here} to see how to use GetJobRequest.
16
+ */
17
+ export interface GetJobRequest extends common.BaseRequest {
18
+ /**
19
+ * Unique Transcription Job identifier.
20
+ */
21
+ "jobId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-job-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/get-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/GetModel.ts.html |here} to see how to use GetModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/GetModel.ts.html |here} to see how to use GetModelRequest.
16
16
  */
17
17
  export interface GetModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/GetModelType.ts.html |here} to see how to use GetModelTypeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/GetModelType.ts.html |here} to see how to use GetModelTypeRequest.
16
16
  */
17
17
  export interface GetModelTypeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/GetProject.ts.html |here} to see how to use GetProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/GetProject.ts.html |here} to see how to use GetProjectRequest.
16
16
  */
17
17
  export interface GetProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -27,20 +27,28 @@ import * as BatchDetectLanguageTextClassificationRequest from "./batch-detect-la
27
27
  export import BatchDetectLanguageTextClassificationRequest = BatchDetectLanguageTextClassificationRequest.BatchDetectLanguageTextClassificationRequest;
28
28
  import * as BatchLanguageTranslationRequest from "./batch-language-translation-request";
29
29
  export import BatchLanguageTranslationRequest = BatchLanguageTranslationRequest.BatchLanguageTranslationRequest;
30
+ import * as CancelJobRequest from "./cancel-job-request";
31
+ export import CancelJobRequest = CancelJobRequest.CancelJobRequest;
30
32
  import * as ChangeEndpointCompartmentRequest from "./change-endpoint-compartment-request";
31
33
  export import ChangeEndpointCompartmentRequest = ChangeEndpointCompartmentRequest.ChangeEndpointCompartmentRequest;
34
+ import * as ChangeJobCompartmentRequest from "./change-job-compartment-request";
35
+ export import ChangeJobCompartmentRequest = ChangeJobCompartmentRequest.ChangeJobCompartmentRequest;
32
36
  import * as ChangeModelCompartmentRequest from "./change-model-compartment-request";
33
37
  export import ChangeModelCompartmentRequest = ChangeModelCompartmentRequest.ChangeModelCompartmentRequest;
34
38
  import * as ChangeProjectCompartmentRequest from "./change-project-compartment-request";
35
39
  export import ChangeProjectCompartmentRequest = ChangeProjectCompartmentRequest.ChangeProjectCompartmentRequest;
36
40
  import * as CreateEndpointRequest from "./create-endpoint-request";
37
41
  export import CreateEndpointRequest = CreateEndpointRequest.CreateEndpointRequest;
42
+ import * as CreateJobRequest from "./create-job-request";
43
+ export import CreateJobRequest = CreateJobRequest.CreateJobRequest;
38
44
  import * as CreateModelRequest from "./create-model-request";
39
45
  export import CreateModelRequest = CreateModelRequest.CreateModelRequest;
40
46
  import * as CreateProjectRequest from "./create-project-request";
41
47
  export import CreateProjectRequest = CreateProjectRequest.CreateProjectRequest;
42
48
  import * as DeleteEndpointRequest from "./delete-endpoint-request";
43
49
  export import DeleteEndpointRequest = DeleteEndpointRequest.DeleteEndpointRequest;
50
+ import * as DeleteJobRequest from "./delete-job-request";
51
+ export import DeleteJobRequest = DeleteJobRequest.DeleteJobRequest;
44
52
  import * as DeleteModelRequest from "./delete-model-request";
45
53
  export import DeleteModelRequest = DeleteModelRequest.DeleteModelRequest;
46
54
  import * as DeleteProjectRequest from "./delete-project-request";
@@ -57,6 +65,8 @@ import * as DetectLanguageTextClassificationRequest from "./detect-language-text
57
65
  export import DetectLanguageTextClassificationRequest = DetectLanguageTextClassificationRequest.DetectLanguageTextClassificationRequest;
58
66
  import * as GetEndpointRequest from "./get-endpoint-request";
59
67
  export import GetEndpointRequest = GetEndpointRequest.GetEndpointRequest;
68
+ import * as GetJobRequest from "./get-job-request";
69
+ export import GetJobRequest = GetJobRequest.GetJobRequest;
60
70
  import * as GetModelRequest from "./get-model-request";
61
71
  export import GetModelRequest = GetModelRequest.GetModelRequest;
62
72
  import * as GetModelTypeRequest from "./get-model-type-request";
@@ -69,6 +79,8 @@ import * as ListEndpointsRequest from "./list-endpoints-request";
69
79
  export import ListEndpointsRequest = ListEndpointsRequest.ListEndpointsRequest;
70
80
  import * as ListEvaluationResultsRequest from "./list-evaluation-results-request";
71
81
  export import ListEvaluationResultsRequest = ListEvaluationResultsRequest.ListEvaluationResultsRequest;
82
+ import * as ListJobsRequest from "./list-jobs-request";
83
+ export import ListJobsRequest = ListJobsRequest.ListJobsRequest;
72
84
  import * as ListModelsRequest from "./list-models-request";
73
85
  export import ListModelsRequest = ListModelsRequest.ListModelsRequest;
74
86
  import * as ListProjectsRequest from "./list-projects-request";
@@ -81,6 +93,8 @@ import * as ListWorkRequestsRequest from "./list-work-requests-request";
81
93
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
82
94
  import * as UpdateEndpointRequest from "./update-endpoint-request";
83
95
  export import UpdateEndpointRequest = UpdateEndpointRequest.UpdateEndpointRequest;
96
+ import * as UpdateJobRequest from "./update-job-request";
97
+ export import UpdateJobRequest = UpdateJobRequest.UpdateJobRequest;
84
98
  import * as UpdateModelRequest from "./update-model-request";
85
99
  export import UpdateModelRequest = UpdateModelRequest.UpdateModelRequest;
86
100
  import * as UpdateProjectRequest from "./update-project-request";
@@ -34,11 +34,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
34
34
  return result;
35
35
  };
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListProjectsRequest = exports.ListModelsRequest = exports.ListEndpointsRequest = exports.BatchDetectLanguageSentimentsRequest = void 0;
37
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListProjectsRequest = exports.ListModelsRequest = exports.ListJobsRequest = exports.ListEndpointsRequest = exports.BatchDetectLanguageSentimentsRequest = void 0;
38
38
  const BatchDetectLanguageSentimentsRequest = __importStar(require("./batch-detect-language-sentiments-request"));
39
39
  exports.BatchDetectLanguageSentimentsRequest = BatchDetectLanguageSentimentsRequest.BatchDetectLanguageSentimentsRequest;
40
40
  const ListEndpointsRequest = __importStar(require("./list-endpoints-request"));
41
41
  exports.ListEndpointsRequest = ListEndpointsRequest.ListEndpointsRequest;
42
+ const ListJobsRequest = __importStar(require("./list-jobs-request"));
43
+ exports.ListJobsRequest = ListJobsRequest.ListJobsRequest;
42
44
  const ListModelsRequest = __importStar(require("./list-models-request"));
43
45
  exports.ListModelsRequest = ListModelsRequest.ListModelsRequest;
44
46
  const ListProjectsRequest = __importStar(require("./list-projects-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAUH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AA2C/H,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAG/E,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAUH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAqD/H,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAG/E,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpointsRequest.
17
17
  */
18
18
  export interface ListEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResultsRequest.
16
16
  */
17
17
  export interface ListEvaluationResultsRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,62 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
+ */
18
+ export interface ListJobsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the compartment in which to list resources.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * A filter to return only resources whose lifecycleState matches the given lifecycleState.
25
+ */
26
+ "lifecycleState"?: string;
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * Unique identifier(OCID).
33
+ */
34
+ "id"?: string;
35
+ /**
36
+ * The maximum number of items to return.
37
+ */
38
+ "limit"?: number;
39
+ /**
40
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The sort order to use, either 'asc' or 'desc'.
45
+ */
46
+ "sortOrder"?: model.SortOrder;
47
+ /**
48
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
49
+ *
50
+ */
51
+ "sortBy"?: ListJobsRequest.SortBy;
52
+ /**
53
+ * The client request ID for tracing.
54
+ */
55
+ "opcRequestId"?: string;
56
+ }
57
+ export declare namespace ListJobsRequest {
58
+ enum SortBy {
59
+ TimeCreated = "timeCreated",
60
+ DisplayName = "displayName"
61
+ }
62
+ }
@@ -0,0 +1,24 @@
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
+ exports.ListJobsRequest = void 0;
16
+ var ListJobsRequest;
17
+ (function (ListJobsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListJobsRequest.SortBy || (ListJobsRequest.SortBy = {}));
23
+ })(ListJobsRequest = exports.ListJobsRequest || (exports.ListJobsRequest = {}));
24
+ //# sourceMappingURL=list-jobs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-jobs-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/list-jobs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,eAAe,CAK/B;AALD,WAAiB,eAAe;IAC9B,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,sBAAM,KAAN,sBAAM,QAGjB;AACH,CAAC,EALgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK/B"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/ListModels.ts.html |here} to see how to use ListModelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/ListModels.ts.html |here} to see how to use ListModelsRequest.
17
17
  */
18
18
  export interface ListModelsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
17
17
  */
18
18
  export interface ListProjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpointRequest.
17
17
  */
18
18
  export interface UpdateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
17
+ */
18
+ export interface UpdateJobRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Transcription Job identifier.
21
+ */
22
+ "jobId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateJobDetails": model.UpdateJobDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-job-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/update-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
17
17
  */
18
18
  export interface UpdateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
17
17
  */
18
18
  export interface UpdateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -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 CancelJobResponse {
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=cancel-job-response.js.map