oci-datalabelingservice 2.20.0 → 2.21.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 +16 -16
- package/lib/client.js +16 -16
- 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/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
|
@@ -74,7 +74,7 @@ export declare class DataLabelingManagementClient {
|
|
|
74
74
|
* @param AddDatasetLabelsRequest
|
|
75
75
|
* @return AddDatasetLabelsResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
78
78
|
*/
|
|
79
79
|
addDatasetLabels(addDatasetLabelsRequest: requests.AddDatasetLabelsRequest): Promise<responses.AddDatasetLabelsResponse>;
|
|
80
80
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class DataLabelingManagementClient {
|
|
|
83
83
|
* @param ChangeDatasetCompartmentRequest
|
|
84
84
|
* @return ChangeDatasetCompartmentResponse
|
|
85
85
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
87
87
|
*/
|
|
88
88
|
changeDatasetCompartment(changeDatasetCompartmentRequest: requests.ChangeDatasetCompartmentRequest): Promise<responses.ChangeDatasetCompartmentResponse>;
|
|
89
89
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class DataLabelingManagementClient {
|
|
|
93
93
|
* @param CreateDatasetRequest
|
|
94
94
|
* @return CreateDatasetResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
97
97
|
*/
|
|
98
98
|
createDataset(createDatasetRequest: requests.CreateDatasetRequest): Promise<responses.CreateDatasetResponse>;
|
|
99
99
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class DataLabelingManagementClient {
|
|
|
102
102
|
* @param DeleteDatasetRequest
|
|
103
103
|
* @return DeleteDatasetResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
106
106
|
*/
|
|
107
107
|
deleteDataset(deleteDatasetRequest: requests.DeleteDatasetRequest): Promise<responses.DeleteDatasetResponse>;
|
|
108
108
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class DataLabelingManagementClient {
|
|
|
111
111
|
* @param GenerateDatasetRecordsRequest
|
|
112
112
|
* @return GenerateDatasetRecordsResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
115
115
|
*/
|
|
116
116
|
generateDatasetRecords(generateDatasetRecordsRequest: requests.GenerateDatasetRecordsRequest): Promise<responses.GenerateDatasetRecordsResponse>;
|
|
117
117
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class DataLabelingManagementClient {
|
|
|
120
120
|
* @param GetDatasetRequest
|
|
121
121
|
* @return GetDatasetResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
124
124
|
*/
|
|
125
125
|
getDataset(getDatasetRequest: requests.GetDatasetRequest): Promise<responses.GetDatasetResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class DataLabelingManagementClient {
|
|
|
129
129
|
* @param GetWorkRequestRequest
|
|
130
130
|
* @return GetWorkRequestResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
133
133
|
*/
|
|
134
134
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
135
135
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class DataLabelingManagementClient {
|
|
|
138
138
|
* @param ListAnnotationFormatsRequest
|
|
139
139
|
* @return ListAnnotationFormatsResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
142
142
|
*/
|
|
143
143
|
listAnnotationFormats(listAnnotationFormatsRequest: requests.ListAnnotationFormatsRequest): Promise<responses.ListAnnotationFormatsResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class DataLabelingManagementClient {
|
|
|
148
148
|
* @param ListDatasetsRequest
|
|
149
149
|
* @return ListDatasetsResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
152
152
|
*/
|
|
153
153
|
listDatasets(listDatasetsRequest: requests.ListDatasetsRequest): Promise<responses.ListDatasetsResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class DataLabelingManagementClient {
|
|
|
158
158
|
* @param ListWorkRequestErrorsRequest
|
|
159
159
|
* @return ListWorkRequestErrorsResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
162
162
|
*/
|
|
163
163
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
164
164
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class DataLabelingManagementClient {
|
|
|
168
168
|
* @param ListWorkRequestLogsRequest
|
|
169
169
|
* @return ListWorkRequestLogsResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
172
172
|
*/
|
|
173
173
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
174
174
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class DataLabelingManagementClient {
|
|
|
178
178
|
* @param ListWorkRequestsRequest
|
|
179
179
|
* @return ListWorkRequestsResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
182
182
|
*/
|
|
183
183
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
184
184
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class DataLabelingManagementClient {
|
|
|
188
188
|
* @param RemoveDatasetLabelsRequest
|
|
189
189
|
* @return RemoveDatasetLabelsResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
192
192
|
*/
|
|
193
193
|
removeDatasetLabels(removeDatasetLabelsRequest: requests.RemoveDatasetLabelsRequest): Promise<responses.RemoveDatasetLabelsResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class DataLabelingManagementClient {
|
|
|
198
198
|
* @param RenameDatasetLabelsRequest
|
|
199
199
|
* @return RenameDatasetLabelsResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
202
202
|
*/
|
|
203
203
|
renameDatasetLabels(renameDatasetLabelsRequest: requests.RenameDatasetLabelsRequest): Promise<responses.RenameDatasetLabelsResponse>;
|
|
204
204
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class DataLabelingManagementClient {
|
|
|
209
209
|
* @param SnapshotDatasetRequest
|
|
210
210
|
* @return SnapshotDatasetResponse
|
|
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.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
213
213
|
*/
|
|
214
214
|
snapshotDataset(snapshotDatasetRequest: requests.SnapshotDatasetRequest): Promise<responses.SnapshotDatasetResponse>;
|
|
215
215
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class DataLabelingManagementClient {
|
|
|
218
218
|
* @param UpdateDatasetRequest
|
|
219
219
|
* @return UpdateDatasetResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
222
222
|
*/
|
|
223
223
|
updateDataset(updateDatasetRequest: requests.UpdateDatasetRequest): Promise<responses.UpdateDatasetResponse>;
|
|
224
224
|
}
|
package/lib/client.js
CHANGED
|
@@ -151,7 +151,7 @@ class DataLabelingManagementClient {
|
|
|
151
151
|
* @param AddDatasetLabelsRequest
|
|
152
152
|
* @return AddDatasetLabelsResponse
|
|
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.21.0/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
155
155
|
*/
|
|
156
156
|
addDatasetLabels(addDatasetLabelsRequest) {
|
|
157
157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -211,7 +211,7 @@ class DataLabelingManagementClient {
|
|
|
211
211
|
* @param ChangeDatasetCompartmentRequest
|
|
212
212
|
* @return ChangeDatasetCompartmentResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
215
215
|
*/
|
|
216
216
|
changeDatasetCompartment(changeDatasetCompartmentRequest) {
|
|
217
217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -271,7 +271,7 @@ class DataLabelingManagementClient {
|
|
|
271
271
|
* @param CreateDatasetRequest
|
|
272
272
|
* @return CreateDatasetResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
275
275
|
*/
|
|
276
276
|
createDataset(createDatasetRequest) {
|
|
277
277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -347,7 +347,7 @@ class DataLabelingManagementClient {
|
|
|
347
347
|
* @param DeleteDatasetRequest
|
|
348
348
|
* @return DeleteDatasetResponse
|
|
349
349
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
351
351
|
*/
|
|
352
352
|
deleteDataset(deleteDatasetRequest) {
|
|
353
353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -405,7 +405,7 @@ class DataLabelingManagementClient {
|
|
|
405
405
|
* @param GenerateDatasetRecordsRequest
|
|
406
406
|
* @return GenerateDatasetRecordsResponse
|
|
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.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
409
409
|
*/
|
|
410
410
|
generateDatasetRecords(generateDatasetRecordsRequest) {
|
|
411
411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -465,7 +465,7 @@ class DataLabelingManagementClient {
|
|
|
465
465
|
* @param GetDatasetRequest
|
|
466
466
|
* @return GetDatasetResponse
|
|
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.
|
|
468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
469
469
|
*/
|
|
470
470
|
getDataset(getDatasetRequest) {
|
|
471
471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -526,7 +526,7 @@ class DataLabelingManagementClient {
|
|
|
526
526
|
* @param GetWorkRequestRequest
|
|
527
527
|
* @return GetWorkRequestResponse
|
|
528
528
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
530
530
|
*/
|
|
531
531
|
getWorkRequest(getWorkRequestRequest) {
|
|
532
532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -587,7 +587,7 @@ class DataLabelingManagementClient {
|
|
|
587
587
|
* @param ListAnnotationFormatsRequest
|
|
588
588
|
* @return ListAnnotationFormatsResponse
|
|
589
589
|
* @throws OciError when an error occurs
|
|
590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
591
591
|
*/
|
|
592
592
|
listAnnotationFormats(listAnnotationFormatsRequest) {
|
|
593
593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -652,7 +652,7 @@ class DataLabelingManagementClient {
|
|
|
652
652
|
* @param ListDatasetsRequest
|
|
653
653
|
* @return ListDatasetsResponse
|
|
654
654
|
* @throws OciError when an error occurs
|
|
655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
656
656
|
*/
|
|
657
657
|
listDatasets(listDatasetsRequest) {
|
|
658
658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -722,7 +722,7 @@ class DataLabelingManagementClient {
|
|
|
722
722
|
* @param ListWorkRequestErrorsRequest
|
|
723
723
|
* @return ListWorkRequestErrorsResponse
|
|
724
724
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
726
726
|
*/
|
|
727
727
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
728
728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -787,7 +787,7 @@ class DataLabelingManagementClient {
|
|
|
787
787
|
* @param ListWorkRequestLogsRequest
|
|
788
788
|
* @return ListWorkRequestLogsResponse
|
|
789
789
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
791
791
|
*/
|
|
792
792
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
793
793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -852,7 +852,7 @@ class DataLabelingManagementClient {
|
|
|
852
852
|
* @param ListWorkRequestsRequest
|
|
853
853
|
* @return ListWorkRequestsResponse
|
|
854
854
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
856
856
|
*/
|
|
857
857
|
listWorkRequests(listWorkRequestsRequest) {
|
|
858
858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -917,7 +917,7 @@ class DataLabelingManagementClient {
|
|
|
917
917
|
* @param RemoveDatasetLabelsRequest
|
|
918
918
|
* @return RemoveDatasetLabelsResponse
|
|
919
919
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
921
921
|
*/
|
|
922
922
|
removeDatasetLabels(removeDatasetLabelsRequest) {
|
|
923
923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -978,7 +978,7 @@ class DataLabelingManagementClient {
|
|
|
978
978
|
* @param RenameDatasetLabelsRequest
|
|
979
979
|
* @return RenameDatasetLabelsResponse
|
|
980
980
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
982
982
|
*/
|
|
983
983
|
renameDatasetLabels(renameDatasetLabelsRequest) {
|
|
984
984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1040,7 +1040,7 @@ class DataLabelingManagementClient {
|
|
|
1040
1040
|
* @param SnapshotDatasetRequest
|
|
1041
1041
|
* @return SnapshotDatasetResponse
|
|
1042
1042
|
* @throws OciError when an error occurs
|
|
1043
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
1044
1044
|
*/
|
|
1045
1045
|
snapshotDataset(snapshotDatasetRequest) {
|
|
1046
1046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1100,7 +1100,7 @@ class DataLabelingManagementClient {
|
|
|
1100
1100
|
* @param UpdateDatasetRequest
|
|
1101
1101
|
* @return UpdateDatasetResponse
|
|
1102
1102
|
* @throws OciError when an error occurs
|
|
1103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
1104
1104
|
*/
|
|
1105
1105
|
updateDataset(updateDatasetRequest) {
|
|
1106
1106
|
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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.0",
|
|
19
|
+
"oci-workrequests": "2.21.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|