oci-datalabelingservice 2.89.1 → 2.89.2
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
|
@@ -96,7 +96,7 @@ export declare class DataLabelingManagementClient {
|
|
|
96
96
|
* @param AddDatasetLabelsRequest
|
|
97
97
|
* @return AddDatasetLabelsResponse
|
|
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.89.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
100
100
|
*/
|
|
101
101
|
addDatasetLabels(addDatasetLabelsRequest: requests.AddDatasetLabelsRequest): Promise<responses.AddDatasetLabelsResponse>;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class DataLabelingManagementClient {
|
|
|
105
105
|
* @param ChangeDatasetCompartmentRequest
|
|
106
106
|
* @return ChangeDatasetCompartmentResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
109
109
|
*/
|
|
110
110
|
changeDatasetCompartment(changeDatasetCompartmentRequest: requests.ChangeDatasetCompartmentRequest): Promise<responses.ChangeDatasetCompartmentResponse>;
|
|
111
111
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class DataLabelingManagementClient {
|
|
|
115
115
|
* @param CreateDatasetRequest
|
|
116
116
|
* @return CreateDatasetResponse
|
|
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.89.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
119
119
|
*/
|
|
120
120
|
createDataset(createDatasetRequest: requests.CreateDatasetRequest): Promise<responses.CreateDatasetResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DataLabelingManagementClient {
|
|
|
124
124
|
* @param DeleteDatasetRequest
|
|
125
125
|
* @return DeleteDatasetResponse
|
|
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.89.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
128
128
|
*/
|
|
129
129
|
deleteDataset(deleteDatasetRequest: requests.DeleteDatasetRequest): Promise<responses.DeleteDatasetResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class DataLabelingManagementClient {
|
|
|
133
133
|
* @param GenerateDatasetRecordsRequest
|
|
134
134
|
* @return GenerateDatasetRecordsResponse
|
|
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.89.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
137
137
|
*/
|
|
138
138
|
generateDatasetRecords(generateDatasetRecordsRequest: requests.GenerateDatasetRecordsRequest): Promise<responses.GenerateDatasetRecordsResponse>;
|
|
139
139
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class DataLabelingManagementClient {
|
|
|
142
142
|
* @param GetDatasetRequest
|
|
143
143
|
* @return GetDatasetResponse
|
|
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.89.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
146
146
|
*/
|
|
147
147
|
getDataset(getDatasetRequest: requests.GetDatasetRequest): Promise<responses.GetDatasetResponse>;
|
|
148
148
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class DataLabelingManagementClient {
|
|
|
151
151
|
* @param GetWorkRequestRequest
|
|
152
152
|
* @return GetWorkRequestResponse
|
|
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.89.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
155
155
|
*/
|
|
156
156
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
157
157
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class DataLabelingManagementClient {
|
|
|
160
160
|
* @param ImportPreAnnotatedDataRequest
|
|
161
161
|
* @return ImportPreAnnotatedDataResponse
|
|
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.89.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ImportPreAnnotatedData.ts.html |here} to see how to use ImportPreAnnotatedData API.
|
|
164
164
|
*/
|
|
165
165
|
importPreAnnotatedData(importPreAnnotatedDataRequest: requests.ImportPreAnnotatedDataRequest): Promise<responses.ImportPreAnnotatedDataResponse>;
|
|
166
166
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class DataLabelingManagementClient {
|
|
|
169
169
|
* @param ListAnnotationFormatsRequest
|
|
170
170
|
* @return ListAnnotationFormatsResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
173
173
|
*/
|
|
174
174
|
listAnnotationFormats(listAnnotationFormatsRequest: requests.ListAnnotationFormatsRequest): Promise<responses.ListAnnotationFormatsResponse>;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class DataLabelingManagementClient {
|
|
|
179
179
|
* @param ListDatasetsRequest
|
|
180
180
|
* @return ListDatasetsResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
183
183
|
*/
|
|
184
184
|
listDatasets(listDatasetsRequest: requests.ListDatasetsRequest): Promise<responses.ListDatasetsResponse>;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class DataLabelingManagementClient {
|
|
|
189
189
|
* @param ListWorkRequestErrorsRequest
|
|
190
190
|
* @return ListWorkRequestErrorsResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
193
193
|
*/
|
|
194
194
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
195
195
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class DataLabelingManagementClient {
|
|
|
199
199
|
* @param ListWorkRequestLogsRequest
|
|
200
200
|
* @return ListWorkRequestLogsResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
203
203
|
*/
|
|
204
204
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
205
205
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class DataLabelingManagementClient {
|
|
|
209
209
|
* @param ListWorkRequestsRequest
|
|
210
210
|
* @return ListWorkRequestsResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
213
213
|
*/
|
|
214
214
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class DataLabelingManagementClient {
|
|
|
219
219
|
* @param RemoveDatasetLabelsRequest
|
|
220
220
|
* @return RemoveDatasetLabelsResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
223
223
|
*/
|
|
224
224
|
removeDatasetLabels(removeDatasetLabelsRequest: requests.RemoveDatasetLabelsRequest): Promise<responses.RemoveDatasetLabelsResponse>;
|
|
225
225
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class DataLabelingManagementClient {
|
|
|
229
229
|
* @param RenameDatasetLabelsRequest
|
|
230
230
|
* @return RenameDatasetLabelsResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
233
233
|
*/
|
|
234
234
|
renameDatasetLabels(renameDatasetLabelsRequest: requests.RenameDatasetLabelsRequest): Promise<responses.RenameDatasetLabelsResponse>;
|
|
235
235
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class DataLabelingManagementClient {
|
|
|
240
240
|
* @param SnapshotDatasetRequest
|
|
241
241
|
* @return SnapshotDatasetResponse
|
|
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.89.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
244
244
|
*/
|
|
245
245
|
snapshotDataset(snapshotDatasetRequest: requests.SnapshotDatasetRequest): Promise<responses.SnapshotDatasetResponse>;
|
|
246
246
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class DataLabelingManagementClient {
|
|
|
249
249
|
* @param UpdateDatasetRequest
|
|
250
250
|
* @return UpdateDatasetResponse
|
|
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.89.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
253
253
|
*/
|
|
254
254
|
updateDataset(updateDatasetRequest: requests.UpdateDatasetRequest): Promise<responses.UpdateDatasetResponse>;
|
|
255
255
|
}
|
package/lib/client.js
CHANGED
|
@@ -203,7 +203,7 @@ class DataLabelingManagementClient {
|
|
|
203
203
|
* @param AddDatasetLabelsRequest
|
|
204
204
|
* @return AddDatasetLabelsResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
207
207
|
*/
|
|
208
208
|
addDatasetLabels(addDatasetLabelsRequest) {
|
|
209
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -265,7 +265,7 @@ class DataLabelingManagementClient {
|
|
|
265
265
|
* @param ChangeDatasetCompartmentRequest
|
|
266
266
|
* @return ChangeDatasetCompartmentResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
269
269
|
*/
|
|
270
270
|
changeDatasetCompartment(changeDatasetCompartmentRequest) {
|
|
271
271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -327,7 +327,7 @@ class DataLabelingManagementClient {
|
|
|
327
327
|
* @param CreateDatasetRequest
|
|
328
328
|
* @return CreateDatasetResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
331
331
|
*/
|
|
332
332
|
createDataset(createDatasetRequest) {
|
|
333
333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -405,7 +405,7 @@ class DataLabelingManagementClient {
|
|
|
405
405
|
* @param DeleteDatasetRequest
|
|
406
406
|
* @return DeleteDatasetResponse
|
|
407
407
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
409
409
|
*/
|
|
410
410
|
deleteDataset(deleteDatasetRequest) {
|
|
411
411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -465,7 +465,7 @@ class DataLabelingManagementClient {
|
|
|
465
465
|
* @param GenerateDatasetRecordsRequest
|
|
466
466
|
* @return GenerateDatasetRecordsResponse
|
|
467
467
|
* @throws OciError when an error occurs
|
|
468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
469
469
|
*/
|
|
470
470
|
generateDatasetRecords(generateDatasetRecordsRequest) {
|
|
471
471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -527,7 +527,7 @@ class DataLabelingManagementClient {
|
|
|
527
527
|
* @param GetDatasetRequest
|
|
528
528
|
* @return GetDatasetResponse
|
|
529
529
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
531
531
|
*/
|
|
532
532
|
getDataset(getDatasetRequest) {
|
|
533
533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -590,7 +590,7 @@ class DataLabelingManagementClient {
|
|
|
590
590
|
* @param GetWorkRequestRequest
|
|
591
591
|
* @return GetWorkRequestResponse
|
|
592
592
|
* @throws OciError when an error occurs
|
|
593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
594
594
|
*/
|
|
595
595
|
getWorkRequest(getWorkRequestRequest) {
|
|
596
596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -653,7 +653,7 @@ class DataLabelingManagementClient {
|
|
|
653
653
|
* @param ImportPreAnnotatedDataRequest
|
|
654
654
|
* @return ImportPreAnnotatedDataResponse
|
|
655
655
|
* @throws OciError when an error occurs
|
|
656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ImportPreAnnotatedData.ts.html |here} to see how to use ImportPreAnnotatedData API.
|
|
657
657
|
*/
|
|
658
658
|
importPreAnnotatedData(importPreAnnotatedDataRequest) {
|
|
659
659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -715,7 +715,7 @@ class DataLabelingManagementClient {
|
|
|
715
715
|
* @param ListAnnotationFormatsRequest
|
|
716
716
|
* @return ListAnnotationFormatsResponse
|
|
717
717
|
* @throws OciError when an error occurs
|
|
718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
719
719
|
*/
|
|
720
720
|
listAnnotationFormats(listAnnotationFormatsRequest) {
|
|
721
721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -782,7 +782,7 @@ class DataLabelingManagementClient {
|
|
|
782
782
|
* @param ListDatasetsRequest
|
|
783
783
|
* @return ListDatasetsResponse
|
|
784
784
|
* @throws OciError when an error occurs
|
|
785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
786
786
|
*/
|
|
787
787
|
listDatasets(listDatasetsRequest) {
|
|
788
788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -854,7 +854,7 @@ class DataLabelingManagementClient {
|
|
|
854
854
|
* @param ListWorkRequestErrorsRequest
|
|
855
855
|
* @return ListWorkRequestErrorsResponse
|
|
856
856
|
* @throws OciError when an error occurs
|
|
857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
858
858
|
*/
|
|
859
859
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
860
860
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -921,7 +921,7 @@ class DataLabelingManagementClient {
|
|
|
921
921
|
* @param ListWorkRequestLogsRequest
|
|
922
922
|
* @return ListWorkRequestLogsResponse
|
|
923
923
|
* @throws OciError when an error occurs
|
|
924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
925
925
|
*/
|
|
926
926
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
927
927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -988,7 +988,7 @@ class DataLabelingManagementClient {
|
|
|
988
988
|
* @param ListWorkRequestsRequest
|
|
989
989
|
* @return ListWorkRequestsResponse
|
|
990
990
|
* @throws OciError when an error occurs
|
|
991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
992
992
|
*/
|
|
993
993
|
listWorkRequests(listWorkRequestsRequest) {
|
|
994
994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1055,7 +1055,7 @@ class DataLabelingManagementClient {
|
|
|
1055
1055
|
* @param RemoveDatasetLabelsRequest
|
|
1056
1056
|
* @return RemoveDatasetLabelsResponse
|
|
1057
1057
|
* @throws OciError when an error occurs
|
|
1058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
1059
1059
|
*/
|
|
1060
1060
|
removeDatasetLabels(removeDatasetLabelsRequest) {
|
|
1061
1061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1118,7 +1118,7 @@ class DataLabelingManagementClient {
|
|
|
1118
1118
|
* @param RenameDatasetLabelsRequest
|
|
1119
1119
|
* @return RenameDatasetLabelsResponse
|
|
1120
1120
|
* @throws OciError when an error occurs
|
|
1121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
1122
1122
|
*/
|
|
1123
1123
|
renameDatasetLabels(renameDatasetLabelsRequest) {
|
|
1124
1124
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1182,7 +1182,7 @@ class DataLabelingManagementClient {
|
|
|
1182
1182
|
* @param SnapshotDatasetRequest
|
|
1183
1183
|
* @return SnapshotDatasetResponse
|
|
1184
1184
|
* @throws OciError when an error occurs
|
|
1185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
1186
1186
|
*/
|
|
1187
1187
|
snapshotDataset(snapshotDatasetRequest) {
|
|
1188
1188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1244,7 +1244,7 @@ class DataLabelingManagementClient {
|
|
|
1244
1244
|
* @param UpdateDatasetRequest
|
|
1245
1245
|
* @return UpdateDatasetResponse
|
|
1246
1246
|
* @throws OciError when an error occurs
|
|
1247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
1248
1248
|
*/
|
|
1249
1249
|
updateDataset(updateDatasetRequest) {
|
|
1250
1250
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
3
|
+
"version": "2.89.2",
|
|
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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.2",
|
|
19
|
+
"oci-workrequests": "2.89.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|