oci-datalabelingservice 2.69.0 → 2.70.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/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
|
@@ -87,7 +87,7 @@ export declare class DataLabelingManagementClient {
|
|
|
87
87
|
* @param AddDatasetLabelsRequest
|
|
88
88
|
* @return AddDatasetLabelsResponse
|
|
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.70.0/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
91
91
|
*/
|
|
92
92
|
addDatasetLabels(addDatasetLabelsRequest: requests.AddDatasetLabelsRequest): Promise<responses.AddDatasetLabelsResponse>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class DataLabelingManagementClient {
|
|
|
96
96
|
* @param ChangeDatasetCompartmentRequest
|
|
97
97
|
* @return ChangeDatasetCompartmentResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
100
100
|
*/
|
|
101
101
|
changeDatasetCompartment(changeDatasetCompartmentRequest: requests.ChangeDatasetCompartmentRequest): Promise<responses.ChangeDatasetCompartmentResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class DataLabelingManagementClient {
|
|
|
106
106
|
* @param CreateDatasetRequest
|
|
107
107
|
* @return CreateDatasetResponse
|
|
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.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
110
110
|
*/
|
|
111
111
|
createDataset(createDatasetRequest: requests.CreateDatasetRequest): Promise<responses.CreateDatasetResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class DataLabelingManagementClient {
|
|
|
115
115
|
* @param DeleteDatasetRequest
|
|
116
116
|
* @return DeleteDatasetResponse
|
|
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.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
119
119
|
*/
|
|
120
120
|
deleteDataset(deleteDatasetRequest: requests.DeleteDatasetRequest): Promise<responses.DeleteDatasetResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DataLabelingManagementClient {
|
|
|
124
124
|
* @param GenerateDatasetRecordsRequest
|
|
125
125
|
* @return GenerateDatasetRecordsResponse
|
|
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.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
128
128
|
*/
|
|
129
129
|
generateDatasetRecords(generateDatasetRecordsRequest: requests.GenerateDatasetRecordsRequest): Promise<responses.GenerateDatasetRecordsResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class DataLabelingManagementClient {
|
|
|
133
133
|
* @param GetDatasetRequest
|
|
134
134
|
* @return GetDatasetResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
137
137
|
*/
|
|
138
138
|
getDataset(getDatasetRequest: requests.GetDatasetRequest): Promise<responses.GetDatasetResponse>;
|
|
139
139
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class DataLabelingManagementClient {
|
|
|
142
142
|
* @param GetWorkRequestRequest
|
|
143
143
|
* @return GetWorkRequestResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
146
146
|
*/
|
|
147
147
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
148
148
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class DataLabelingManagementClient {
|
|
|
151
151
|
* @param ImportPreAnnotatedDataRequest
|
|
152
152
|
* @return ImportPreAnnotatedDataResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ImportPreAnnotatedData.ts.html |here} to see how to use ImportPreAnnotatedData API.
|
|
155
155
|
*/
|
|
156
156
|
importPreAnnotatedData(importPreAnnotatedDataRequest: requests.ImportPreAnnotatedDataRequest): Promise<responses.ImportPreAnnotatedDataResponse>;
|
|
157
157
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class DataLabelingManagementClient {
|
|
|
160
160
|
* @param ListAnnotationFormatsRequest
|
|
161
161
|
* @return ListAnnotationFormatsResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
164
164
|
*/
|
|
165
165
|
listAnnotationFormats(listAnnotationFormatsRequest: requests.ListAnnotationFormatsRequest): Promise<responses.ListAnnotationFormatsResponse>;
|
|
166
166
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class DataLabelingManagementClient {
|
|
|
170
170
|
* @param ListDatasetsRequest
|
|
171
171
|
* @return ListDatasetsResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
174
174
|
*/
|
|
175
175
|
listDatasets(listDatasetsRequest: requests.ListDatasetsRequest): Promise<responses.ListDatasetsResponse>;
|
|
176
176
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class DataLabelingManagementClient {
|
|
|
180
180
|
* @param ListWorkRequestErrorsRequest
|
|
181
181
|
* @return ListWorkRequestErrorsResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
184
184
|
*/
|
|
185
185
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
186
186
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class DataLabelingManagementClient {
|
|
|
190
190
|
* @param ListWorkRequestLogsRequest
|
|
191
191
|
* @return ListWorkRequestLogsResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
194
194
|
*/
|
|
195
195
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
196
196
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class DataLabelingManagementClient {
|
|
|
200
200
|
* @param ListWorkRequestsRequest
|
|
201
201
|
* @return ListWorkRequestsResponse
|
|
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.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
204
204
|
*/
|
|
205
205
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
206
206
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class DataLabelingManagementClient {
|
|
|
210
210
|
* @param RemoveDatasetLabelsRequest
|
|
211
211
|
* @return RemoveDatasetLabelsResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
214
214
|
*/
|
|
215
215
|
removeDatasetLabels(removeDatasetLabelsRequest: requests.RemoveDatasetLabelsRequest): Promise<responses.RemoveDatasetLabelsResponse>;
|
|
216
216
|
/**
|
|
@@ -220,7 +220,7 @@ export declare class DataLabelingManagementClient {
|
|
|
220
220
|
* @param RenameDatasetLabelsRequest
|
|
221
221
|
* @return RenameDatasetLabelsResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
224
224
|
*/
|
|
225
225
|
renameDatasetLabels(renameDatasetLabelsRequest: requests.RenameDatasetLabelsRequest): Promise<responses.RenameDatasetLabelsResponse>;
|
|
226
226
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class DataLabelingManagementClient {
|
|
|
231
231
|
* @param SnapshotDatasetRequest
|
|
232
232
|
* @return SnapshotDatasetResponse
|
|
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.70.0/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
235
235
|
*/
|
|
236
236
|
snapshotDataset(snapshotDatasetRequest: requests.SnapshotDatasetRequest): Promise<responses.SnapshotDatasetResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class DataLabelingManagementClient {
|
|
|
240
240
|
* @param UpdateDatasetRequest
|
|
241
241
|
* @return UpdateDatasetResponse
|
|
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.70.0/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
244
244
|
*/
|
|
245
245
|
updateDataset(updateDatasetRequest: requests.UpdateDatasetRequest): Promise<responses.UpdateDatasetResponse>;
|
|
246
246
|
}
|
package/lib/client.js
CHANGED
|
@@ -184,7 +184,7 @@ class DataLabelingManagementClient {
|
|
|
184
184
|
* @param AddDatasetLabelsRequest
|
|
185
185
|
* @return AddDatasetLabelsResponse
|
|
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.70.0/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
188
188
|
*/
|
|
189
189
|
addDatasetLabels(addDatasetLabelsRequest) {
|
|
190
190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,7 +246,7 @@ class DataLabelingManagementClient {
|
|
|
246
246
|
* @param ChangeDatasetCompartmentRequest
|
|
247
247
|
* @return ChangeDatasetCompartmentResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
250
250
|
*/
|
|
251
251
|
changeDatasetCompartment(changeDatasetCompartmentRequest) {
|
|
252
252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -308,7 +308,7 @@ class DataLabelingManagementClient {
|
|
|
308
308
|
* @param CreateDatasetRequest
|
|
309
309
|
* @return CreateDatasetResponse
|
|
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.70.0/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
312
312
|
*/
|
|
313
313
|
createDataset(createDatasetRequest) {
|
|
314
314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -386,7 +386,7 @@ class DataLabelingManagementClient {
|
|
|
386
386
|
* @param DeleteDatasetRequest
|
|
387
387
|
* @return DeleteDatasetResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
390
390
|
*/
|
|
391
391
|
deleteDataset(deleteDatasetRequest) {
|
|
392
392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -446,7 +446,7 @@ class DataLabelingManagementClient {
|
|
|
446
446
|
* @param GenerateDatasetRecordsRequest
|
|
447
447
|
* @return GenerateDatasetRecordsResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
450
450
|
*/
|
|
451
451
|
generateDatasetRecords(generateDatasetRecordsRequest) {
|
|
452
452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +508,7 @@ class DataLabelingManagementClient {
|
|
|
508
508
|
* @param GetDatasetRequest
|
|
509
509
|
* @return GetDatasetResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
512
512
|
*/
|
|
513
513
|
getDataset(getDatasetRequest) {
|
|
514
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -571,7 +571,7 @@ class DataLabelingManagementClient {
|
|
|
571
571
|
* @param GetWorkRequestRequest
|
|
572
572
|
* @return GetWorkRequestResponse
|
|
573
573
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
575
575
|
*/
|
|
576
576
|
getWorkRequest(getWorkRequestRequest) {
|
|
577
577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -634,7 +634,7 @@ class DataLabelingManagementClient {
|
|
|
634
634
|
* @param ImportPreAnnotatedDataRequest
|
|
635
635
|
* @return ImportPreAnnotatedDataResponse
|
|
636
636
|
* @throws OciError when an error occurs
|
|
637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ImportPreAnnotatedData.ts.html |here} to see how to use ImportPreAnnotatedData API.
|
|
638
638
|
*/
|
|
639
639
|
importPreAnnotatedData(importPreAnnotatedDataRequest) {
|
|
640
640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -696,7 +696,7 @@ class DataLabelingManagementClient {
|
|
|
696
696
|
* @param ListAnnotationFormatsRequest
|
|
697
697
|
* @return ListAnnotationFormatsResponse
|
|
698
698
|
* @throws OciError when an error occurs
|
|
699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
700
700
|
*/
|
|
701
701
|
listAnnotationFormats(listAnnotationFormatsRequest) {
|
|
702
702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -763,7 +763,7 @@ class DataLabelingManagementClient {
|
|
|
763
763
|
* @param ListDatasetsRequest
|
|
764
764
|
* @return ListDatasetsResponse
|
|
765
765
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
767
767
|
*/
|
|
768
768
|
listDatasets(listDatasetsRequest) {
|
|
769
769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -835,7 +835,7 @@ class DataLabelingManagementClient {
|
|
|
835
835
|
* @param ListWorkRequestErrorsRequest
|
|
836
836
|
* @return ListWorkRequestErrorsResponse
|
|
837
837
|
* @throws OciError when an error occurs
|
|
838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
839
839
|
*/
|
|
840
840
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
841
841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -902,7 +902,7 @@ class DataLabelingManagementClient {
|
|
|
902
902
|
* @param ListWorkRequestLogsRequest
|
|
903
903
|
* @return ListWorkRequestLogsResponse
|
|
904
904
|
* @throws OciError when an error occurs
|
|
905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
906
906
|
*/
|
|
907
907
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
908
908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -969,7 +969,7 @@ class DataLabelingManagementClient {
|
|
|
969
969
|
* @param ListWorkRequestsRequest
|
|
970
970
|
* @return ListWorkRequestsResponse
|
|
971
971
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
973
973
|
*/
|
|
974
974
|
listWorkRequests(listWorkRequestsRequest) {
|
|
975
975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1036,7 +1036,7 @@ class DataLabelingManagementClient {
|
|
|
1036
1036
|
* @param RemoveDatasetLabelsRequest
|
|
1037
1037
|
* @return RemoveDatasetLabelsResponse
|
|
1038
1038
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
1040
1040
|
*/
|
|
1041
1041
|
removeDatasetLabels(removeDatasetLabelsRequest) {
|
|
1042
1042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1099,7 +1099,7 @@ class DataLabelingManagementClient {
|
|
|
1099
1099
|
* @param RenameDatasetLabelsRequest
|
|
1100
1100
|
* @return RenameDatasetLabelsResponse
|
|
1101
1101
|
* @throws OciError when an error occurs
|
|
1102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
1103
1103
|
*/
|
|
1104
1104
|
renameDatasetLabels(renameDatasetLabelsRequest) {
|
|
1105
1105
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1163,7 +1163,7 @@ class DataLabelingManagementClient {
|
|
|
1163
1163
|
* @param SnapshotDatasetRequest
|
|
1164
1164
|
* @return SnapshotDatasetResponse
|
|
1165
1165
|
* @throws OciError when an error occurs
|
|
1166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
1167
1167
|
*/
|
|
1168
1168
|
snapshotDataset(snapshotDatasetRequest) {
|
|
1169
1169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1225,7 +1225,7 @@ class DataLabelingManagementClient {
|
|
|
1225
1225
|
* @param UpdateDatasetRequest
|
|
1226
1226
|
* @return UpdateDatasetResponse
|
|
1227
1227
|
* @throws OciError when an error occurs
|
|
1228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
1229
1229
|
*/
|
|
1230
1230
|
updateDataset(updateDatasetRequest) {
|
|
1231
1231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/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.70.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.70.0",
|
|
19
|
+
"oci-workrequests": "2.70.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|