oci-aidocument 2.78.0 → 2.79.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +22 -23
- package/lib/client.js +46 -117
- package/lib/client.js.map +1 -1
- package/lib/model/dataset.js +2 -4
- package/lib/model/dataset.js.map +1 -1
- package/lib/model/document-details.js +2 -4
- package/lib/model/document-details.js.map +1 -1
- package/lib/model/document-feature.js +2 -4
- package/lib/model/document-feature.js.map +1 -1
- package/lib/model/field-value.js +2 -4
- package/lib/model/field-value.js.map +1 -1
- package/lib/model/input-location.js +2 -4
- package/lib/model/input-location.js.map +1 -1
- package/lib/model/model-metrics.js +2 -4
- package/lib/model/model-metrics.js.map +1 -1
- package/lib/model/processor-config.js +2 -4
- package/lib/model/processor-config.js.map +1 -1
- package/lib/request/analyze-document-request.d.ts +1 -1
- package/lib/request/cancel-processor-job-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-processor-job-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/delete-model-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +1 -1
- package/lib/request/get-processor-job-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-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/patch-model-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -46,7 +46,6 @@ export declare class AIServiceDocumentClient {
|
|
|
46
46
|
* @param endpoint The endpoint of the service.
|
|
47
47
|
*/
|
|
48
48
|
set endpoint(endpoint: string);
|
|
49
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
50
49
|
/**
|
|
51
50
|
* Determines whether realm specific endpoint should be used or not.
|
|
52
51
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -92,7 +91,7 @@ export declare class AIServiceDocumentClient {
|
|
|
92
91
|
* @param AnalyzeDocumentRequest
|
|
93
92
|
* @return AnalyzeDocumentResponse
|
|
94
93
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
|
|
96
95
|
*/
|
|
97
96
|
analyzeDocument(analyzeDocumentRequest: requests.AnalyzeDocumentRequest): Promise<responses.AnalyzeDocumentResponse>;
|
|
98
97
|
/**
|
|
@@ -102,7 +101,7 @@ export declare class AIServiceDocumentClient {
|
|
|
102
101
|
* @param CancelProcessorJobRequest
|
|
103
102
|
* @return CancelProcessorJobResponse
|
|
104
103
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API.
|
|
106
105
|
*/
|
|
107
106
|
cancelProcessorJob(cancelProcessorJobRequest: requests.CancelProcessorJobRequest): Promise<responses.CancelProcessorJobResponse>;
|
|
108
107
|
/**
|
|
@@ -111,7 +110,7 @@ export declare class AIServiceDocumentClient {
|
|
|
111
110
|
* @param CancelWorkRequestRequest
|
|
112
111
|
* @return CancelWorkRequestResponse
|
|
113
112
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
115
114
|
*/
|
|
116
115
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
117
116
|
/**
|
|
@@ -120,7 +119,7 @@ export declare class AIServiceDocumentClient {
|
|
|
120
119
|
* @param ChangeModelCompartmentRequest
|
|
121
120
|
* @return ChangeModelCompartmentResponse
|
|
122
121
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
124
123
|
*/
|
|
125
124
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
126
125
|
/**
|
|
@@ -129,7 +128,7 @@ export declare class AIServiceDocumentClient {
|
|
|
129
128
|
* @param ChangeProjectCompartmentRequest
|
|
130
129
|
* @return ChangeProjectCompartmentResponse
|
|
131
130
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
133
132
|
*/
|
|
134
133
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
135
134
|
/**
|
|
@@ -139,7 +138,7 @@ export declare class AIServiceDocumentClient {
|
|
|
139
138
|
* @param CreateModelRequest
|
|
140
139
|
* @return CreateModelResponse
|
|
141
140
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
143
142
|
*/
|
|
144
143
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
145
144
|
/**
|
|
@@ -149,7 +148,7 @@ export declare class AIServiceDocumentClient {
|
|
|
149
148
|
* @param CreateProcessorJobRequest
|
|
150
149
|
* @return CreateProcessorJobResponse
|
|
151
150
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API.
|
|
153
152
|
*/
|
|
154
153
|
createProcessorJob(createProcessorJobRequest: requests.CreateProcessorJobRequest): Promise<responses.CreateProcessorJobResponse>;
|
|
155
154
|
/**
|
|
@@ -159,7 +158,7 @@ export declare class AIServiceDocumentClient {
|
|
|
159
158
|
* @param CreateProjectRequest
|
|
160
159
|
* @return CreateProjectResponse
|
|
161
160
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
163
162
|
*/
|
|
164
163
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
165
164
|
/**
|
|
@@ -168,7 +167,7 @@ export declare class AIServiceDocumentClient {
|
|
|
168
167
|
* @param DeleteModelRequest
|
|
169
168
|
* @return DeleteModelResponse
|
|
170
169
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
172
171
|
*/
|
|
173
172
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
174
173
|
/**
|
|
@@ -177,7 +176,7 @@ export declare class AIServiceDocumentClient {
|
|
|
177
176
|
* @param DeleteProjectRequest
|
|
178
177
|
* @return DeleteProjectResponse
|
|
179
178
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
181
180
|
*/
|
|
182
181
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
183
182
|
/**
|
|
@@ -186,7 +185,7 @@ export declare class AIServiceDocumentClient {
|
|
|
186
185
|
* @param GetModelRequest
|
|
187
186
|
* @return GetModelResponse
|
|
188
187
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
|
|
190
189
|
*/
|
|
191
190
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
192
191
|
/**
|
|
@@ -196,7 +195,7 @@ export declare class AIServiceDocumentClient {
|
|
|
196
195
|
* @param GetProcessorJobRequest
|
|
197
196
|
* @return GetProcessorJobResponse
|
|
198
197
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API.
|
|
200
199
|
*/
|
|
201
200
|
getProcessorJob(getProcessorJobRequest: requests.GetProcessorJobRequest): Promise<responses.GetProcessorJobResponse>;
|
|
202
201
|
/**
|
|
@@ -205,7 +204,7 @@ export declare class AIServiceDocumentClient {
|
|
|
205
204
|
* @param GetProjectRequest
|
|
206
205
|
* @return GetProjectResponse
|
|
207
206
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
|
|
209
208
|
*/
|
|
210
209
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
211
210
|
/**
|
|
@@ -214,7 +213,7 @@ export declare class AIServiceDocumentClient {
|
|
|
214
213
|
* @param GetWorkRequestRequest
|
|
215
214
|
* @return GetWorkRequestResponse
|
|
216
215
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
218
217
|
*/
|
|
219
218
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
220
219
|
/**
|
|
@@ -224,7 +223,7 @@ export declare class AIServiceDocumentClient {
|
|
|
224
223
|
* @param ListModelsRequest
|
|
225
224
|
* @return ListModelsResponse
|
|
226
225
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
|
|
228
227
|
*/
|
|
229
228
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
230
229
|
/**
|
|
@@ -234,7 +233,7 @@ export declare class AIServiceDocumentClient {
|
|
|
234
233
|
* @param ListProjectsRequest
|
|
235
234
|
* @return ListProjectsResponse
|
|
236
235
|
* @throws OciError when an error occurs
|
|
237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
238
237
|
*/
|
|
239
238
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
240
239
|
/**
|
|
@@ -244,7 +243,7 @@ export declare class AIServiceDocumentClient {
|
|
|
244
243
|
* @param ListWorkRequestErrorsRequest
|
|
245
244
|
* @return ListWorkRequestErrorsResponse
|
|
246
245
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
248
247
|
*/
|
|
249
248
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
250
249
|
/**
|
|
@@ -254,7 +253,7 @@ export declare class AIServiceDocumentClient {
|
|
|
254
253
|
* @param ListWorkRequestLogsRequest
|
|
255
254
|
* @return ListWorkRequestLogsResponse
|
|
256
255
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
258
257
|
*/
|
|
259
258
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
260
259
|
/**
|
|
@@ -264,7 +263,7 @@ export declare class AIServiceDocumentClient {
|
|
|
264
263
|
* @param ListWorkRequestsRequest
|
|
265
264
|
* @return ListWorkRequestsResponse
|
|
266
265
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
268
267
|
*/
|
|
269
268
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
270
269
|
/**
|
|
@@ -273,7 +272,7 @@ export declare class AIServiceDocumentClient {
|
|
|
273
272
|
* @param PatchModelRequest
|
|
274
273
|
* @return PatchModelResponse
|
|
275
274
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
|
|
277
276
|
*/
|
|
278
277
|
patchModel(patchModelRequest: requests.PatchModelRequest): Promise<responses.PatchModelResponse>;
|
|
279
278
|
/**
|
|
@@ -282,7 +281,7 @@ export declare class AIServiceDocumentClient {
|
|
|
282
281
|
* @param UpdateModelRequest
|
|
283
282
|
* @return UpdateModelResponse
|
|
284
283
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
286
285
|
*/
|
|
287
286
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
288
287
|
/**
|
|
@@ -291,7 +290,7 @@ export declare class AIServiceDocumentClient {
|
|
|
291
290
|
* @param UpdateProjectRequest
|
|
292
291
|
* @return UpdateProjectResponse
|
|
293
292
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
295
294
|
*/
|
|
296
295
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
297
296
|
}
|