oci-aivision 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.
- package/lib/client.d.ts +25 -25
- package/lib/client.js +25 -25
- package/lib/model/bounding-polygon.d.ts +1 -1
- package/lib/model/create-model-details.d.ts +2 -2
- package/lib/model/create-project-details.d.ts +2 -2
- package/lib/model/model-summary.d.ts +3 -3
- package/lib/model/model.d.ts +3 -3
- package/lib/model/project-summary.d.ts +3 -3
- package/lib/model/project.d.ts +3 -3
- package/lib/model/update-model-details.d.ts +2 -2
- package/lib/model/update-project-details.d.ts +2 -2
- 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 +2 -2
- package/lib/request/cancel-image-job-request.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-model-compartment-request.d.ts +2 -2
- package/lib/request/change-project-compartment-request.d.ts +2 -2
- 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/delete-model-request.d.ts +2 -2
- package/lib/request/delete-project-request.d.ts +2 -2
- 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-work-request-request.d.ts +1 -1
- package/lib/request/list-models-request.d.ts +2 -2
- package/lib/request/list-projects-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-model-request.d.ts +2 -2
- package/lib/request/update-project-request.d.ts +2 -2
- package/lib/response/analyze-document-response.d.ts +1 -1
- package/lib/response/analyze-image-response.d.ts +1 -1
- package/lib/response/create-document-job-response.d.ts +1 -1
- package/lib/response/create-image-job-response.d.ts +1 -1
- package/lib/response/create-model-response.d.ts +1 -1
- package/lib/response/create-project-response.d.ts +1 -1
- package/lib/response/get-document-job-response.d.ts +1 -1
- package/lib/response/get-image-job-response.d.ts +1 -1
- package/lib/response/get-model-response.d.ts +1 -1
- package/lib/response/get-project-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-models-response.d.ts +1 -1
- package/lib/response/list-projects-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare class AIServiceVisionClient {
|
|
|
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.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/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 AIServiceVisionClient {
|
|
|
97
97
|
* @param AnalyzeImageRequest
|
|
98
98
|
* @return AnalyzeImageResponse
|
|
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.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/AnalyzeImage.ts.html |here} to see how to use AnalyzeImage API.
|
|
101
101
|
*/
|
|
102
102
|
analyzeImage(analyzeImageRequest: requests.AnalyzeImageRequest): Promise<responses.AnalyzeImageResponse>;
|
|
103
103
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class AIServiceVisionClient {
|
|
|
107
107
|
* @param CancelDocumentJobRequest
|
|
108
108
|
* @return CancelDocumentJobResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CancelDocumentJob.ts.html |here} to see how to use CancelDocumentJob API.
|
|
111
111
|
*/
|
|
112
112
|
cancelDocumentJob(cancelDocumentJobRequest: requests.CancelDocumentJobRequest): Promise<responses.CancelDocumentJobResponse>;
|
|
113
113
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class AIServiceVisionClient {
|
|
|
117
117
|
* @param CancelImageJobRequest
|
|
118
118
|
* @return CancelImageJobResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CancelImageJob.ts.html |here} to see how to use CancelImageJob API.
|
|
121
121
|
*/
|
|
122
122
|
cancelImageJob(cancelImageJobRequest: requests.CancelImageJobRequest): Promise<responses.CancelImageJobResponse>;
|
|
123
123
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class AIServiceVisionClient {
|
|
|
126
126
|
* @param CancelWorkRequestRequest
|
|
127
127
|
* @return CancelWorkRequestResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
130
130
|
*/
|
|
131
131
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
132
132
|
/**
|
|
@@ -135,7 +135,7 @@ export declare class AIServiceVisionClient {
|
|
|
135
135
|
* @param ChangeModelCompartmentRequest
|
|
136
136
|
* @return ChangeModelCompartmentResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
139
139
|
*/
|
|
140
140
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
141
141
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class AIServiceVisionClient {
|
|
|
144
144
|
* @param ChangeProjectCompartmentRequest
|
|
145
145
|
* @return ChangeProjectCompartmentResponse
|
|
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.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
148
148
|
*/
|
|
149
149
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
150
150
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class AIServiceVisionClient {
|
|
|
154
154
|
* @param CreateDocumentJobRequest
|
|
155
155
|
* @return CreateDocumentJobResponse
|
|
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.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CreateDocumentJob.ts.html |here} to see how to use CreateDocumentJob API.
|
|
158
158
|
*/
|
|
159
159
|
createDocumentJob(createDocumentJobRequest: requests.CreateDocumentJobRequest): Promise<responses.CreateDocumentJobResponse>;
|
|
160
160
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class AIServiceVisionClient {
|
|
|
164
164
|
* @param CreateImageJobRequest
|
|
165
165
|
* @return CreateImageJobResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CreateImageJob.ts.html |here} to see how to use CreateImageJob API.
|
|
168
168
|
*/
|
|
169
169
|
createImageJob(createImageJobRequest: requests.CreateImageJobRequest): Promise<responses.CreateImageJobResponse>;
|
|
170
170
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class AIServiceVisionClient {
|
|
|
174
174
|
* @param CreateModelRequest
|
|
175
175
|
* @return CreateModelResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
178
178
|
*/
|
|
179
179
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
180
180
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class AIServiceVisionClient {
|
|
|
184
184
|
* @param CreateProjectRequest
|
|
185
185
|
* @return CreateProjectResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
188
188
|
*/
|
|
189
189
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
190
190
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class AIServiceVisionClient {
|
|
|
193
193
|
* @param DeleteModelRequest
|
|
194
194
|
* @return DeleteModelResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
197
197
|
*/
|
|
198
198
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
199
199
|
/**
|
|
@@ -202,7 +202,7 @@ export declare class AIServiceVisionClient {
|
|
|
202
202
|
* @param DeleteProjectRequest
|
|
203
203
|
* @return DeleteProjectResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
206
206
|
*/
|
|
207
207
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
208
208
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class AIServiceVisionClient {
|
|
|
212
212
|
* @param GetDocumentJobRequest
|
|
213
213
|
* @return GetDocumentJobResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetDocumentJob.ts.html |here} to see how to use GetDocumentJob API.
|
|
216
216
|
*/
|
|
217
217
|
getDocumentJob(getDocumentJobRequest: requests.GetDocumentJobRequest): Promise<responses.GetDocumentJobResponse>;
|
|
218
218
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class AIServiceVisionClient {
|
|
|
222
222
|
* @param GetImageJobRequest
|
|
223
223
|
* @return GetImageJobResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetImageJob.ts.html |here} to see how to use GetImageJob API.
|
|
226
226
|
*/
|
|
227
227
|
getImageJob(getImageJobRequest: requests.GetImageJobRequest): Promise<responses.GetImageJobResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class AIServiceVisionClient {
|
|
|
231
231
|
* @param GetModelRequest
|
|
232
232
|
* @return GetModelResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetModel.ts.html |here} to see how to use GetModel API.
|
|
235
235
|
*/
|
|
236
236
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class AIServiceVisionClient {
|
|
|
240
240
|
* @param GetProjectRequest
|
|
241
241
|
* @return GetProjectResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetProject.ts.html |here} to see how to use GetProject API.
|
|
244
244
|
*/
|
|
245
245
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
246
246
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class AIServiceVisionClient {
|
|
|
249
249
|
* @param GetWorkRequestRequest
|
|
250
250
|
* @return GetWorkRequestResponse
|
|
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.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
253
253
|
*/
|
|
254
254
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
255
255
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class AIServiceVisionClient {
|
|
|
259
259
|
* @param ListModelsRequest
|
|
260
260
|
* @return ListModelsResponse
|
|
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.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListModels.ts.html |here} to see how to use ListModels API.
|
|
263
263
|
*/
|
|
264
264
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
265
265
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class AIServiceVisionClient {
|
|
|
269
269
|
* @param ListProjectsRequest
|
|
270
270
|
* @return ListProjectsResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
273
273
|
*/
|
|
274
274
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
275
275
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class AIServiceVisionClient {
|
|
|
279
279
|
* @param ListWorkRequestErrorsRequest
|
|
280
280
|
* @return ListWorkRequestErrorsResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
283
283
|
*/
|
|
284
284
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
285
285
|
/**
|
|
@@ -289,7 +289,7 @@ export declare class AIServiceVisionClient {
|
|
|
289
289
|
* @param ListWorkRequestLogsRequest
|
|
290
290
|
* @return ListWorkRequestLogsResponse
|
|
291
291
|
* @throws OciError when an error occurs
|
|
292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
293
293
|
*/
|
|
294
294
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
295
295
|
/**
|
|
@@ -299,7 +299,7 @@ export declare class AIServiceVisionClient {
|
|
|
299
299
|
* @param ListWorkRequestsRequest
|
|
300
300
|
* @return ListWorkRequestsResponse
|
|
301
301
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
303
303
|
*/
|
|
304
304
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
305
305
|
/**
|
|
@@ -308,7 +308,7 @@ export declare class AIServiceVisionClient {
|
|
|
308
308
|
* @param UpdateModelRequest
|
|
309
309
|
* @return UpdateModelResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
312
312
|
*/
|
|
313
313
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
314
314
|
/**
|
|
@@ -317,7 +317,7 @@ export declare class AIServiceVisionClient {
|
|
|
317
317
|
* @param UpdateProjectRequest
|
|
318
318
|
* @return UpdateProjectResponse
|
|
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.
|
|
320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
321
321
|
*/
|
|
322
322
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
323
323
|
}
|
package/lib/client.js
CHANGED
|
@@ -188,7 +188,7 @@ class AIServiceVisionClient {
|
|
|
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.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/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* () {
|
|
@@ -251,7 +251,7 @@ class AIServiceVisionClient {
|
|
|
251
251
|
* @param AnalyzeImageRequest
|
|
252
252
|
* @return AnalyzeImageResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/AnalyzeImage.ts.html |here} to see how to use AnalyzeImage API.
|
|
255
255
|
*/
|
|
256
256
|
analyzeImage(analyzeImageRequest) {
|
|
257
257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,7 +314,7 @@ class AIServiceVisionClient {
|
|
|
314
314
|
* @param CancelDocumentJobRequest
|
|
315
315
|
* @return CancelDocumentJobResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CancelDocumentJob.ts.html |here} to see how to use CancelDocumentJob API.
|
|
318
318
|
*/
|
|
319
319
|
cancelDocumentJob(cancelDocumentJobRequest) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -370,7 +370,7 @@ class AIServiceVisionClient {
|
|
|
370
370
|
* @param CancelImageJobRequest
|
|
371
371
|
* @return CancelImageJobResponse
|
|
372
372
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CancelImageJob.ts.html |here} to see how to use CancelImageJob API.
|
|
374
374
|
*/
|
|
375
375
|
cancelImageJob(cancelImageJobRequest) {
|
|
376
376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -425,7 +425,7 @@ class AIServiceVisionClient {
|
|
|
425
425
|
* @param CancelWorkRequestRequest
|
|
426
426
|
* @return CancelWorkRequestResponse
|
|
427
427
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
429
429
|
*/
|
|
430
430
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
431
431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -480,7 +480,7 @@ class AIServiceVisionClient {
|
|
|
480
480
|
* @param ChangeModelCompartmentRequest
|
|
481
481
|
* @return ChangeModelCompartmentResponse
|
|
482
482
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
484
484
|
*/
|
|
485
485
|
changeModelCompartment(changeModelCompartmentRequest) {
|
|
486
486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -536,7 +536,7 @@ class AIServiceVisionClient {
|
|
|
536
536
|
* @param ChangeProjectCompartmentRequest
|
|
537
537
|
* @return ChangeProjectCompartmentResponse
|
|
538
538
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
540
540
|
*/
|
|
541
541
|
changeProjectCompartment(changeProjectCompartmentRequest) {
|
|
542
542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class AIServiceVisionClient {
|
|
|
593
593
|
* @param CreateDocumentJobRequest
|
|
594
594
|
* @return CreateDocumentJobResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CreateDocumentJob.ts.html |here} to see how to use CreateDocumentJob API.
|
|
597
597
|
*/
|
|
598
598
|
createDocumentJob(createDocumentJobRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -657,7 +657,7 @@ class AIServiceVisionClient {
|
|
|
657
657
|
* @param CreateImageJobRequest
|
|
658
658
|
* @return CreateImageJobResponse
|
|
659
659
|
* @throws OciError when an error occurs
|
|
660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CreateImageJob.ts.html |here} to see how to use CreateImageJob API.
|
|
661
661
|
*/
|
|
662
662
|
createImageJob(createImageJobRequest) {
|
|
663
663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -721,7 +721,7 @@ class AIServiceVisionClient {
|
|
|
721
721
|
* @param CreateModelRequest
|
|
722
722
|
* @return CreateModelResponse
|
|
723
723
|
* @throws OciError when an error occurs
|
|
724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
725
725
|
*/
|
|
726
726
|
createModel(createModelRequest) {
|
|
727
727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -790,7 +790,7 @@ class AIServiceVisionClient {
|
|
|
790
790
|
* @param CreateProjectRequest
|
|
791
791
|
* @return CreateProjectResponse
|
|
792
792
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
794
794
|
*/
|
|
795
795
|
createProject(createProjectRequest) {
|
|
796
796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -858,7 +858,7 @@ class AIServiceVisionClient {
|
|
|
858
858
|
* @param DeleteModelRequest
|
|
859
859
|
* @return DeleteModelResponse
|
|
860
860
|
* @throws OciError when an error occurs
|
|
861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
862
862
|
*/
|
|
863
863
|
deleteModel(deleteModelRequest) {
|
|
864
864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -918,7 +918,7 @@ class AIServiceVisionClient {
|
|
|
918
918
|
* @param DeleteProjectRequest
|
|
919
919
|
* @return DeleteProjectResponse
|
|
920
920
|
* @throws OciError when an error occurs
|
|
921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
922
922
|
*/
|
|
923
923
|
deleteProject(deleteProjectRequest) {
|
|
924
924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -979,7 +979,7 @@ class AIServiceVisionClient {
|
|
|
979
979
|
* @param GetDocumentJobRequest
|
|
980
980
|
* @return GetDocumentJobResponse
|
|
981
981
|
* @throws OciError when an error occurs
|
|
982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
982
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetDocumentJob.ts.html |here} to see how to use GetDocumentJob API.
|
|
983
983
|
*/
|
|
984
984
|
getDocumentJob(getDocumentJobRequest) {
|
|
985
985
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1043,7 +1043,7 @@ class AIServiceVisionClient {
|
|
|
1043
1043
|
* @param GetImageJobRequest
|
|
1044
1044
|
* @return GetImageJobResponse
|
|
1045
1045
|
* @throws OciError when an error occurs
|
|
1046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetImageJob.ts.html |here} to see how to use GetImageJob API.
|
|
1047
1047
|
*/
|
|
1048
1048
|
getImageJob(getImageJobRequest) {
|
|
1049
1049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1106,7 +1106,7 @@ class AIServiceVisionClient {
|
|
|
1106
1106
|
* @param GetModelRequest
|
|
1107
1107
|
* @return GetModelResponse
|
|
1108
1108
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetModel.ts.html |here} to see how to use GetModel API.
|
|
1110
1110
|
*/
|
|
1111
1111
|
getModel(getModelRequest) {
|
|
1112
1112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1169,7 +1169,7 @@ class AIServiceVisionClient {
|
|
|
1169
1169
|
* @param GetProjectRequest
|
|
1170
1170
|
* @return GetProjectResponse
|
|
1171
1171
|
* @throws OciError when an error occurs
|
|
1172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetProject.ts.html |here} to see how to use GetProject API.
|
|
1173
1173
|
*/
|
|
1174
1174
|
getProject(getProjectRequest) {
|
|
1175
1175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1232,7 +1232,7 @@ class AIServiceVisionClient {
|
|
|
1232
1232
|
* @param GetWorkRequestRequest
|
|
1233
1233
|
* @return GetWorkRequestResponse
|
|
1234
1234
|
* @throws OciError when an error occurs
|
|
1235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1236
1236
|
*/
|
|
1237
1237
|
getWorkRequest(getWorkRequestRequest) {
|
|
1238
1238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1301,7 +1301,7 @@ class AIServiceVisionClient {
|
|
|
1301
1301
|
* @param ListModelsRequest
|
|
1302
1302
|
* @return ListModelsResponse
|
|
1303
1303
|
* @throws OciError when an error occurs
|
|
1304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListModels.ts.html |here} to see how to use ListModels API.
|
|
1305
1305
|
*/
|
|
1306
1306
|
listModels(listModelsRequest) {
|
|
1307
1307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1373,7 +1373,7 @@ class AIServiceVisionClient {
|
|
|
1373
1373
|
* @param ListProjectsRequest
|
|
1374
1374
|
* @return ListProjectsResponse
|
|
1375
1375
|
* @throws OciError when an error occurs
|
|
1376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
1377
1377
|
*/
|
|
1378
1378
|
listProjects(listProjectsRequest) {
|
|
1379
1379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1444,7 +1444,7 @@ class AIServiceVisionClient {
|
|
|
1444
1444
|
* @param ListWorkRequestErrorsRequest
|
|
1445
1445
|
* @return ListWorkRequestErrorsResponse
|
|
1446
1446
|
* @throws OciError when an error occurs
|
|
1447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1448
1448
|
*/
|
|
1449
1449
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1450
1450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1513,7 +1513,7 @@ class AIServiceVisionClient {
|
|
|
1513
1513
|
* @param ListWorkRequestLogsRequest
|
|
1514
1514
|
* @return ListWorkRequestLogsResponse
|
|
1515
1515
|
* @throws OciError when an error occurs
|
|
1516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1517
1517
|
*/
|
|
1518
1518
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1519
1519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1582,7 +1582,7 @@ class AIServiceVisionClient {
|
|
|
1582
1582
|
* @param ListWorkRequestsRequest
|
|
1583
1583
|
* @return ListWorkRequestsResponse
|
|
1584
1584
|
* @throws OciError when an error occurs
|
|
1585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1586
1586
|
*/
|
|
1587
1587
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1588
1588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1652,7 +1652,7 @@ class AIServiceVisionClient {
|
|
|
1652
1652
|
* @param UpdateModelRequest
|
|
1653
1653
|
* @return UpdateModelResponse
|
|
1654
1654
|
* @throws OciError when an error occurs
|
|
1655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
1656
1656
|
*/
|
|
1657
1657
|
updateModel(updateModelRequest) {
|
|
1658
1658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1713,7 +1713,7 @@ class AIServiceVisionClient {
|
|
|
1713
1713
|
* @param UpdateProjectRequest
|
|
1714
1714
|
* @return UpdateProjectResponse
|
|
1715
1715
|
* @throws OciError when an error occurs
|
|
1716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aivision/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
1717
1717
|
*/
|
|
1718
1718
|
updateProject(updateProjectRequest) {
|
|
1719
1719
|
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,
|
|
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>;
|
|
@@ -52,7 +52,7 @@ export interface CreateModelDetails {
|
|
|
52
52
|
"projectId": string;
|
|
53
53
|
/**
|
|
54
54
|
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
|
|
55
|
-
* For example:
|
|
55
|
+
* For example: {@code {\"bar-key\": \"value\"}}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"freeformTags"?: {
|
|
@@ -60,7 +60,7 @@ export interface CreateModelDetails {
|
|
|
60
60
|
};
|
|
61
61
|
/**
|
|
62
62
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
63
|
-
* For example:
|
|
63
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"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:
|
|
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:
|
|
39
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"definedTags"?: {
|
|
@@ -68,7 +68,7 @@ export interface ModelSummary {
|
|
|
68
68
|
"validationDataset"?: model.DataScienceLabelingDataset | model.ObjectStorageDataset;
|
|
69
69
|
/**
|
|
70
70
|
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
|
|
71
|
-
* For example:
|
|
71
|
+
* For example: {@code {\"bar-key\": \"value\"}}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"freeformTags"?: {
|
|
@@ -76,7 +76,7 @@ export interface ModelSummary {
|
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
79
|
-
* For example:
|
|
79
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"definedTags"?: {
|
|
@@ -86,7 +86,7 @@ export interface ModelSummary {
|
|
|
86
86
|
};
|
|
87
87
|
/**
|
|
88
88
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
89
|
-
* For example:
|
|
89
|
+
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
"systemTags"?: {
|
package/lib/model/model.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export interface Model {
|
|
|
104
104
|
"metrics"?: string;
|
|
105
105
|
/**
|
|
106
106
|
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
|
|
107
|
-
* For example:
|
|
107
|
+
* For example: {@code {\"bar-key\": \"value\"}}
|
|
108
108
|
*
|
|
109
109
|
*/
|
|
110
110
|
"freeformTags"?: {
|
|
@@ -112,7 +112,7 @@ export interface Model {
|
|
|
112
112
|
};
|
|
113
113
|
/**
|
|
114
114
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
115
|
-
* For example:
|
|
115
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
116
116
|
*
|
|
117
117
|
*/
|
|
118
118
|
"definedTags"?: {
|
|
@@ -122,7 +122,7 @@ export interface Model {
|
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
124
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
125
|
-
* For example:
|
|
125
|
+
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
126
126
|
*
|
|
127
127
|
*/
|
|
128
128
|
"systemTags"?: {
|
|
@@ -44,7 +44,7 @@ export interface ProjectSummary {
|
|
|
44
44
|
"lifecycleDetails"?: string;
|
|
45
45
|
/**
|
|
46
46
|
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
|
|
47
|
-
* For example:
|
|
47
|
+
* For example: {@code {\"bar-key\": \"value\"}}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"freeformTags"?: {
|
|
@@ -52,7 +52,7 @@ export interface ProjectSummary {
|
|
|
52
52
|
};
|
|
53
53
|
/**
|
|
54
54
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
55
|
-
* For example:
|
|
55
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"definedTags"?: {
|
|
@@ -62,7 +62,7 @@ export interface ProjectSummary {
|
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
64
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
65
|
-
* For example:
|
|
65
|
+
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"systemTags"?: {
|
package/lib/model/project.d.ts
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
35
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"definedTags"?: {
|