oci-aidocument 2.76.1 → 2.77.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.
Files changed (48) hide show
  1. package/lib/client.d.ts +22 -22
  2. package/lib/client.js +22 -22
  3. package/lib/model/bounding-polygon.d.ts +1 -1
  4. package/lib/model/create-model-details.d.ts +2 -2
  5. package/lib/model/create-project-details.d.ts +2 -2
  6. package/lib/model/model-summary.d.ts +3 -3
  7. package/lib/model/model.d.ts +3 -3
  8. package/lib/model/project-summary.d.ts +3 -3
  9. package/lib/model/project.d.ts +3 -3
  10. package/lib/model/update-model-details.d.ts +2 -2
  11. package/lib/model/update-project-details.d.ts +2 -2
  12. package/lib/request/analyze-document-request.d.ts +2 -2
  13. package/lib/request/cancel-processor-job-request.d.ts +2 -2
  14. package/lib/request/cancel-work-request-request.d.ts +2 -2
  15. package/lib/request/change-model-compartment-request.d.ts +2 -2
  16. package/lib/request/change-project-compartment-request.d.ts +2 -2
  17. package/lib/request/create-model-request.d.ts +1 -1
  18. package/lib/request/create-processor-job-request.d.ts +1 -1
  19. package/lib/request/create-project-request.d.ts +1 -1
  20. package/lib/request/delete-model-request.d.ts +2 -2
  21. package/lib/request/delete-project-request.d.ts +2 -2
  22. package/lib/request/get-model-request.d.ts +1 -1
  23. package/lib/request/get-processor-job-request.d.ts +1 -1
  24. package/lib/request/get-project-request.d.ts +1 -1
  25. package/lib/request/get-work-request-request.d.ts +1 -1
  26. package/lib/request/list-models-request.d.ts +2 -2
  27. package/lib/request/list-projects-request.d.ts +2 -2
  28. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  29. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  30. package/lib/request/list-work-requests-request.d.ts +2 -2
  31. package/lib/request/patch-model-request.d.ts +2 -2
  32. package/lib/request/update-model-request.d.ts +2 -2
  33. package/lib/request/update-project-request.d.ts +2 -2
  34. package/lib/response/analyze-document-response.d.ts +1 -1
  35. package/lib/response/create-model-response.d.ts +1 -1
  36. package/lib/response/create-processor-job-response.d.ts +1 -1
  37. package/lib/response/create-project-response.d.ts +1 -1
  38. package/lib/response/get-model-response.d.ts +1 -1
  39. package/lib/response/get-processor-job-response.d.ts +1 -1
  40. package/lib/response/get-project-response.d.ts +1 -1
  41. package/lib/response/get-work-request-response.d.ts +1 -1
  42. package/lib/response/list-models-response.d.ts +1 -1
  43. package/lib/response/list-projects-response.d.ts +1 -1
  44. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  45. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  46. package/lib/response/list-work-requests-response.d.ts +1 -1
  47. package/lib/response/patch-model-response.d.ts +1 -1
  48. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -87,7 +87,7 @@ export declare class AIServiceDocumentClient {
87
87
  * @param AnalyzeDocumentRequest
88
88
  * @return AnalyzeDocumentResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
91
91
  */
92
92
  analyzeDocument(analyzeDocumentRequest: requests.AnalyzeDocumentRequest): Promise<responses.AnalyzeDocumentResponse>;
93
93
  /**
@@ -97,7 +97,7 @@ export declare class AIServiceDocumentClient {
97
97
  * @param CancelProcessorJobRequest
98
98
  * @return CancelProcessorJobResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API.
101
101
  */
102
102
  cancelProcessorJob(cancelProcessorJobRequest: requests.CancelProcessorJobRequest): Promise<responses.CancelProcessorJobResponse>;
103
103
  /**
@@ -106,7 +106,7 @@ export declare class AIServiceDocumentClient {
106
106
  * @param CancelWorkRequestRequest
107
107
  * @return CancelWorkRequestResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
110
110
  */
111
111
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
112
112
  /**
@@ -115,7 +115,7 @@ export declare class AIServiceDocumentClient {
115
115
  * @param ChangeModelCompartmentRequest
116
116
  * @return ChangeModelCompartmentResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
119
119
  */
120
120
  changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
121
121
  /**
@@ -124,7 +124,7 @@ export declare class AIServiceDocumentClient {
124
124
  * @param ChangeProjectCompartmentRequest
125
125
  * @return ChangeProjectCompartmentResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
128
128
  */
129
129
  changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
130
130
  /**
@@ -134,7 +134,7 @@ export declare class AIServiceDocumentClient {
134
134
  * @param CreateModelRequest
135
135
  * @return CreateModelResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
138
138
  */
139
139
  createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
140
140
  /**
@@ -144,7 +144,7 @@ export declare class AIServiceDocumentClient {
144
144
  * @param CreateProcessorJobRequest
145
145
  * @return CreateProcessorJobResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API.
148
148
  */
149
149
  createProcessorJob(createProcessorJobRequest: requests.CreateProcessorJobRequest): Promise<responses.CreateProcessorJobResponse>;
150
150
  /**
@@ -154,7 +154,7 @@ export declare class AIServiceDocumentClient {
154
154
  * @param CreateProjectRequest
155
155
  * @return CreateProjectResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
158
158
  */
159
159
  createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
160
160
  /**
@@ -163,7 +163,7 @@ export declare class AIServiceDocumentClient {
163
163
  * @param DeleteModelRequest
164
164
  * @return DeleteModelResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
167
167
  */
168
168
  deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class AIServiceDocumentClient {
172
172
  * @param DeleteProjectRequest
173
173
  * @return DeleteProjectResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
176
176
  */
177
177
  deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class AIServiceDocumentClient {
181
181
  * @param GetModelRequest
182
182
  * @return GetModelResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
185
185
  */
186
186
  getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
187
187
  /**
@@ -191,7 +191,7 @@ export declare class AIServiceDocumentClient {
191
191
  * @param GetProcessorJobRequest
192
192
  * @return GetProcessorJobResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API.
195
195
  */
196
196
  getProcessorJob(getProcessorJobRequest: requests.GetProcessorJobRequest): Promise<responses.GetProcessorJobResponse>;
197
197
  /**
@@ -200,7 +200,7 @@ export declare class AIServiceDocumentClient {
200
200
  * @param GetProjectRequest
201
201
  * @return GetProjectResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
204
204
  */
205
205
  getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
206
206
  /**
@@ -209,7 +209,7 @@ export declare class AIServiceDocumentClient {
209
209
  * @param GetWorkRequestRequest
210
210
  * @return GetWorkRequestResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
213
213
  */
214
214
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
215
215
  /**
@@ -219,7 +219,7 @@ export declare class AIServiceDocumentClient {
219
219
  * @param ListModelsRequest
220
220
  * @return ListModelsResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
223
223
  */
224
224
  listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
225
225
  /**
@@ -229,7 +229,7 @@ export declare class AIServiceDocumentClient {
229
229
  * @param ListProjectsRequest
230
230
  * @return ListProjectsResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
233
233
  */
234
234
  listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
235
235
  /**
@@ -239,7 +239,7 @@ export declare class AIServiceDocumentClient {
239
239
  * @param ListWorkRequestErrorsRequest
240
240
  * @return ListWorkRequestErrorsResponse
241
241
  * @throws OciError when an error occurs
242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
243
243
  */
244
244
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
245
245
  /**
@@ -249,7 +249,7 @@ export declare class AIServiceDocumentClient {
249
249
  * @param ListWorkRequestLogsRequest
250
250
  * @return ListWorkRequestLogsResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
253
253
  */
254
254
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
255
255
  /**
@@ -259,7 +259,7 @@ export declare class AIServiceDocumentClient {
259
259
  * @param ListWorkRequestsRequest
260
260
  * @return ListWorkRequestsResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
263
263
  */
264
264
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
265
265
  /**
@@ -268,7 +268,7 @@ export declare class AIServiceDocumentClient {
268
268
  * @param PatchModelRequest
269
269
  * @return PatchModelResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
272
272
  */
273
273
  patchModel(patchModelRequest: requests.PatchModelRequest): Promise<responses.PatchModelResponse>;
274
274
  /**
@@ -277,7 +277,7 @@ export declare class AIServiceDocumentClient {
277
277
  * @param UpdateModelRequest
278
278
  * @return UpdateModelResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
281
281
  */
282
282
  updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
283
283
  /**
@@ -286,7 +286,7 @@ export declare class AIServiceDocumentClient {
286
286
  * @param UpdateProjectRequest
287
287
  * @return UpdateProjectResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
290
290
  */
291
291
  updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
292
292
  }
package/lib/client.js CHANGED
@@ -188,7 +188,7 @@ class AIServiceDocumentClient {
188
188
  * @param AnalyzeDocumentRequest
189
189
  * @return AnalyzeDocumentResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
192
192
  */
193
193
  analyzeDocument(analyzeDocumentRequest) {
194
194
  return __awaiter(this, void 0, void 0, function* () {
@@ -262,7 +262,7 @@ class AIServiceDocumentClient {
262
262
  * @param CancelProcessorJobRequest
263
263
  * @return CancelProcessorJobResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API.
266
266
  */
267
267
  cancelProcessorJob(cancelProcessorJobRequest) {
268
268
  return __awaiter(this, void 0, void 0, function* () {
@@ -317,7 +317,7 @@ class AIServiceDocumentClient {
317
317
  * @param CancelWorkRequestRequest
318
318
  * @return CancelWorkRequestResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
321
321
  */
322
322
  cancelWorkRequest(cancelWorkRequestRequest) {
323
323
  return __awaiter(this, void 0, void 0, function* () {
@@ -372,7 +372,7 @@ class AIServiceDocumentClient {
372
372
  * @param ChangeModelCompartmentRequest
373
373
  * @return ChangeModelCompartmentResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
376
376
  */
377
377
  changeModelCompartment(changeModelCompartmentRequest) {
378
378
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class AIServiceDocumentClient {
428
428
  * @param ChangeProjectCompartmentRequest
429
429
  * @return ChangeProjectCompartmentResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
432
432
  */
433
433
  changeProjectCompartment(changeProjectCompartmentRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -485,7 +485,7 @@ class AIServiceDocumentClient {
485
485
  * @param CreateModelRequest
486
486
  * @return CreateModelResponse
487
487
  * @throws OciError when an error occurs
488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
489
489
  */
490
490
  createModel(createModelRequest) {
491
491
  return __awaiter(this, void 0, void 0, function* () {
@@ -564,7 +564,7 @@ class AIServiceDocumentClient {
564
564
  * @param CreateProcessorJobRequest
565
565
  * @return CreateProcessorJobResponse
566
566
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API.
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API.
568
568
  */
569
569
  createProcessorJob(createProcessorJobRequest) {
570
570
  return __awaiter(this, void 0, void 0, function* () {
@@ -628,7 +628,7 @@ class AIServiceDocumentClient {
628
628
  * @param CreateProjectRequest
629
629
  * @return CreateProjectResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
632
632
  */
633
633
  createProject(createProjectRequest) {
634
634
  return __awaiter(this, void 0, void 0, function* () {
@@ -706,7 +706,7 @@ class AIServiceDocumentClient {
706
706
  * @param DeleteModelRequest
707
707
  * @return DeleteModelResponse
708
708
  * @throws OciError when an error occurs
709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
710
710
  */
711
711
  deleteModel(deleteModelRequest) {
712
712
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,7 +766,7 @@ class AIServiceDocumentClient {
766
766
  * @param DeleteProjectRequest
767
767
  * @return DeleteProjectResponse
768
768
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
770
770
  */
771
771
  deleteProject(deleteProjectRequest) {
772
772
  return __awaiter(this, void 0, void 0, function* () {
@@ -826,7 +826,7 @@ class AIServiceDocumentClient {
826
826
  * @param GetModelRequest
827
827
  * @return GetModelResponse
828
828
  * @throws OciError when an error occurs
829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
830
830
  */
831
831
  getModel(getModelRequest) {
832
832
  return __awaiter(this, void 0, void 0, function* () {
@@ -890,7 +890,7 @@ class AIServiceDocumentClient {
890
890
  * @param GetProcessorJobRequest
891
891
  * @return GetProcessorJobResponse
892
892
  * @throws OciError when an error occurs
893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API.
893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API.
894
894
  */
895
895
  getProcessorJob(getProcessorJobRequest) {
896
896
  return __awaiter(this, void 0, void 0, function* () {
@@ -953,7 +953,7 @@ class AIServiceDocumentClient {
953
953
  * @param GetProjectRequest
954
954
  * @return GetProjectResponse
955
955
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
957
957
  */
958
958
  getProject(getProjectRequest) {
959
959
  return __awaiter(this, void 0, void 0, function* () {
@@ -1016,7 +1016,7 @@ class AIServiceDocumentClient {
1016
1016
  * @param GetWorkRequestRequest
1017
1017
  * @return GetWorkRequestResponse
1018
1018
  * @throws OciError when an error occurs
1019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1020
1020
  */
1021
1021
  getWorkRequest(getWorkRequestRequest) {
1022
1022
  return __awaiter(this, void 0, void 0, function* () {
@@ -1085,7 +1085,7 @@ class AIServiceDocumentClient {
1085
1085
  * @param ListModelsRequest
1086
1086
  * @return ListModelsResponse
1087
1087
  * @throws OciError when an error occurs
1088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
1088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
1089
1089
  */
1090
1090
  listModels(listModelsRequest) {
1091
1091
  return __awaiter(this, void 0, void 0, function* () {
@@ -1157,7 +1157,7 @@ class AIServiceDocumentClient {
1157
1157
  * @param ListProjectsRequest
1158
1158
  * @return ListProjectsResponse
1159
1159
  * @throws OciError when an error occurs
1160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
1160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
1161
1161
  */
1162
1162
  listProjects(listProjectsRequest) {
1163
1163
  return __awaiter(this, void 0, void 0, function* () {
@@ -1228,7 +1228,7 @@ class AIServiceDocumentClient {
1228
1228
  * @param ListWorkRequestErrorsRequest
1229
1229
  * @return ListWorkRequestErrorsResponse
1230
1230
  * @throws OciError when an error occurs
1231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1232
1232
  */
1233
1233
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1234
1234
  return __awaiter(this, void 0, void 0, function* () {
@@ -1297,7 +1297,7 @@ class AIServiceDocumentClient {
1297
1297
  * @param ListWorkRequestLogsRequest
1298
1298
  * @return ListWorkRequestLogsResponse
1299
1299
  * @throws OciError when an error occurs
1300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1301
1301
  */
1302
1302
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1303
1303
  return __awaiter(this, void 0, void 0, function* () {
@@ -1366,7 +1366,7 @@ class AIServiceDocumentClient {
1366
1366
  * @param ListWorkRequestsRequest
1367
1367
  * @return ListWorkRequestsResponse
1368
1368
  * @throws OciError when an error occurs
1369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1370
1370
  */
1371
1371
  listWorkRequests(listWorkRequestsRequest) {
1372
1372
  return __awaiter(this, void 0, void 0, function* () {
@@ -1436,7 +1436,7 @@ class AIServiceDocumentClient {
1436
1436
  * @param PatchModelRequest
1437
1437
  * @return PatchModelResponse
1438
1438
  * @throws OciError when an error occurs
1439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
1439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
1440
1440
  */
1441
1441
  patchModel(patchModelRequest) {
1442
1442
  return __awaiter(this, void 0, void 0, function* () {
@@ -1506,7 +1506,7 @@ class AIServiceDocumentClient {
1506
1506
  * @param UpdateModelRequest
1507
1507
  * @return UpdateModelResponse
1508
1508
  * @throws OciError when an error occurs
1509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
1509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
1510
1510
  */
1511
1511
  updateModel(updateModelRequest) {
1512
1512
  return __awaiter(this, void 0, void 0, function* () {
@@ -1567,7 +1567,7 @@ class AIServiceDocumentClient {
1567
1567
  * @param UpdateProjectRequest
1568
1568
  * @return UpdateProjectResponse
1569
1569
  * @throws OciError when an error occurs
1570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1571
1571
  */
1572
1572
  updateProject(updateProjectRequest) {
1573
1573
  return __awaiter(this, void 0, void 0, function* () {
@@ -17,7 +17,7 @@ import * as model from "../model";
17
17
  export interface BoundingPolygon {
18
18
  /**
19
19
  * An array of normalized points defining the polygon's perimeter, with an implicit segment between subsequent points and between the first and last point.
20
- * Rectangles are defined with four points. For example, `[{\"x\": 0, \"y\": 0}, {\"x\": 1, \"y\": 0}, {\"x\": 1, \"y\": 0.5}, {\"x\": 0, \"y\": 0.5}]` represents the top half of an image.
20
+ * Rectangles are defined with four points. For example, {@code [{\"x\": 0, \"y\": 0}, {\"x\": 1, \"y\": 0}, {\"x\": 1, \"y\": 0.5}, {\"x\": 0, \"y\": 0.5}]} represents the top half of an image.
21
21
  *
22
22
  */
23
23
  "normalizedVertices": Array<model.NormalizedVertex>;
@@ -60,7 +60,7 @@ export interface CreateModelDetails {
60
60
  "projectId": string;
61
61
  /**
62
62
  * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
63
- * For example: `{\"bar-key\": \"value\"}`
63
+ * For example: {@code {\"bar-key\": \"value\"}}
64
64
  *
65
65
  */
66
66
  "freeformTags"?: {
@@ -68,7 +68,7 @@ export interface CreateModelDetails {
68
68
  };
69
69
  /**
70
70
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
71
- * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
71
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
72
72
  *
73
73
  */
74
74
  "definedTags"?: {
@@ -28,7 +28,7 @@ export interface CreateProjectDetails {
28
28
  "compartmentId": string;
29
29
  /**
30
30
  * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
31
- * For example: `{\"bar-key\": \"value\"}`
31
+ * For example: {@code {\"bar-key\": \"value\"}}
32
32
  *
33
33
  */
34
34
  "freeformTags"?: {
@@ -36,7 +36,7 @@ export interface CreateProjectDetails {
36
36
  };
37
37
  /**
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
- * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
39
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
40
40
  *
41
41
  */
42
42
  "definedTags"?: {
@@ -84,7 +84,7 @@ export interface ModelSummary {
84
84
  "isComposedModel"?: boolean;
85
85
  /**
86
86
  * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
87
- * For example: `{\"bar-key\": \"value\"}`
87
+ * For example: {@code {\"bar-key\": \"value\"}}
88
88
  *
89
89
  */
90
90
  "freeformTags"?: {
@@ -92,7 +92,7 @@ export interface ModelSummary {
92
92
  };
93
93
  /**
94
94
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
95
- * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
95
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
96
96
  *
97
97
  */
98
98
  "definedTags"?: {
@@ -102,7 +102,7 @@ export interface ModelSummary {
102
102
  };
103
103
  /**
104
104
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
105
- * For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
105
+ * For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
106
106
  *
107
107
  */
108
108
  "systemTags"?: {
@@ -97,7 +97,7 @@ export interface Model {
97
97
  "metrics"?: model.DocumentClassificationModelMetrics | model.KeyValueDetectionModelMetrics;
98
98
  /**
99
99
  * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
100
- * For example: `{\"bar-key\": \"value\"}`
100
+ * For example: {@code {\"bar-key\": \"value\"}}
101
101
  *
102
102
  */
103
103
  "freeformTags"?: {
@@ -105,7 +105,7 @@ export interface Model {
105
105
  };
106
106
  /**
107
107
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
108
- * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
108
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
109
109
  *
110
110
  */
111
111
  "definedTags"?: {
@@ -115,7 +115,7 @@ export interface Model {
115
115
  };
116
116
  /**
117
117
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
118
- * For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
118
+ * For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
119
119
  *
120
120
  */
121
121
  "systemTags"?: {
@@ -48,7 +48,7 @@ export interface ProjectSummary {
48
48
  "lifecycleDetails"?: string;
49
49
  /**
50
50
  * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
51
- * For example: `{\"bar-key\": \"value\"}`
51
+ * For example: {@code {\"bar-key\": \"value\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface ProjectSummary {
56
56
  };
57
57
  /**
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
- * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -66,7 +66,7 @@ export interface ProjectSummary {
66
66
  };
67
67
  /**
68
68
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
69
- * For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
69
+ * For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
70
70
  *
71
71
  */
72
72
  "systemTags"?: {
@@ -48,7 +48,7 @@ export interface Project {
48
48
  "lifecycleDetails"?: string;
49
49
  /**
50
50
  * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
51
- * For example: `{\"bar-key\": \"value\"}`
51
+ * For example: {@code {\"bar-key\": \"value\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface Project {
56
56
  };
57
57
  /**
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
- * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -66,7 +66,7 @@ export interface Project {
66
66
  };
67
67
  /**
68
68
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
69
- * For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
69
+ * For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
70
70
  *
71
71
  */
72
72
  "systemTags"?: {
@@ -24,7 +24,7 @@ export interface UpdateModelDetails {
24
24
  "description"?: string;
25
25
  /**
26
26
  * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
27
- * For example: `{\"bar-key\": \"value\"}`
27
+ * For example: {@code {\"bar-key\": \"value\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface UpdateModelDetails {
32
32
  };
33
33
  /**
34
34
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
- * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -24,7 +24,7 @@ export interface UpdateProjectDetails {
24
24
  "description"?: string;
25
25
  /**
26
26
  * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
27
- * For example: `{\"bar-key\": \"value\"}`
27
+ * For example: {@code {\"bar-key\": \"value\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface UpdateProjectDetails {
32
32
  };
33
33
  /**
34
34
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
- * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocumentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocumentRequest.
17
17
  */
18
18
  export interface AnalyzeDocumentRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface AnalyzeDocumentRequest extends common.BaseRequest {
22
22
  "analyzeDocumentDetails": model.AnalyzeDocumentDetails;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call
25
- * for a resource, set the `if-match` parameter to the value of the
25
+ * for a resource, set the {@code if-match} parameter to the value of the
26
26
  * etag from a previous GET or POST response for that resource.
27
27
  * The resource will be updated or deleted only if the etag you
28
28
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJobRequest.
16
16
  */
17
17
  export interface CancelProcessorJobRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelProcessorJobRequest extends common.BaseRequest {
21
21
  "processorJobId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
21
21
  "workRequestId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeModelCompartmentRequest extends common.BaseRequest {
26
26
  "changeModelCompartmentDetails": model.ChangeModelCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
26
26
  "changeProjectCompartmentDetails": model.ChangeProjectCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateModel.ts.html |here} to see how to use CreateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
16
16
  */
17
17
  export interface DeleteModelRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteModelRequest extends common.BaseRequest {
21
21
  "modelId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteProjectRequest extends common.BaseRequest {
21
21
  "projectId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetModel.ts.html |here} to see how to use GetModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetProject.ts.html |here} to see how to use GetProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListModels.ts.html |here} to see how to use ListModelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListModels.ts.html |here} to see how to use ListModelsRequest.
17
17
  */
18
18
  export interface ListModelsRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ListModelsRequest extends common.BaseRequest {
41
41
  */
42
42
  "limit"?: number;
43
43
  /**
44
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
44
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
45
45
  */
46
46
  "page"?: string;
47
47
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
17
17
  */
18
18
  export interface ListProjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListProjectsRequest extends common.BaseRequest {
37
37
  */
38
38
  "limit"?: number;
39
39
  /**
40
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
40
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
37
37
  */
38
38
  "opcRequestId"?: string;
39
39
  /**
40
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
40
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/PatchModel.ts.html |here} to see how to use PatchModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/PatchModel.ts.html |here} to see how to use PatchModelRequest.
17
17
  */
18
18
  export interface PatchModelRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface PatchModelRequest extends common.BaseRequest {
26
26
  "patchModelDetails": model.PatchModelDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
17
17
  */
18
18
  export interface UpdateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateModelRequest extends common.BaseRequest {
26
26
  "updateModelDetails": model.UpdateModelDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
17
17
  */
18
18
  export interface UpdateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateProjectRequest extends common.BaseRequest {
26
26
  "updateProjectDetails": model.UpdateProjectDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -23,7 +23,7 @@ export interface AnalyzeDocumentResponse {
23
23
  */
24
24
  "location": string;
25
25
  /**
26
- * For optimistic concurrency control. See `if-match`.
26
+ * For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "etag": string;
@@ -34,7 +34,7 @@ export interface CreateModelResponse {
34
34
  */
35
35
  "opcRequestId": string;
36
36
  /**
37
- * For optimistic concurrency control. See `if-match`.
37
+ * For optimistic concurrency control. See {@code if-match}.
38
38
  *
39
39
  */
40
40
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateProcessorJobResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -23,7 +23,7 @@ export interface CreateProjectResponse {
23
23
  */
24
24
  "location": string;
25
25
  /**
26
- * For optimistic concurrency control. See `if-match`.
26
+ * For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetModelResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetProcessorJobResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetProjectResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListModelsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListProjectsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -24,7 +24,7 @@ export interface PatchModelResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-aidocument",
3
- "version": "2.76.1",
3
+ "version": "2.77.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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"