oci-aidocument 2.102.1 → 2.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +26 -26
- package/lib/client.js +26 -26
- package/lib/model/component-model.d.ts +1 -1
- package/lib/model/create-model-details.d.ts +2 -2
- package/lib/model/model-summary.d.ts +2 -2
- package/lib/model/model.d.ts +2 -2
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/add-model-lock-request.d.ts +1 -1
- package/lib/request/add-project-lock-request.d.ts +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/remove-model-lock-request.d.ts +1 -1
- package/lib/request/remove-project-lock-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
|
@@ -100,7 +100,7 @@ export declare class AIServiceDocumentClient {
|
|
|
100
100
|
* @param AddModelLockRequest
|
|
101
101
|
* @return AddModelLockResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AddModelLock.ts.html |here} to see how to use AddModelLock API.
|
|
104
104
|
*/
|
|
105
105
|
addModelLock(addModelLockRequest: requests.AddModelLockRequest): Promise<responses.AddModelLockResponse>;
|
|
106
106
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class AIServiceDocumentClient {
|
|
|
109
109
|
* @param AddProjectLockRequest
|
|
110
110
|
* @return AddProjectLockResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.
|
|
112
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AddProjectLock.ts.html |here} to see how to use AddProjectLock API.
|
|
113
113
|
*/
|
|
114
114
|
addProjectLock(addProjectLockRequest: requests.AddProjectLockRequest): Promise<responses.AddProjectLockResponse>;
|
|
115
115
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class AIServiceDocumentClient {
|
|
|
119
119
|
* @param AnalyzeDocumentRequest
|
|
120
120
|
* @return AnalyzeDocumentResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.
|
|
122
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
|
|
123
123
|
*/
|
|
124
124
|
analyzeDocument(analyzeDocumentRequest: requests.AnalyzeDocumentRequest): Promise<responses.AnalyzeDocumentResponse>;
|
|
125
125
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class AIServiceDocumentClient {
|
|
|
129
129
|
* @param CancelProcessorJobRequest
|
|
130
130
|
* @return CancelProcessorJobResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.
|
|
132
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API.
|
|
133
133
|
*/
|
|
134
134
|
cancelProcessorJob(cancelProcessorJobRequest: requests.CancelProcessorJobRequest): Promise<responses.CancelProcessorJobResponse>;
|
|
135
135
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class AIServiceDocumentClient {
|
|
|
138
138
|
* @param CancelWorkRequestRequest
|
|
139
139
|
* @return CancelWorkRequestResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.
|
|
141
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
142
142
|
*/
|
|
143
143
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
144
144
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class AIServiceDocumentClient {
|
|
|
147
147
|
* @param ChangeModelCompartmentRequest
|
|
148
148
|
* @return ChangeModelCompartmentResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.
|
|
150
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
151
151
|
*/
|
|
152
152
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
153
153
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class AIServiceDocumentClient {
|
|
|
156
156
|
* @param ChangeProjectCompartmentRequest
|
|
157
157
|
* @return ChangeProjectCompartmentResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.
|
|
159
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
160
160
|
*/
|
|
161
161
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class AIServiceDocumentClient {
|
|
|
166
166
|
* @param CreateModelRequest
|
|
167
167
|
* @return CreateModelResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.
|
|
169
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
170
170
|
*/
|
|
171
171
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
172
172
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class AIServiceDocumentClient {
|
|
|
176
176
|
* @param CreateProcessorJobRequest
|
|
177
177
|
* @return CreateProcessorJobResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.
|
|
179
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API.
|
|
180
180
|
*/
|
|
181
181
|
createProcessorJob(createProcessorJobRequest: requests.CreateProcessorJobRequest): Promise<responses.CreateProcessorJobResponse>;
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class AIServiceDocumentClient {
|
|
|
186
186
|
* @param CreateProjectRequest
|
|
187
187
|
* @return CreateProjectResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.
|
|
189
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
190
190
|
*/
|
|
191
191
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
192
192
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class AIServiceDocumentClient {
|
|
|
195
195
|
* @param DeleteModelRequest
|
|
196
196
|
* @return DeleteModelResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.
|
|
198
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
199
199
|
*/
|
|
200
200
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
201
201
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class AIServiceDocumentClient {
|
|
|
204
204
|
* @param DeleteProjectRequest
|
|
205
205
|
* @return DeleteProjectResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
208
208
|
*/
|
|
209
209
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class AIServiceDocumentClient {
|
|
|
213
213
|
* @param GetModelRequest
|
|
214
214
|
* @return GetModelResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
|
|
217
217
|
*/
|
|
218
218
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
219
219
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class AIServiceDocumentClient {
|
|
|
223
223
|
* @param GetProcessorJobRequest
|
|
224
224
|
* @return GetProcessorJobResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.
|
|
226
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API.
|
|
227
227
|
*/
|
|
228
228
|
getProcessorJob(getProcessorJobRequest: requests.GetProcessorJobRequest): Promise<responses.GetProcessorJobResponse>;
|
|
229
229
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class AIServiceDocumentClient {
|
|
|
232
232
|
* @param GetProjectRequest
|
|
233
233
|
* @return GetProjectResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.
|
|
235
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
|
|
236
236
|
*/
|
|
237
237
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
238
238
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class AIServiceDocumentClient {
|
|
|
241
241
|
* @param GetWorkRequestRequest
|
|
242
242
|
* @return GetWorkRequestResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.
|
|
244
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
245
245
|
*/
|
|
246
246
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
247
247
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class AIServiceDocumentClient {
|
|
|
251
251
|
* @param ListModelsRequest
|
|
252
252
|
* @return ListModelsResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.
|
|
254
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
|
|
255
255
|
*/
|
|
256
256
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
257
257
|
/**
|
|
@@ -261,7 +261,7 @@ export declare class AIServiceDocumentClient {
|
|
|
261
261
|
* @param ListProjectsRequest
|
|
262
262
|
* @return ListProjectsResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.
|
|
264
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
265
265
|
*/
|
|
266
266
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
267
267
|
/**
|
|
@@ -271,7 +271,7 @@ export declare class AIServiceDocumentClient {
|
|
|
271
271
|
* @param ListWorkRequestErrorsRequest
|
|
272
272
|
* @return ListWorkRequestErrorsResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.
|
|
274
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
275
275
|
*/
|
|
276
276
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
277
277
|
/**
|
|
@@ -281,7 +281,7 @@ export declare class AIServiceDocumentClient {
|
|
|
281
281
|
* @param ListWorkRequestLogsRequest
|
|
282
282
|
* @return ListWorkRequestLogsResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.
|
|
284
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
285
285
|
*/
|
|
286
286
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
287
287
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class AIServiceDocumentClient {
|
|
|
291
291
|
* @param ListWorkRequestsRequest
|
|
292
292
|
* @return ListWorkRequestsResponse
|
|
293
293
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.
|
|
294
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
295
295
|
*/
|
|
296
296
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
297
297
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class AIServiceDocumentClient {
|
|
|
300
300
|
* @param PatchModelRequest
|
|
301
301
|
* @return PatchModelResponse
|
|
302
302
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.
|
|
303
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
|
|
304
304
|
*/
|
|
305
305
|
patchModel(patchModelRequest: requests.PatchModelRequest): Promise<responses.PatchModelResponse>;
|
|
306
306
|
/**
|
|
@@ -309,7 +309,7 @@ export declare class AIServiceDocumentClient {
|
|
|
309
309
|
* @param RemoveModelLockRequest
|
|
310
310
|
* @return RemoveModelLockResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.
|
|
312
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/RemoveModelLock.ts.html |here} to see how to use RemoveModelLock API.
|
|
313
313
|
*/
|
|
314
314
|
removeModelLock(removeModelLockRequest: requests.RemoveModelLockRequest): Promise<responses.RemoveModelLockResponse>;
|
|
315
315
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class AIServiceDocumentClient {
|
|
|
318
318
|
* @param RemoveProjectLockRequest
|
|
319
319
|
* @return RemoveProjectLockResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.
|
|
321
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/RemoveProjectLock.ts.html |here} to see how to use RemoveProjectLock API.
|
|
322
322
|
*/
|
|
323
323
|
removeProjectLock(removeProjectLockRequest: requests.RemoveProjectLockRequest): Promise<responses.RemoveProjectLockResponse>;
|
|
324
324
|
/**
|
|
@@ -327,7 +327,7 @@ export declare class AIServiceDocumentClient {
|
|
|
327
327
|
* @param UpdateModelRequest
|
|
328
328
|
* @return UpdateModelResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.
|
|
330
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
331
331
|
*/
|
|
332
332
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
333
333
|
/**
|
|
@@ -336,7 +336,7 @@ export declare class AIServiceDocumentClient {
|
|
|
336
336
|
* @param UpdateProjectRequest
|
|
337
337
|
* @return UpdateProjectResponse
|
|
338
338
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.
|
|
339
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
340
340
|
*/
|
|
341
341
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
342
342
|
}
|
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class AIServiceDocumentClient {
|
|
|
213
213
|
* @param AddModelLockRequest
|
|
214
214
|
* @return AddModelLockResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AddModelLock.ts.html |here} to see how to use AddModelLock API.
|
|
217
217
|
*/
|
|
218
218
|
addModelLock(addModelLockRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -281,7 +281,7 @@ class AIServiceDocumentClient {
|
|
|
281
281
|
* @param AddProjectLockRequest
|
|
282
282
|
* @return AddProjectLockResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.
|
|
284
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AddProjectLock.ts.html |here} to see how to use AddProjectLock API.
|
|
285
285
|
*/
|
|
286
286
|
addProjectLock(addProjectLockRequest) {
|
|
287
287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -350,7 +350,7 @@ class AIServiceDocumentClient {
|
|
|
350
350
|
* @param AnalyzeDocumentRequest
|
|
351
351
|
* @return AnalyzeDocumentResponse
|
|
352
352
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.
|
|
353
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
|
|
354
354
|
*/
|
|
355
355
|
analyzeDocument(analyzeDocumentRequest) {
|
|
356
356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -424,7 +424,7 @@ class AIServiceDocumentClient {
|
|
|
424
424
|
* @param CancelProcessorJobRequest
|
|
425
425
|
* @return CancelProcessorJobResponse
|
|
426
426
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.
|
|
427
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API.
|
|
428
428
|
*/
|
|
429
429
|
cancelProcessorJob(cancelProcessorJobRequest) {
|
|
430
430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -479,7 +479,7 @@ class AIServiceDocumentClient {
|
|
|
479
479
|
* @param CancelWorkRequestRequest
|
|
480
480
|
* @return CancelWorkRequestResponse
|
|
481
481
|
* @throws OciError when an error occurs
|
|
482
|
-
* @example Click {@link https://docs.
|
|
482
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
483
483
|
*/
|
|
484
484
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
485
485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -534,7 +534,7 @@ class AIServiceDocumentClient {
|
|
|
534
534
|
* @param ChangeModelCompartmentRequest
|
|
535
535
|
* @return ChangeModelCompartmentResponse
|
|
536
536
|
* @throws OciError when an error occurs
|
|
537
|
-
* @example Click {@link https://docs.
|
|
537
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
538
538
|
*/
|
|
539
539
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
540
540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +592,7 @@ class AIServiceDocumentClient {
|
|
|
592
592
|
* @param ChangeProjectCompartmentRequest
|
|
593
593
|
* @return ChangeProjectCompartmentResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.
|
|
595
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
596
596
|
*/
|
|
597
597
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
598
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -651,7 +651,7 @@ class AIServiceDocumentClient {
|
|
|
651
651
|
* @param CreateModelRequest
|
|
652
652
|
* @return CreateModelResponse
|
|
653
653
|
* @throws OciError when an error occurs
|
|
654
|
-
* @example Click {@link https://docs.
|
|
654
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
655
655
|
*/
|
|
656
656
|
createModel(createModelRequest) {
|
|
657
657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -730,7 +730,7 @@ class AIServiceDocumentClient {
|
|
|
730
730
|
* @param CreateProcessorJobRequest
|
|
731
731
|
* @return CreateProcessorJobResponse
|
|
732
732
|
* @throws OciError when an error occurs
|
|
733
|
-
* @example Click {@link https://docs.
|
|
733
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API.
|
|
734
734
|
*/
|
|
735
735
|
createProcessorJob(createProcessorJobRequest) {
|
|
736
736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -794,7 +794,7 @@ class AIServiceDocumentClient {
|
|
|
794
794
|
* @param CreateProjectRequest
|
|
795
795
|
* @return CreateProjectResponse
|
|
796
796
|
* @throws OciError when an error occurs
|
|
797
|
-
* @example Click {@link https://docs.
|
|
797
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
798
798
|
*/
|
|
799
799
|
createProject(createProjectRequest) {
|
|
800
800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -872,7 +872,7 @@ class AIServiceDocumentClient {
|
|
|
872
872
|
* @param DeleteModelRequest
|
|
873
873
|
* @return DeleteModelResponse
|
|
874
874
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.
|
|
875
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
876
876
|
*/
|
|
877
877
|
deleteModel(deleteModelRequest) {
|
|
878
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -934,7 +934,7 @@ class AIServiceDocumentClient {
|
|
|
934
934
|
* @param DeleteProjectRequest
|
|
935
935
|
* @return DeleteProjectResponse
|
|
936
936
|
* @throws OciError when an error occurs
|
|
937
|
-
* @example Click {@link https://docs.
|
|
937
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
938
938
|
*/
|
|
939
939
|
deleteProject(deleteProjectRequest) {
|
|
940
940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -996,7 +996,7 @@ class AIServiceDocumentClient {
|
|
|
996
996
|
* @param GetModelRequest
|
|
997
997
|
* @return GetModelResponse
|
|
998
998
|
* @throws OciError when an error occurs
|
|
999
|
-
* @example Click {@link https://docs.
|
|
999
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
|
|
1000
1000
|
*/
|
|
1001
1001
|
getModel(getModelRequest) {
|
|
1002
1002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1060,7 +1060,7 @@ class AIServiceDocumentClient {
|
|
|
1060
1060
|
* @param GetProcessorJobRequest
|
|
1061
1061
|
* @return GetProcessorJobResponse
|
|
1062
1062
|
* @throws OciError when an error occurs
|
|
1063
|
-
* @example Click {@link https://docs.
|
|
1063
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API.
|
|
1064
1064
|
*/
|
|
1065
1065
|
getProcessorJob(getProcessorJobRequest) {
|
|
1066
1066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1123,7 +1123,7 @@ class AIServiceDocumentClient {
|
|
|
1123
1123
|
* @param GetProjectRequest
|
|
1124
1124
|
* @return GetProjectResponse
|
|
1125
1125
|
* @throws OciError when an error occurs
|
|
1126
|
-
* @example Click {@link https://docs.
|
|
1126
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
|
|
1127
1127
|
*/
|
|
1128
1128
|
getProject(getProjectRequest) {
|
|
1129
1129
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1186,7 +1186,7 @@ class AIServiceDocumentClient {
|
|
|
1186
1186
|
* @param GetWorkRequestRequest
|
|
1187
1187
|
* @return GetWorkRequestResponse
|
|
1188
1188
|
* @throws OciError when an error occurs
|
|
1189
|
-
* @example Click {@link https://docs.
|
|
1189
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1190
1190
|
*/
|
|
1191
1191
|
getWorkRequest(getWorkRequestRequest) {
|
|
1192
1192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1255,7 +1255,7 @@ class AIServiceDocumentClient {
|
|
|
1255
1255
|
* @param ListModelsRequest
|
|
1256
1256
|
* @return ListModelsResponse
|
|
1257
1257
|
* @throws OciError when an error occurs
|
|
1258
|
-
* @example Click {@link https://docs.
|
|
1258
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
|
|
1259
1259
|
*/
|
|
1260
1260
|
listModels(listModelsRequest) {
|
|
1261
1261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1327,7 +1327,7 @@ class AIServiceDocumentClient {
|
|
|
1327
1327
|
* @param ListProjectsRequest
|
|
1328
1328
|
* @return ListProjectsResponse
|
|
1329
1329
|
* @throws OciError when an error occurs
|
|
1330
|
-
* @example Click {@link https://docs.
|
|
1330
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
1331
1331
|
*/
|
|
1332
1332
|
listProjects(listProjectsRequest) {
|
|
1333
1333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1398,7 +1398,7 @@ class AIServiceDocumentClient {
|
|
|
1398
1398
|
* @param ListWorkRequestErrorsRequest
|
|
1399
1399
|
* @return ListWorkRequestErrorsResponse
|
|
1400
1400
|
* @throws OciError when an error occurs
|
|
1401
|
-
* @example Click {@link https://docs.
|
|
1401
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1402
1402
|
*/
|
|
1403
1403
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1404
1404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1467,7 +1467,7 @@ class AIServiceDocumentClient {
|
|
|
1467
1467
|
* @param ListWorkRequestLogsRequest
|
|
1468
1468
|
* @return ListWorkRequestLogsResponse
|
|
1469
1469
|
* @throws OciError when an error occurs
|
|
1470
|
-
* @example Click {@link https://docs.
|
|
1470
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1471
1471
|
*/
|
|
1472
1472
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1473
1473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1536,7 +1536,7 @@ class AIServiceDocumentClient {
|
|
|
1536
1536
|
* @param ListWorkRequestsRequest
|
|
1537
1537
|
* @return ListWorkRequestsResponse
|
|
1538
1538
|
* @throws OciError when an error occurs
|
|
1539
|
-
* @example Click {@link https://docs.
|
|
1539
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1540
1540
|
*/
|
|
1541
1541
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1542
1542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1606,7 +1606,7 @@ class AIServiceDocumentClient {
|
|
|
1606
1606
|
* @param PatchModelRequest
|
|
1607
1607
|
* @return PatchModelResponse
|
|
1608
1608
|
* @throws OciError when an error occurs
|
|
1609
|
-
* @example Click {@link https://docs.
|
|
1609
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
|
|
1610
1610
|
*/
|
|
1611
1611
|
patchModel(patchModelRequest) {
|
|
1612
1612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1676,7 +1676,7 @@ class AIServiceDocumentClient {
|
|
|
1676
1676
|
* @param RemoveModelLockRequest
|
|
1677
1677
|
* @return RemoveModelLockResponse
|
|
1678
1678
|
* @throws OciError when an error occurs
|
|
1679
|
-
* @example Click {@link https://docs.
|
|
1679
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/RemoveModelLock.ts.html |here} to see how to use RemoveModelLock API.
|
|
1680
1680
|
*/
|
|
1681
1681
|
removeModelLock(removeModelLockRequest) {
|
|
1682
1682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1744,7 +1744,7 @@ class AIServiceDocumentClient {
|
|
|
1744
1744
|
* @param RemoveProjectLockRequest
|
|
1745
1745
|
* @return RemoveProjectLockResponse
|
|
1746
1746
|
* @throws OciError when an error occurs
|
|
1747
|
-
* @example Click {@link https://docs.
|
|
1747
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/RemoveProjectLock.ts.html |here} to see how to use RemoveProjectLock API.
|
|
1748
1748
|
*/
|
|
1749
1749
|
removeProjectLock(removeProjectLockRequest) {
|
|
1750
1750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1812,7 +1812,7 @@ class AIServiceDocumentClient {
|
|
|
1812
1812
|
* @param UpdateModelRequest
|
|
1813
1813
|
* @return UpdateModelResponse
|
|
1814
1814
|
* @throws OciError when an error occurs
|
|
1815
|
-
* @example Click {@link https://docs.
|
|
1815
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
1816
1816
|
*/
|
|
1817
1817
|
updateModel(updateModelRequest) {
|
|
1818
1818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1875,7 +1875,7 @@ class AIServiceDocumentClient {
|
|
|
1875
1875
|
* @param UpdateProjectRequest
|
|
1876
1876
|
* @return UpdateProjectResponse
|
|
1877
1877
|
* @throws OciError when an error occurs
|
|
1878
|
-
* @example Click {@link https://docs.
|
|
1878
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
1879
1879
|
*/
|
|
1880
1880
|
updateProject(updateProjectRequest) {
|
|
1881
1881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ComponentModel {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of active custom Key Value model that need to be composed.
|
|
19
19
|
*/
|
|
20
20
|
"modelId"?: string;
|
|
21
21
|
}
|
|
@@ -47,7 +47,7 @@ export interface CreateModelDetails {
|
|
|
47
47
|
"testingDataset"?: model.DataScienceLabelingDataset | model.ObjectStorageDataset;
|
|
48
48
|
"validationDataset"?: model.DataScienceLabelingDataset | model.ObjectStorageDataset;
|
|
49
49
|
/**
|
|
50
|
-
* The [OCID](https://docs.
|
|
50
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) list of active custom Key Value models that need to be composed.
|
|
51
51
|
*/
|
|
52
52
|
"componentModels"?: Array<model.ComponentModel>;
|
|
53
53
|
/**
|
|
@@ -55,7 +55,7 @@ export interface CreateModelDetails {
|
|
|
55
55
|
*/
|
|
56
56
|
"aliasName"?: string;
|
|
57
57
|
/**
|
|
58
|
-
* The [OCID](https://docs.
|
|
58
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
|
|
59
59
|
*/
|
|
60
60
|
"projectId": string;
|
|
61
61
|
/**
|
|
@@ -40,7 +40,7 @@ export interface ModelSummary {
|
|
|
40
40
|
*/
|
|
41
41
|
"modelVersion": string;
|
|
42
42
|
/**
|
|
43
|
-
* The [OCID](https://docs.
|
|
43
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
|
|
44
44
|
*/
|
|
45
45
|
"projectId": string;
|
|
46
46
|
/**
|
|
@@ -75,7 +75,7 @@ export interface ModelSummary {
|
|
|
75
75
|
"testingDataset"?: model.DataScienceLabelingDataset | model.ObjectStorageDataset;
|
|
76
76
|
"validationDataset"?: model.DataScienceLabelingDataset | model.ObjectStorageDataset;
|
|
77
77
|
/**
|
|
78
|
-
* The [OCID](https://docs.
|
|
78
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) list of active custom Key Value models that need to be composed.
|
|
79
79
|
*/
|
|
80
80
|
"componentModels"?: Array<model.ComponentModel>;
|
|
81
81
|
/**
|
package/lib/model/model.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export interface Model {
|
|
|
63
63
|
"testingDataset"?: model.DataScienceLabelingDataset | model.ObjectStorageDataset;
|
|
64
64
|
"validationDataset"?: model.DataScienceLabelingDataset | model.ObjectStorageDataset;
|
|
65
65
|
/**
|
|
66
|
-
* The [OCID](https://docs.
|
|
66
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) collection of active custom Key Value models that need to be composed.
|
|
67
67
|
*/
|
|
68
68
|
"componentModels"?: Array<model.ComponentModel>;
|
|
69
69
|
/**
|
|
@@ -75,7 +75,7 @@ export interface Model {
|
|
|
75
75
|
*/
|
|
76
76
|
"modelVersion": string;
|
|
77
77
|
/**
|
|
78
|
-
* The [OCID](https://docs.
|
|
78
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
|
|
79
79
|
*/
|
|
80
80
|
"projectId": string;
|
|
81
81
|
/**
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
-
* (https://docs.
|
|
19
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm).
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AddModelLock.ts.html |here} to see how to use AddModelLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddModelLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AddProjectLock.ts.html |here} to see how to use AddProjectLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddProjectLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocumentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AnalyzeDocumentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelProcessorJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeModelCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateModel.ts.html |here} to see how to use CreateModelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateModelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProcessorJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteModelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetModel.ts.html |here} to see how to use GetModelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetModelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProcessorJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetProject.ts.html |here} to see how to use GetProjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/PatchModel.ts.html |here} to see how to use PatchModelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PatchModelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/RemoveModelLock.ts.html |here} to see how to use RemoveModelLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveModelLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/RemoveProjectLock.ts.html |here} to see how to use RemoveProjectLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveProjectLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-aidocument",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Ai Document 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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|