oci-aivision 2.102.2 → 2.104.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 +28 -28
- package/lib/client.js +28 -28
- package/lib/model/change-model-compartment-details.d.ts +1 -1
- package/lib/model/change-project-compartment-details.d.ts +1 -1
- package/lib/model/create-model-details.d.ts +1 -1
- package/lib/model/model-summary.d.ts +1 -1
- package/lib/model/model.d.ts +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/analyze-document-request.d.ts +1 -1
- package/lib/request/analyze-image-request.d.ts +1 -1
- package/lib/request/cancel-document-job-request.d.ts +1 -1
- package/lib/request/cancel-image-job-request.d.ts +1 -1
- package/lib/request/cancel-video-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-document-job-request.d.ts +1 -1
- package/lib/request/create-image-job-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-video-job-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-document-job-request.d.ts +1 -1
- package/lib/request/get-image-job-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-video-job-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/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
|
@@ -101,7 +101,7 @@ export declare class AIServiceVisionClient {
|
|
|
101
101
|
* @param AnalyzeDocumentRequest
|
|
102
102
|
* @return AnalyzeDocumentResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.
|
|
104
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
|
|
105
105
|
*/
|
|
106
106
|
analyzeDocument(analyzeDocumentRequest: requests.AnalyzeDocumentRequest): Promise<responses.AnalyzeDocumentResponse>;
|
|
107
107
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class AIServiceVisionClient {
|
|
|
111
111
|
* @param AnalyzeImageRequest
|
|
112
112
|
* @return AnalyzeImageResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.
|
|
114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/AnalyzeImage.ts.html |here} to see how to use AnalyzeImage API.
|
|
115
115
|
*/
|
|
116
116
|
analyzeImage(analyzeImageRequest: requests.AnalyzeImageRequest): Promise<responses.AnalyzeImageResponse>;
|
|
117
117
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class AIServiceVisionClient {
|
|
|
121
121
|
* @param CancelDocumentJobRequest
|
|
122
122
|
* @return CancelDocumentJobResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.
|
|
124
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelDocumentJob.ts.html |here} to see how to use CancelDocumentJob API.
|
|
125
125
|
*/
|
|
126
126
|
cancelDocumentJob(cancelDocumentJobRequest: requests.CancelDocumentJobRequest): Promise<responses.CancelDocumentJobResponse>;
|
|
127
127
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class AIServiceVisionClient {
|
|
|
131
131
|
* @param CancelImageJobRequest
|
|
132
132
|
* @return CancelImageJobResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.
|
|
134
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelImageJob.ts.html |here} to see how to use CancelImageJob API.
|
|
135
135
|
*/
|
|
136
136
|
cancelImageJob(cancelImageJobRequest: requests.CancelImageJobRequest): Promise<responses.CancelImageJobResponse>;
|
|
137
137
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class AIServiceVisionClient {
|
|
|
141
141
|
* @param CancelVideoJobRequest
|
|
142
142
|
* @return CancelVideoJobResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.
|
|
144
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelVideoJob.ts.html |here} to see how to use CancelVideoJob API.
|
|
145
145
|
*/
|
|
146
146
|
cancelVideoJob(cancelVideoJobRequest: requests.CancelVideoJobRequest): Promise<responses.CancelVideoJobResponse>;
|
|
147
147
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class AIServiceVisionClient {
|
|
|
150
150
|
* @param CancelWorkRequestRequest
|
|
151
151
|
* @return CancelWorkRequestResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.
|
|
153
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
154
154
|
*/
|
|
155
155
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
156
156
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class AIServiceVisionClient {
|
|
|
159
159
|
* @param ChangeModelCompartmentRequest
|
|
160
160
|
* @return ChangeModelCompartmentResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.
|
|
162
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
163
163
|
*/
|
|
164
164
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
165
165
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class AIServiceVisionClient {
|
|
|
168
168
|
* @param ChangeProjectCompartmentRequest
|
|
169
169
|
* @return ChangeProjectCompartmentResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.
|
|
171
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
172
172
|
*/
|
|
173
173
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
174
174
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class AIServiceVisionClient {
|
|
|
178
178
|
* @param CreateDocumentJobRequest
|
|
179
179
|
* @return CreateDocumentJobResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.
|
|
181
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateDocumentJob.ts.html |here} to see how to use CreateDocumentJob API.
|
|
182
182
|
*/
|
|
183
183
|
createDocumentJob(createDocumentJobRequest: requests.CreateDocumentJobRequest): Promise<responses.CreateDocumentJobResponse>;
|
|
184
184
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class AIServiceVisionClient {
|
|
|
188
188
|
* @param CreateImageJobRequest
|
|
189
189
|
* @return CreateImageJobResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.
|
|
191
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateImageJob.ts.html |here} to see how to use CreateImageJob API.
|
|
192
192
|
*/
|
|
193
193
|
createImageJob(createImageJobRequest: requests.CreateImageJobRequest): Promise<responses.CreateImageJobResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class AIServiceVisionClient {
|
|
|
198
198
|
* @param CreateModelRequest
|
|
199
199
|
* @return CreateModelResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.
|
|
201
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
202
202
|
*/
|
|
203
203
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
204
204
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class AIServiceVisionClient {
|
|
|
208
208
|
* @param CreateProjectRequest
|
|
209
209
|
* @return CreateProjectResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.
|
|
211
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
212
212
|
*/
|
|
213
213
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
214
214
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class AIServiceVisionClient {
|
|
|
218
218
|
* @param CreateVideoJobRequest
|
|
219
219
|
* @return CreateVideoJobResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.
|
|
221
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateVideoJob.ts.html |here} to see how to use CreateVideoJob API.
|
|
222
222
|
*/
|
|
223
223
|
createVideoJob(createVideoJobRequest: requests.CreateVideoJobRequest): Promise<responses.CreateVideoJobResponse>;
|
|
224
224
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class AIServiceVisionClient {
|
|
|
227
227
|
* @param DeleteModelRequest
|
|
228
228
|
* @return DeleteModelResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.
|
|
230
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
231
231
|
*/
|
|
232
232
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
233
233
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class AIServiceVisionClient {
|
|
|
236
236
|
* @param DeleteProjectRequest
|
|
237
237
|
* @return DeleteProjectResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.
|
|
239
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
240
240
|
*/
|
|
241
241
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
242
242
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class AIServiceVisionClient {
|
|
|
246
246
|
* @param GetDocumentJobRequest
|
|
247
247
|
* @return GetDocumentJobResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.
|
|
249
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetDocumentJob.ts.html |here} to see how to use GetDocumentJob API.
|
|
250
250
|
*/
|
|
251
251
|
getDocumentJob(getDocumentJobRequest: requests.GetDocumentJobRequest): Promise<responses.GetDocumentJobResponse>;
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class AIServiceVisionClient {
|
|
|
256
256
|
* @param GetImageJobRequest
|
|
257
257
|
* @return GetImageJobResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.
|
|
259
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetImageJob.ts.html |here} to see how to use GetImageJob API.
|
|
260
260
|
*/
|
|
261
261
|
getImageJob(getImageJobRequest: requests.GetImageJobRequest): Promise<responses.GetImageJobResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class AIServiceVisionClient {
|
|
|
265
265
|
* @param GetModelRequest
|
|
266
266
|
* @return GetModelResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.
|
|
268
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetModel.ts.html |here} to see how to use GetModel API.
|
|
269
269
|
*/
|
|
270
270
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
271
271
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class AIServiceVisionClient {
|
|
|
274
274
|
* @param GetProjectRequest
|
|
275
275
|
* @return GetProjectResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.
|
|
277
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetProject.ts.html |here} to see how to use GetProject API.
|
|
278
278
|
*/
|
|
279
279
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
280
280
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class AIServiceVisionClient {
|
|
|
284
284
|
* @param GetVideoJobRequest
|
|
285
285
|
* @return GetVideoJobResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.
|
|
287
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetVideoJob.ts.html |here} to see how to use GetVideoJob API.
|
|
288
288
|
*/
|
|
289
289
|
getVideoJob(getVideoJobRequest: requests.GetVideoJobRequest): Promise<responses.GetVideoJobResponse>;
|
|
290
290
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class AIServiceVisionClient {
|
|
|
293
293
|
* @param GetWorkRequestRequest
|
|
294
294
|
* @return GetWorkRequestResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.
|
|
296
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
297
297
|
*/
|
|
298
298
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
299
299
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class AIServiceVisionClient {
|
|
|
303
303
|
* @param ListModelsRequest
|
|
304
304
|
* @return ListModelsResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.
|
|
306
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListModels.ts.html |here} to see how to use ListModels API.
|
|
307
307
|
*/
|
|
308
308
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
309
309
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class AIServiceVisionClient {
|
|
|
313
313
|
* @param ListProjectsRequest
|
|
314
314
|
* @return ListProjectsResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.
|
|
316
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
317
317
|
*/
|
|
318
318
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
319
319
|
/**
|
|
@@ -323,7 +323,7 @@ export declare class AIServiceVisionClient {
|
|
|
323
323
|
* @param ListWorkRequestErrorsRequest
|
|
324
324
|
* @return ListWorkRequestErrorsResponse
|
|
325
325
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.
|
|
326
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
327
327
|
*/
|
|
328
328
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
329
329
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class AIServiceVisionClient {
|
|
|
333
333
|
* @param ListWorkRequestLogsRequest
|
|
334
334
|
* @return ListWorkRequestLogsResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.
|
|
336
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
337
337
|
*/
|
|
338
338
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
339
339
|
/**
|
|
@@ -343,7 +343,7 @@ export declare class AIServiceVisionClient {
|
|
|
343
343
|
* @param ListWorkRequestsRequest
|
|
344
344
|
* @return ListWorkRequestsResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.
|
|
346
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
347
347
|
*/
|
|
348
348
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
349
349
|
/**
|
|
@@ -352,7 +352,7 @@ export declare class AIServiceVisionClient {
|
|
|
352
352
|
* @param UpdateModelRequest
|
|
353
353
|
* @return UpdateModelResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.
|
|
355
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
356
356
|
*/
|
|
357
357
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
358
358
|
/**
|
|
@@ -361,7 +361,7 @@ export declare class AIServiceVisionClient {
|
|
|
361
361
|
* @param UpdateProjectRequest
|
|
362
362
|
* @return UpdateProjectResponse
|
|
363
363
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.
|
|
364
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
365
365
|
*/
|
|
366
366
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
367
367
|
}
|
package/lib/client.js
CHANGED
|
@@ -214,7 +214,7 @@ class AIServiceVisionClient {
|
|
|
214
214
|
* @param AnalyzeDocumentRequest
|
|
215
215
|
* @return AnalyzeDocumentResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.
|
|
217
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
|
|
218
218
|
*/
|
|
219
219
|
analyzeDocument(analyzeDocumentRequest) {
|
|
220
220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +277,7 @@ class AIServiceVisionClient {
|
|
|
277
277
|
* @param AnalyzeImageRequest
|
|
278
278
|
* @return AnalyzeImageResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.
|
|
280
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/AnalyzeImage.ts.html |here} to see how to use AnalyzeImage API.
|
|
281
281
|
*/
|
|
282
282
|
analyzeImage(analyzeImageRequest) {
|
|
283
283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -340,7 +340,7 @@ class AIServiceVisionClient {
|
|
|
340
340
|
* @param CancelDocumentJobRequest
|
|
341
341
|
* @return CancelDocumentJobResponse
|
|
342
342
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.
|
|
343
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelDocumentJob.ts.html |here} to see how to use CancelDocumentJob API.
|
|
344
344
|
*/
|
|
345
345
|
cancelDocumentJob(cancelDocumentJobRequest) {
|
|
346
346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -396,7 +396,7 @@ class AIServiceVisionClient {
|
|
|
396
396
|
* @param CancelImageJobRequest
|
|
397
397
|
* @return CancelImageJobResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.
|
|
399
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelImageJob.ts.html |here} to see how to use CancelImageJob API.
|
|
400
400
|
*/
|
|
401
401
|
cancelImageJob(cancelImageJobRequest) {
|
|
402
402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -452,7 +452,7 @@ class AIServiceVisionClient {
|
|
|
452
452
|
* @param CancelVideoJobRequest
|
|
453
453
|
* @return CancelVideoJobResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.
|
|
455
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelVideoJob.ts.html |here} to see how to use CancelVideoJob API.
|
|
456
456
|
*/
|
|
457
457
|
cancelVideoJob(cancelVideoJobRequest) {
|
|
458
458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -507,7 +507,7 @@ class AIServiceVisionClient {
|
|
|
507
507
|
* @param CancelWorkRequestRequest
|
|
508
508
|
* @return CancelWorkRequestResponse
|
|
509
509
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.
|
|
510
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
511
511
|
*/
|
|
512
512
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
513
513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -562,7 +562,7 @@ class AIServiceVisionClient {
|
|
|
562
562
|
* @param ChangeModelCompartmentRequest
|
|
563
563
|
* @return ChangeModelCompartmentResponse
|
|
564
564
|
* @throws OciError when an error occurs
|
|
565
|
-
* @example Click {@link https://docs.
|
|
565
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
566
566
|
*/
|
|
567
567
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
568
568
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -618,7 +618,7 @@ class AIServiceVisionClient {
|
|
|
618
618
|
* @param ChangeProjectCompartmentRequest
|
|
619
619
|
* @return ChangeProjectCompartmentResponse
|
|
620
620
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.
|
|
621
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
622
622
|
*/
|
|
623
623
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
624
624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -675,7 +675,7 @@ class AIServiceVisionClient {
|
|
|
675
675
|
* @param CreateDocumentJobRequest
|
|
676
676
|
* @return CreateDocumentJobResponse
|
|
677
677
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.
|
|
678
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateDocumentJob.ts.html |here} to see how to use CreateDocumentJob API.
|
|
679
679
|
*/
|
|
680
680
|
createDocumentJob(createDocumentJobRequest) {
|
|
681
681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -739,7 +739,7 @@ class AIServiceVisionClient {
|
|
|
739
739
|
* @param CreateImageJobRequest
|
|
740
740
|
* @return CreateImageJobResponse
|
|
741
741
|
* @throws OciError when an error occurs
|
|
742
|
-
* @example Click {@link https://docs.
|
|
742
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateImageJob.ts.html |here} to see how to use CreateImageJob API.
|
|
743
743
|
*/
|
|
744
744
|
createImageJob(createImageJobRequest) {
|
|
745
745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -803,7 +803,7 @@ class AIServiceVisionClient {
|
|
|
803
803
|
* @param CreateModelRequest
|
|
804
804
|
* @return CreateModelResponse
|
|
805
805
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.
|
|
806
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
807
807
|
*/
|
|
808
808
|
createModel(createModelRequest) {
|
|
809
809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -872,7 +872,7 @@ class AIServiceVisionClient {
|
|
|
872
872
|
* @param CreateProjectRequest
|
|
873
873
|
* @return CreateProjectResponse
|
|
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/aivision/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
876
876
|
*/
|
|
877
877
|
createProject(createProjectRequest) {
|
|
878
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -941,7 +941,7 @@ class AIServiceVisionClient {
|
|
|
941
941
|
* @param CreateVideoJobRequest
|
|
942
942
|
* @return CreateVideoJobResponse
|
|
943
943
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.
|
|
944
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateVideoJob.ts.html |here} to see how to use CreateVideoJob API.
|
|
945
945
|
*/
|
|
946
946
|
createVideoJob(createVideoJobRequest) {
|
|
947
947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1004,7 +1004,7 @@ class AIServiceVisionClient {
|
|
|
1004
1004
|
* @param DeleteModelRequest
|
|
1005
1005
|
* @return DeleteModelResponse
|
|
1006
1006
|
* @throws OciError when an error occurs
|
|
1007
|
-
* @example Click {@link https://docs.
|
|
1007
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
1008
1008
|
*/
|
|
1009
1009
|
deleteModel(deleteModelRequest) {
|
|
1010
1010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1064,7 +1064,7 @@ class AIServiceVisionClient {
|
|
|
1064
1064
|
* @param DeleteProjectRequest
|
|
1065
1065
|
* @return DeleteProjectResponse
|
|
1066
1066
|
* @throws OciError when an error occurs
|
|
1067
|
-
* @example Click {@link https://docs.
|
|
1067
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
1068
1068
|
*/
|
|
1069
1069
|
deleteProject(deleteProjectRequest) {
|
|
1070
1070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1125,7 +1125,7 @@ class AIServiceVisionClient {
|
|
|
1125
1125
|
* @param GetDocumentJobRequest
|
|
1126
1126
|
* @return GetDocumentJobResponse
|
|
1127
1127
|
* @throws OciError when an error occurs
|
|
1128
|
-
* @example Click {@link https://docs.
|
|
1128
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetDocumentJob.ts.html |here} to see how to use GetDocumentJob API.
|
|
1129
1129
|
*/
|
|
1130
1130
|
getDocumentJob(getDocumentJobRequest) {
|
|
1131
1131
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1189,7 +1189,7 @@ class AIServiceVisionClient {
|
|
|
1189
1189
|
* @param GetImageJobRequest
|
|
1190
1190
|
* @return GetImageJobResponse
|
|
1191
1191
|
* @throws OciError when an error occurs
|
|
1192
|
-
* @example Click {@link https://docs.
|
|
1192
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetImageJob.ts.html |here} to see how to use GetImageJob API.
|
|
1193
1193
|
*/
|
|
1194
1194
|
getImageJob(getImageJobRequest) {
|
|
1195
1195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1252,7 +1252,7 @@ class AIServiceVisionClient {
|
|
|
1252
1252
|
* @param GetModelRequest
|
|
1253
1253
|
* @return GetModelResponse
|
|
1254
1254
|
* @throws OciError when an error occurs
|
|
1255
|
-
* @example Click {@link https://docs.
|
|
1255
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetModel.ts.html |here} to see how to use GetModel API.
|
|
1256
1256
|
*/
|
|
1257
1257
|
getModel(getModelRequest) {
|
|
1258
1258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1315,7 +1315,7 @@ class AIServiceVisionClient {
|
|
|
1315
1315
|
* @param GetProjectRequest
|
|
1316
1316
|
* @return GetProjectResponse
|
|
1317
1317
|
* @throws OciError when an error occurs
|
|
1318
|
-
* @example Click {@link https://docs.
|
|
1318
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetProject.ts.html |here} to see how to use GetProject API.
|
|
1319
1319
|
*/
|
|
1320
1320
|
getProject(getProjectRequest) {
|
|
1321
1321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1379,7 +1379,7 @@ class AIServiceVisionClient {
|
|
|
1379
1379
|
* @param GetVideoJobRequest
|
|
1380
1380
|
* @return GetVideoJobResponse
|
|
1381
1381
|
* @throws OciError when an error occurs
|
|
1382
|
-
* @example Click {@link https://docs.
|
|
1382
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetVideoJob.ts.html |here} to see how to use GetVideoJob API.
|
|
1383
1383
|
*/
|
|
1384
1384
|
getVideoJob(getVideoJobRequest) {
|
|
1385
1385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1442,7 +1442,7 @@ class AIServiceVisionClient {
|
|
|
1442
1442
|
* @param GetWorkRequestRequest
|
|
1443
1443
|
* @return GetWorkRequestResponse
|
|
1444
1444
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.
|
|
1445
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1446
1446
|
*/
|
|
1447
1447
|
getWorkRequest(getWorkRequestRequest) {
|
|
1448
1448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1511,7 +1511,7 @@ class AIServiceVisionClient {
|
|
|
1511
1511
|
* @param ListModelsRequest
|
|
1512
1512
|
* @return ListModelsResponse
|
|
1513
1513
|
* @throws OciError when an error occurs
|
|
1514
|
-
* @example Click {@link https://docs.
|
|
1514
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListModels.ts.html |here} to see how to use ListModels API.
|
|
1515
1515
|
*/
|
|
1516
1516
|
listModels(listModelsRequest) {
|
|
1517
1517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1583,7 +1583,7 @@ class AIServiceVisionClient {
|
|
|
1583
1583
|
* @param ListProjectsRequest
|
|
1584
1584
|
* @return ListProjectsResponse
|
|
1585
1585
|
* @throws OciError when an error occurs
|
|
1586
|
-
* @example Click {@link https://docs.
|
|
1586
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
1587
1587
|
*/
|
|
1588
1588
|
listProjects(listProjectsRequest) {
|
|
1589
1589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1654,7 +1654,7 @@ class AIServiceVisionClient {
|
|
|
1654
1654
|
* @param ListWorkRequestErrorsRequest
|
|
1655
1655
|
* @return ListWorkRequestErrorsResponse
|
|
1656
1656
|
* @throws OciError when an error occurs
|
|
1657
|
-
* @example Click {@link https://docs.
|
|
1657
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1658
1658
|
*/
|
|
1659
1659
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1660
1660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1723,7 +1723,7 @@ class AIServiceVisionClient {
|
|
|
1723
1723
|
* @param ListWorkRequestLogsRequest
|
|
1724
1724
|
* @return ListWorkRequestLogsResponse
|
|
1725
1725
|
* @throws OciError when an error occurs
|
|
1726
|
-
* @example Click {@link https://docs.
|
|
1726
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1727
1727
|
*/
|
|
1728
1728
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1729
1729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1792,7 +1792,7 @@ class AIServiceVisionClient {
|
|
|
1792
1792
|
* @param ListWorkRequestsRequest
|
|
1793
1793
|
* @return ListWorkRequestsResponse
|
|
1794
1794
|
* @throws OciError when an error occurs
|
|
1795
|
-
* @example Click {@link https://docs.
|
|
1795
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1796
1796
|
*/
|
|
1797
1797
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1798
1798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1862,7 +1862,7 @@ class AIServiceVisionClient {
|
|
|
1862
1862
|
* @param UpdateModelRequest
|
|
1863
1863
|
* @return UpdateModelResponse
|
|
1864
1864
|
* @throws OciError when an error occurs
|
|
1865
|
-
* @example Click {@link https://docs.
|
|
1865
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
1866
1866
|
*/
|
|
1867
1867
|
updateModel(updateModelRequest) {
|
|
1868
1868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1923,7 +1923,7 @@ class AIServiceVisionClient {
|
|
|
1923
1923
|
* @param UpdateProjectRequest
|
|
1924
1924
|
* @return UpdateProjectResponse
|
|
1925
1925
|
* @throws OciError when an error occurs
|
|
1926
|
-
* @example Click {@link https://docs.
|
|
1926
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
1927
1927
|
*/
|
|
1928
1928
|
updateProject(updateProjectRequest) {
|
|
1929
1929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeModelCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
19
19
|
* into which the model should be moved.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeProjectCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
19
19
|
* into which the project should be moved.
|
|
20
20
|
*
|
|
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) of the project that contains the model.
|
|
51
51
|
*/
|
|
52
52
|
"projectId": string;
|
|
53
53
|
/**
|
|
@@ -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
|
/**
|
package/lib/model/model.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export interface Model {
|
|
|
55
55
|
*/
|
|
56
56
|
"modelVersion": 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
|
/**
|
|
@@ -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/aivision/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocumentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AnalyzeDocumentRequest 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/aivision/AnalyzeImage.ts.html |here} to see how to use AnalyzeImageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AnalyzeImageRequest 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/aivision/CancelDocumentJob.ts.html |here} to see how to use CancelDocumentJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelDocumentJobRequest 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/aivision/CancelImageJob.ts.html |here} to see how to use CancelImageJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelImageJobRequest 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/aivision/CancelVideoJob.ts.html |here} to see how to use CancelVideoJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelVideoJobRequest 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/aivision/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/aivision/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/aivision/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/aivision/CreateDocumentJob.ts.html |here} to see how to use CreateDocumentJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDocumentJobRequest 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/aivision/CreateImageJob.ts.html |here} to see how to use CreateImageJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateImageJobRequest 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/aivision/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/aivision/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProjectRequest 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/aivision/CreateVideoJob.ts.html |here} to see how to use CreateVideoJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVideoJobRequest 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/aivision/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/aivision/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/aivision/GetDocumentJob.ts.html |here} to see how to use GetDocumentJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDocumentJobRequest 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/aivision/GetImageJob.ts.html |here} to see how to use GetImageJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetImageJobRequest 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/aivision/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/aivision/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/aivision/GetVideoJob.ts.html |here} to see how to use GetVideoJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetVideoJobRequest 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/aivision/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/aivision/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/aivision/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/aivision/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/aivision/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/aivision/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/aivision/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/aivision/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-aivision",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Ai Vision 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.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|