oci-datalabelingservice 2.102.1 → 2.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +17 -17
- package/lib/client.js +17 -17
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/add-dataset-labels-request.d.ts +1 -1
- package/lib/request/change-dataset-compartment-request.d.ts +1 -1
- package/lib/request/create-dataset-request.d.ts +1 -1
- package/lib/request/delete-dataset-request.d.ts +1 -1
- package/lib/request/generate-dataset-records-request.d.ts +1 -1
- package/lib/request/get-dataset-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-pre-annotated-data-request.d.ts +1 -1
- package/lib/request/list-annotation-formats-request.d.ts +1 -1
- package/lib/request/list-datasets-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-dataset-labels-request.d.ts +1 -1
- package/lib/request/rename-dataset-labels-request.d.ts +1 -1
- package/lib/request/snapshot-dataset-request.d.ts +1 -1
- package/lib/request/update-dataset-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare class DataLabelingManagementClient {
|
|
|
101
101
|
* @param AddDatasetLabelsRequest
|
|
102
102
|
* @return AddDatasetLabelsResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.
|
|
104
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
105
105
|
*/
|
|
106
106
|
addDatasetLabels(addDatasetLabelsRequest: requests.AddDatasetLabelsRequest): Promise<responses.AddDatasetLabelsResponse>;
|
|
107
107
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class DataLabelingManagementClient {
|
|
|
110
110
|
* @param ChangeDatasetCompartmentRequest
|
|
111
111
|
* @return ChangeDatasetCompartmentResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.
|
|
113
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
114
114
|
*/
|
|
115
115
|
changeDatasetCompartment(changeDatasetCompartmentRequest: requests.ChangeDatasetCompartmentRequest): Promise<responses.ChangeDatasetCompartmentResponse>;
|
|
116
116
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class DataLabelingManagementClient {
|
|
|
120
120
|
* @param CreateDatasetRequest
|
|
121
121
|
* @return CreateDatasetResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.
|
|
123
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
124
124
|
*/
|
|
125
125
|
createDataset(createDatasetRequest: requests.CreateDatasetRequest): Promise<responses.CreateDatasetResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class DataLabelingManagementClient {
|
|
|
129
129
|
* @param DeleteDatasetRequest
|
|
130
130
|
* @return DeleteDatasetResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.
|
|
132
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
133
133
|
*/
|
|
134
134
|
deleteDataset(deleteDatasetRequest: requests.DeleteDatasetRequest): Promise<responses.DeleteDatasetResponse>;
|
|
135
135
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class DataLabelingManagementClient {
|
|
|
138
138
|
* @param GenerateDatasetRecordsRequest
|
|
139
139
|
* @return GenerateDatasetRecordsResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.
|
|
141
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
142
142
|
*/
|
|
143
143
|
generateDatasetRecords(generateDatasetRecordsRequest: requests.GenerateDatasetRecordsRequest): Promise<responses.GenerateDatasetRecordsResponse>;
|
|
144
144
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class DataLabelingManagementClient {
|
|
|
147
147
|
* @param GetDatasetRequest
|
|
148
148
|
* @return GetDatasetResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.
|
|
150
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
151
151
|
*/
|
|
152
152
|
getDataset(getDatasetRequest: requests.GetDatasetRequest): Promise<responses.GetDatasetResponse>;
|
|
153
153
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class DataLabelingManagementClient {
|
|
|
156
156
|
* @param GetWorkRequestRequest
|
|
157
157
|
* @return GetWorkRequestResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.
|
|
159
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
160
160
|
*/
|
|
161
161
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
162
162
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class DataLabelingManagementClient {
|
|
|
165
165
|
* @param ImportPreAnnotatedDataRequest
|
|
166
166
|
* @return ImportPreAnnotatedDataResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.
|
|
168
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ImportPreAnnotatedData.ts.html |here} to see how to use ImportPreAnnotatedData API.
|
|
169
169
|
*/
|
|
170
170
|
importPreAnnotatedData(importPreAnnotatedDataRequest: requests.ImportPreAnnotatedDataRequest): Promise<responses.ImportPreAnnotatedDataResponse>;
|
|
171
171
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class DataLabelingManagementClient {
|
|
|
174
174
|
* @param ListAnnotationFormatsRequest
|
|
175
175
|
* @return ListAnnotationFormatsResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.
|
|
177
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
178
178
|
*/
|
|
179
179
|
listAnnotationFormats(listAnnotationFormatsRequest: requests.ListAnnotationFormatsRequest): Promise<responses.ListAnnotationFormatsResponse>;
|
|
180
180
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class DataLabelingManagementClient {
|
|
|
184
184
|
* @param ListDatasetsRequest
|
|
185
185
|
* @return ListDatasetsResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.
|
|
187
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
188
188
|
*/
|
|
189
189
|
listDatasets(listDatasetsRequest: requests.ListDatasetsRequest): Promise<responses.ListDatasetsResponse>;
|
|
190
190
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class DataLabelingManagementClient {
|
|
|
194
194
|
* @param ListWorkRequestErrorsRequest
|
|
195
195
|
* @return ListWorkRequestErrorsResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.
|
|
197
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
198
198
|
*/
|
|
199
199
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
200
200
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class DataLabelingManagementClient {
|
|
|
204
204
|
* @param ListWorkRequestLogsRequest
|
|
205
205
|
* @return ListWorkRequestLogsResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
208
208
|
*/
|
|
209
209
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
210
210
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class DataLabelingManagementClient {
|
|
|
214
214
|
* @param ListWorkRequestsRequest
|
|
215
215
|
* @return ListWorkRequestsResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.
|
|
217
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
218
218
|
*/
|
|
219
219
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
220
220
|
/**
|
|
@@ -224,7 +224,7 @@ export declare class DataLabelingManagementClient {
|
|
|
224
224
|
* @param RemoveDatasetLabelsRequest
|
|
225
225
|
* @return RemoveDatasetLabelsResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.
|
|
227
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
228
228
|
*/
|
|
229
229
|
removeDatasetLabels(removeDatasetLabelsRequest: requests.RemoveDatasetLabelsRequest): Promise<responses.RemoveDatasetLabelsResponse>;
|
|
230
230
|
/**
|
|
@@ -234,7 +234,7 @@ export declare class DataLabelingManagementClient {
|
|
|
234
234
|
* @param RenameDatasetLabelsRequest
|
|
235
235
|
* @return RenameDatasetLabelsResponse
|
|
236
236
|
* @throws OciError when an error occurs
|
|
237
|
-
* @example Click {@link https://docs.
|
|
237
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
238
238
|
*/
|
|
239
239
|
renameDatasetLabels(renameDatasetLabelsRequest: requests.RenameDatasetLabelsRequest): Promise<responses.RenameDatasetLabelsResponse>;
|
|
240
240
|
/**
|
|
@@ -245,7 +245,7 @@ export declare class DataLabelingManagementClient {
|
|
|
245
245
|
* @param SnapshotDatasetRequest
|
|
246
246
|
* @return SnapshotDatasetResponse
|
|
247
247
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.
|
|
248
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
249
249
|
*/
|
|
250
250
|
snapshotDataset(snapshotDatasetRequest: requests.SnapshotDatasetRequest): Promise<responses.SnapshotDatasetResponse>;
|
|
251
251
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class DataLabelingManagementClient {
|
|
|
254
254
|
* @param UpdateDatasetRequest
|
|
255
255
|
* @return UpdateDatasetResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.
|
|
257
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
258
258
|
*/
|
|
259
259
|
updateDataset(updateDatasetRequest: requests.UpdateDatasetRequest): Promise<responses.UpdateDatasetResponse>;
|
|
260
260
|
}
|
package/lib/client.js
CHANGED
|
@@ -214,7 +214,7 @@ class DataLabelingManagementClient {
|
|
|
214
214
|
* @param AddDatasetLabelsRequest
|
|
215
215
|
* @return AddDatasetLabelsResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.
|
|
217
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
218
218
|
*/
|
|
219
219
|
addDatasetLabels(addDatasetLabelsRequest) {
|
|
220
220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -276,7 +276,7 @@ class DataLabelingManagementClient {
|
|
|
276
276
|
* @param ChangeDatasetCompartmentRequest
|
|
277
277
|
* @return ChangeDatasetCompartmentResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.
|
|
279
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
280
280
|
*/
|
|
281
281
|
changeDatasetCompartment(changeDatasetCompartmentRequest) {
|
|
282
282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -338,7 +338,7 @@ class DataLabelingManagementClient {
|
|
|
338
338
|
* @param CreateDatasetRequest
|
|
339
339
|
* @return CreateDatasetResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.
|
|
341
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
342
342
|
*/
|
|
343
343
|
createDataset(createDatasetRequest) {
|
|
344
344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -416,7 +416,7 @@ class DataLabelingManagementClient {
|
|
|
416
416
|
* @param DeleteDatasetRequest
|
|
417
417
|
* @return DeleteDatasetResponse
|
|
418
418
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.
|
|
419
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
420
420
|
*/
|
|
421
421
|
deleteDataset(deleteDatasetRequest) {
|
|
422
422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -476,7 +476,7 @@ class DataLabelingManagementClient {
|
|
|
476
476
|
* @param GenerateDatasetRecordsRequest
|
|
477
477
|
* @return GenerateDatasetRecordsResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.
|
|
479
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
480
480
|
*/
|
|
481
481
|
generateDatasetRecords(generateDatasetRecordsRequest) {
|
|
482
482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -538,7 +538,7 @@ class DataLabelingManagementClient {
|
|
|
538
538
|
* @param GetDatasetRequest
|
|
539
539
|
* @return GetDatasetResponse
|
|
540
540
|
* @throws OciError when an error occurs
|
|
541
|
-
* @example Click {@link https://docs.
|
|
541
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
542
542
|
*/
|
|
543
543
|
getDataset(getDatasetRequest) {
|
|
544
544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -601,7 +601,7 @@ class DataLabelingManagementClient {
|
|
|
601
601
|
* @param GetWorkRequestRequest
|
|
602
602
|
* @return GetWorkRequestResponse
|
|
603
603
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.
|
|
604
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
605
605
|
*/
|
|
606
606
|
getWorkRequest(getWorkRequestRequest) {
|
|
607
607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -664,7 +664,7 @@ class DataLabelingManagementClient {
|
|
|
664
664
|
* @param ImportPreAnnotatedDataRequest
|
|
665
665
|
* @return ImportPreAnnotatedDataResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.
|
|
667
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ImportPreAnnotatedData.ts.html |here} to see how to use ImportPreAnnotatedData API.
|
|
668
668
|
*/
|
|
669
669
|
importPreAnnotatedData(importPreAnnotatedDataRequest) {
|
|
670
670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -726,7 +726,7 @@ class DataLabelingManagementClient {
|
|
|
726
726
|
* @param ListAnnotationFormatsRequest
|
|
727
727
|
* @return ListAnnotationFormatsResponse
|
|
728
728
|
* @throws OciError when an error occurs
|
|
729
|
-
* @example Click {@link https://docs.
|
|
729
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
730
730
|
*/
|
|
731
731
|
listAnnotationFormats(listAnnotationFormatsRequest) {
|
|
732
732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -793,7 +793,7 @@ class DataLabelingManagementClient {
|
|
|
793
793
|
* @param ListDatasetsRequest
|
|
794
794
|
* @return ListDatasetsResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.
|
|
796
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
797
797
|
*/
|
|
798
798
|
listDatasets(listDatasetsRequest) {
|
|
799
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -865,7 +865,7 @@ class DataLabelingManagementClient {
|
|
|
865
865
|
* @param ListWorkRequestErrorsRequest
|
|
866
866
|
* @return ListWorkRequestErrorsResponse
|
|
867
867
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.
|
|
868
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
869
869
|
*/
|
|
870
870
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
871
871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -932,7 +932,7 @@ class DataLabelingManagementClient {
|
|
|
932
932
|
* @param ListWorkRequestLogsRequest
|
|
933
933
|
* @return ListWorkRequestLogsResponse
|
|
934
934
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.
|
|
935
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
936
936
|
*/
|
|
937
937
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
938
938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -999,7 +999,7 @@ class DataLabelingManagementClient {
|
|
|
999
999
|
* @param ListWorkRequestsRequest
|
|
1000
1000
|
* @return ListWorkRequestsResponse
|
|
1001
1001
|
* @throws OciError when an error occurs
|
|
1002
|
-
* @example Click {@link https://docs.
|
|
1002
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1003
1003
|
*/
|
|
1004
1004
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1005
1005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1066,7 +1066,7 @@ class DataLabelingManagementClient {
|
|
|
1066
1066
|
* @param RemoveDatasetLabelsRequest
|
|
1067
1067
|
* @return RemoveDatasetLabelsResponse
|
|
1068
1068
|
* @throws OciError when an error occurs
|
|
1069
|
-
* @example Click {@link https://docs.
|
|
1069
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
1070
1070
|
*/
|
|
1071
1071
|
removeDatasetLabels(removeDatasetLabelsRequest) {
|
|
1072
1072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1129,7 +1129,7 @@ class DataLabelingManagementClient {
|
|
|
1129
1129
|
* @param RenameDatasetLabelsRequest
|
|
1130
1130
|
* @return RenameDatasetLabelsResponse
|
|
1131
1131
|
* @throws OciError when an error occurs
|
|
1132
|
-
* @example Click {@link https://docs.
|
|
1132
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
1133
1133
|
*/
|
|
1134
1134
|
renameDatasetLabels(renameDatasetLabelsRequest) {
|
|
1135
1135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1193,7 +1193,7 @@ class DataLabelingManagementClient {
|
|
|
1193
1193
|
* @param SnapshotDatasetRequest
|
|
1194
1194
|
* @return SnapshotDatasetResponse
|
|
1195
1195
|
* @throws OciError when an error occurs
|
|
1196
|
-
* @example Click {@link https://docs.
|
|
1196
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
1197
1197
|
*/
|
|
1198
1198
|
snapshotDataset(snapshotDatasetRequest) {
|
|
1199
1199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1255,7 +1255,7 @@ class DataLabelingManagementClient {
|
|
|
1255
1255
|
* @param UpdateDatasetRequest
|
|
1256
1256
|
* @return UpdateDatasetResponse
|
|
1257
1257
|
* @throws OciError when an error occurs
|
|
1258
|
-
* @example Click {@link https://docs.
|
|
1258
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
1259
1259
|
*/
|
|
1260
1260
|
updateDataset(updateDatasetRequest) {
|
|
1261
1261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
-
* (https://docs.
|
|
19
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabelsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddDatasetLabelsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatasetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDatasetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDatasetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDatasetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDatasetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecordsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GenerateDatasetRecordsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDatasetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatasetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ImportPreAnnotatedData.ts.html |here} to see how to use ImportPreAnnotatedDataRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ImportPreAnnotatedDataRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormatsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAnnotationFormatsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasetsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatasetsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabelsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveDatasetLabelsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabelsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RenameDatasetLabelsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDatasetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SnapshotDatasetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDatasetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatasetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-datalabelingservice",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Data Labeling Service Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|