oci-datalabelingservice 2.59.0 → 2.59.1
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
|
@@ -86,7 +86,7 @@ export declare class DataLabelingManagementClient {
|
|
|
86
86
|
* @param AddDatasetLabelsRequest
|
|
87
87
|
* @return AddDatasetLabelsResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
90
90
|
*/
|
|
91
91
|
addDatasetLabels(addDatasetLabelsRequest: requests.AddDatasetLabelsRequest): Promise<responses.AddDatasetLabelsResponse>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class DataLabelingManagementClient {
|
|
|
95
95
|
* @param ChangeDatasetCompartmentRequest
|
|
96
96
|
* @return ChangeDatasetCompartmentResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
99
99
|
*/
|
|
100
100
|
changeDatasetCompartment(changeDatasetCompartmentRequest: requests.ChangeDatasetCompartmentRequest): Promise<responses.ChangeDatasetCompartmentResponse>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class DataLabelingManagementClient {
|
|
|
105
105
|
* @param CreateDatasetRequest
|
|
106
106
|
* @return CreateDatasetResponse
|
|
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.59.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
109
109
|
*/
|
|
110
110
|
createDataset(createDatasetRequest: requests.CreateDatasetRequest): Promise<responses.CreateDatasetResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class DataLabelingManagementClient {
|
|
|
114
114
|
* @param DeleteDatasetRequest
|
|
115
115
|
* @return DeleteDatasetResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
118
118
|
*/
|
|
119
119
|
deleteDataset(deleteDatasetRequest: requests.DeleteDatasetRequest): Promise<responses.DeleteDatasetResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class DataLabelingManagementClient {
|
|
|
123
123
|
* @param GenerateDatasetRecordsRequest
|
|
124
124
|
* @return GenerateDatasetRecordsResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
127
127
|
*/
|
|
128
128
|
generateDatasetRecords(generateDatasetRecordsRequest: requests.GenerateDatasetRecordsRequest): Promise<responses.GenerateDatasetRecordsResponse>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class DataLabelingManagementClient {
|
|
|
132
132
|
* @param GetDatasetRequest
|
|
133
133
|
* @return GetDatasetResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
136
136
|
*/
|
|
137
137
|
getDataset(getDatasetRequest: requests.GetDatasetRequest): Promise<responses.GetDatasetResponse>;
|
|
138
138
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class DataLabelingManagementClient {
|
|
|
141
141
|
* @param GetWorkRequestRequest
|
|
142
142
|
* @return GetWorkRequestResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
145
145
|
*/
|
|
146
146
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
147
147
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class DataLabelingManagementClient {
|
|
|
150
150
|
* @param ListAnnotationFormatsRequest
|
|
151
151
|
* @return ListAnnotationFormatsResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
154
154
|
*/
|
|
155
155
|
listAnnotationFormats(listAnnotationFormatsRequest: requests.ListAnnotationFormatsRequest): Promise<responses.ListAnnotationFormatsResponse>;
|
|
156
156
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class DataLabelingManagementClient {
|
|
|
160
160
|
* @param ListDatasetsRequest
|
|
161
161
|
* @return ListDatasetsResponse
|
|
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.59.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
164
164
|
*/
|
|
165
165
|
listDatasets(listDatasetsRequest: requests.ListDatasetsRequest): Promise<responses.ListDatasetsResponse>;
|
|
166
166
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class DataLabelingManagementClient {
|
|
|
170
170
|
* @param ListWorkRequestErrorsRequest
|
|
171
171
|
* @return ListWorkRequestErrorsResponse
|
|
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.59.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
174
174
|
*/
|
|
175
175
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
176
176
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class DataLabelingManagementClient {
|
|
|
180
180
|
* @param ListWorkRequestLogsRequest
|
|
181
181
|
* @return ListWorkRequestLogsResponse
|
|
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.59.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
184
184
|
*/
|
|
185
185
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
186
186
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class DataLabelingManagementClient {
|
|
|
190
190
|
* @param ListWorkRequestsRequest
|
|
191
191
|
* @return ListWorkRequestsResponse
|
|
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.59.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
194
194
|
*/
|
|
195
195
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
196
196
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class DataLabelingManagementClient {
|
|
|
200
200
|
* @param RemoveDatasetLabelsRequest
|
|
201
201
|
* @return RemoveDatasetLabelsResponse
|
|
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.59.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
204
204
|
*/
|
|
205
205
|
removeDatasetLabels(removeDatasetLabelsRequest: requests.RemoveDatasetLabelsRequest): Promise<responses.RemoveDatasetLabelsResponse>;
|
|
206
206
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class DataLabelingManagementClient {
|
|
|
210
210
|
* @param RenameDatasetLabelsRequest
|
|
211
211
|
* @return RenameDatasetLabelsResponse
|
|
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.59.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
214
214
|
*/
|
|
215
215
|
renameDatasetLabels(renameDatasetLabelsRequest: requests.RenameDatasetLabelsRequest): Promise<responses.RenameDatasetLabelsResponse>;
|
|
216
216
|
/**
|
|
@@ -221,7 +221,7 @@ export declare class DataLabelingManagementClient {
|
|
|
221
221
|
* @param SnapshotDatasetRequest
|
|
222
222
|
* @return SnapshotDatasetResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
225
225
|
*/
|
|
226
226
|
snapshotDataset(snapshotDatasetRequest: requests.SnapshotDatasetRequest): Promise<responses.SnapshotDatasetResponse>;
|
|
227
227
|
/**
|
|
@@ -230,7 +230,7 @@ export declare class DataLabelingManagementClient {
|
|
|
230
230
|
* @param UpdateDatasetRequest
|
|
231
231
|
* @return UpdateDatasetResponse
|
|
232
232
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
234
234
|
*/
|
|
235
235
|
updateDataset(updateDatasetRequest: requests.UpdateDatasetRequest): Promise<responses.UpdateDatasetResponse>;
|
|
236
236
|
}
|
package/lib/client.js
CHANGED
|
@@ -180,7 +180,7 @@ class DataLabelingManagementClient {
|
|
|
180
180
|
* @param AddDatasetLabelsRequest
|
|
181
181
|
* @return AddDatasetLabelsResponse
|
|
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.59.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
|
|
184
184
|
*/
|
|
185
185
|
addDatasetLabels(addDatasetLabelsRequest) {
|
|
186
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -242,7 +242,7 @@ class DataLabelingManagementClient {
|
|
|
242
242
|
* @param ChangeDatasetCompartmentRequest
|
|
243
243
|
* @return ChangeDatasetCompartmentResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
|
|
246
246
|
*/
|
|
247
247
|
changeDatasetCompartment(changeDatasetCompartmentRequest) {
|
|
248
248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -304,7 +304,7 @@ class DataLabelingManagementClient {
|
|
|
304
304
|
* @param CreateDatasetRequest
|
|
305
305
|
* @return CreateDatasetResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
|
|
308
308
|
*/
|
|
309
309
|
createDataset(createDatasetRequest) {
|
|
310
310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -382,7 +382,7 @@ class DataLabelingManagementClient {
|
|
|
382
382
|
* @param DeleteDatasetRequest
|
|
383
383
|
* @return DeleteDatasetResponse
|
|
384
384
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
|
|
386
386
|
*/
|
|
387
387
|
deleteDataset(deleteDatasetRequest) {
|
|
388
388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -442,7 +442,7 @@ class DataLabelingManagementClient {
|
|
|
442
442
|
* @param GenerateDatasetRecordsRequest
|
|
443
443
|
* @return GenerateDatasetRecordsResponse
|
|
444
444
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
|
|
446
446
|
*/
|
|
447
447
|
generateDatasetRecords(generateDatasetRecordsRequest) {
|
|
448
448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -504,7 +504,7 @@ class DataLabelingManagementClient {
|
|
|
504
504
|
* @param GetDatasetRequest
|
|
505
505
|
* @return GetDatasetResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
|
|
508
508
|
*/
|
|
509
509
|
getDataset(getDatasetRequest) {
|
|
510
510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -567,7 +567,7 @@ class DataLabelingManagementClient {
|
|
|
567
567
|
* @param GetWorkRequestRequest
|
|
568
568
|
* @return GetWorkRequestResponse
|
|
569
569
|
* @throws OciError when an error occurs
|
|
570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
571
571
|
*/
|
|
572
572
|
getWorkRequest(getWorkRequestRequest) {
|
|
573
573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -630,7 +630,7 @@ class DataLabelingManagementClient {
|
|
|
630
630
|
* @param ListAnnotationFormatsRequest
|
|
631
631
|
* @return ListAnnotationFormatsResponse
|
|
632
632
|
* @throws OciError when an error occurs
|
|
633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
|
|
634
634
|
*/
|
|
635
635
|
listAnnotationFormats(listAnnotationFormatsRequest) {
|
|
636
636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -697,7 +697,7 @@ class DataLabelingManagementClient {
|
|
|
697
697
|
* @param ListDatasetsRequest
|
|
698
698
|
* @return ListDatasetsResponse
|
|
699
699
|
* @throws OciError when an error occurs
|
|
700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
|
|
701
701
|
*/
|
|
702
702
|
listDatasets(listDatasetsRequest) {
|
|
703
703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -769,7 +769,7 @@ class DataLabelingManagementClient {
|
|
|
769
769
|
* @param ListWorkRequestErrorsRequest
|
|
770
770
|
* @return ListWorkRequestErrorsResponse
|
|
771
771
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
773
773
|
*/
|
|
774
774
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
775
775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -836,7 +836,7 @@ class DataLabelingManagementClient {
|
|
|
836
836
|
* @param ListWorkRequestLogsRequest
|
|
837
837
|
* @return ListWorkRequestLogsResponse
|
|
838
838
|
* @throws OciError when an error occurs
|
|
839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
840
840
|
*/
|
|
841
841
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
842
842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -903,7 +903,7 @@ class DataLabelingManagementClient {
|
|
|
903
903
|
* @param ListWorkRequestsRequest
|
|
904
904
|
* @return ListWorkRequestsResponse
|
|
905
905
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
907
907
|
*/
|
|
908
908
|
listWorkRequests(listWorkRequestsRequest) {
|
|
909
909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -970,7 +970,7 @@ class DataLabelingManagementClient {
|
|
|
970
970
|
* @param RemoveDatasetLabelsRequest
|
|
971
971
|
* @return RemoveDatasetLabelsResponse
|
|
972
972
|
* @throws OciError when an error occurs
|
|
973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
|
|
974
974
|
*/
|
|
975
975
|
removeDatasetLabels(removeDatasetLabelsRequest) {
|
|
976
976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1033,7 +1033,7 @@ class DataLabelingManagementClient {
|
|
|
1033
1033
|
* @param RenameDatasetLabelsRequest
|
|
1034
1034
|
* @return RenameDatasetLabelsResponse
|
|
1035
1035
|
* @throws OciError when an error occurs
|
|
1036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
1036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
|
|
1037
1037
|
*/
|
|
1038
1038
|
renameDatasetLabels(renameDatasetLabelsRequest) {
|
|
1039
1039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1097,7 +1097,7 @@ class DataLabelingManagementClient {
|
|
|
1097
1097
|
* @param SnapshotDatasetRequest
|
|
1098
1098
|
* @return SnapshotDatasetResponse
|
|
1099
1099
|
* @throws OciError when an error occurs
|
|
1100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
1100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
|
|
1101
1101
|
*/
|
|
1102
1102
|
snapshotDataset(snapshotDatasetRequest) {
|
|
1103
1103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1159,7 +1159,7 @@ class DataLabelingManagementClient {
|
|
|
1159
1159
|
* @param UpdateDatasetRequest
|
|
1160
1160
|
* @return UpdateDatasetResponse
|
|
1161
1161
|
* @throws OciError when an error occurs
|
|
1162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
1162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
|
|
1163
1163
|
*/
|
|
1164
1164
|
updateDataset(updateDatasetRequest) {
|
|
1165
1165
|
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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
3
|
+
"version": "2.59.1",
|
|
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.59.
|
|
19
|
-
"oci-workrequests": "2.59.
|
|
18
|
+
"oci-common": "2.59.1",
|
|
19
|
+
"oci-workrequests": "2.59.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|