oci-datalabelingservice 2.12.0 → 2.12.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 CHANGED
@@ -73,7 +73,7 @@ export declare class DataLabelingManagementClient {
73
73
  * @param AddDatasetLabelsRequest
74
74
  * @return AddDatasetLabelsResponse
75
75
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
77
77
  */
78
78
  addDatasetLabels(addDatasetLabelsRequest: requests.AddDatasetLabelsRequest): Promise<responses.AddDatasetLabelsResponse>;
79
79
  /**
@@ -82,7 +82,7 @@ export declare class DataLabelingManagementClient {
82
82
  * @param ChangeDatasetCompartmentRequest
83
83
  * @return ChangeDatasetCompartmentResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
86
86
  */
87
87
  changeDatasetCompartment(changeDatasetCompartmentRequest: requests.ChangeDatasetCompartmentRequest): Promise<responses.ChangeDatasetCompartmentResponse>;
88
88
  /**
@@ -92,7 +92,7 @@ export declare class DataLabelingManagementClient {
92
92
  * @param CreateDatasetRequest
93
93
  * @return CreateDatasetResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
96
96
  */
97
97
  createDataset(createDatasetRequest: requests.CreateDatasetRequest): Promise<responses.CreateDatasetResponse>;
98
98
  /**
@@ -101,7 +101,7 @@ export declare class DataLabelingManagementClient {
101
101
  * @param DeleteDatasetRequest
102
102
  * @return DeleteDatasetResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
105
105
  */
106
106
  deleteDataset(deleteDatasetRequest: requests.DeleteDatasetRequest): Promise<responses.DeleteDatasetResponse>;
107
107
  /**
@@ -110,7 +110,7 @@ export declare class DataLabelingManagementClient {
110
110
  * @param GenerateDatasetRecordsRequest
111
111
  * @return GenerateDatasetRecordsResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
114
114
  */
115
115
  generateDatasetRecords(generateDatasetRecordsRequest: requests.GenerateDatasetRecordsRequest): Promise<responses.GenerateDatasetRecordsResponse>;
116
116
  /**
@@ -119,7 +119,7 @@ export declare class DataLabelingManagementClient {
119
119
  * @param GetDatasetRequest
120
120
  * @return GetDatasetResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
123
123
  */
124
124
  getDataset(getDatasetRequest: requests.GetDatasetRequest): Promise<responses.GetDatasetResponse>;
125
125
  /**
@@ -128,7 +128,7 @@ export declare class DataLabelingManagementClient {
128
128
  * @param GetWorkRequestRequest
129
129
  * @return GetWorkRequestResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
132
132
  */
133
133
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
134
134
  /**
@@ -137,7 +137,7 @@ export declare class DataLabelingManagementClient {
137
137
  * @param ListAnnotationFormatsRequest
138
138
  * @return ListAnnotationFormatsResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
141
141
  */
142
142
  listAnnotationFormats(listAnnotationFormatsRequest: requests.ListAnnotationFormatsRequest): Promise<responses.ListAnnotationFormatsResponse>;
143
143
  /**
@@ -147,7 +147,7 @@ export declare class DataLabelingManagementClient {
147
147
  * @param ListDatasetsRequest
148
148
  * @return ListDatasetsResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
151
151
  */
152
152
  listDatasets(listDatasetsRequest: requests.ListDatasetsRequest): Promise<responses.ListDatasetsResponse>;
153
153
  /**
@@ -157,7 +157,7 @@ export declare class DataLabelingManagementClient {
157
157
  * @param ListWorkRequestErrorsRequest
158
158
  * @return ListWorkRequestErrorsResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
161
161
  */
162
162
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
163
163
  /**
@@ -167,7 +167,7 @@ export declare class DataLabelingManagementClient {
167
167
  * @param ListWorkRequestLogsRequest
168
168
  * @return ListWorkRequestLogsResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
171
171
  */
172
172
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
173
173
  /**
@@ -177,7 +177,7 @@ export declare class DataLabelingManagementClient {
177
177
  * @param ListWorkRequestsRequest
178
178
  * @return ListWorkRequestsResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
181
181
  */
182
182
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
183
183
  /**
@@ -187,7 +187,7 @@ export declare class DataLabelingManagementClient {
187
187
  * @param RemoveDatasetLabelsRequest
188
188
  * @return RemoveDatasetLabelsResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
191
191
  */
192
192
  removeDatasetLabels(removeDatasetLabelsRequest: requests.RemoveDatasetLabelsRequest): Promise<responses.RemoveDatasetLabelsResponse>;
193
193
  /**
@@ -197,7 +197,7 @@ export declare class DataLabelingManagementClient {
197
197
  * @param RenameDatasetLabelsRequest
198
198
  * @return RenameDatasetLabelsResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
201
201
  */
202
202
  renameDatasetLabels(renameDatasetLabelsRequest: requests.RenameDatasetLabelsRequest): Promise<responses.RenameDatasetLabelsResponse>;
203
203
  /**
@@ -208,7 +208,7 @@ export declare class DataLabelingManagementClient {
208
208
  * @param SnapshotDatasetRequest
209
209
  * @return SnapshotDatasetResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
212
212
  */
213
213
  snapshotDataset(snapshotDatasetRequest: requests.SnapshotDatasetRequest): Promise<responses.SnapshotDatasetResponse>;
214
214
  /**
@@ -217,7 +217,7 @@ export declare class DataLabelingManagementClient {
217
217
  * @param UpdateDatasetRequest
218
218
  * @return UpdateDatasetResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
221
221
  */
222
222
  updateDataset(updateDatasetRequest: requests.UpdateDatasetRequest): Promise<responses.UpdateDatasetResponse>;
223
223
  }
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.12.0/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabels API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartment API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDataset API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDataset API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecords API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDataset API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormats API.
590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasets API.
655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
855
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabels API.
920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabels API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDataset API.
1043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDataset API.
1103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/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.12.0/datalabelingservice/AddDatasetLabels.ts.html |here} to see how to use AddDatasetLabelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/ChangeDatasetCompartment.ts.html |here} to see how to use ChangeDatasetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/CreateDataset.ts.html |here} to see how to use CreateDatasetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/DeleteDataset.ts.html |here} to see how to use DeleteDatasetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/GenerateDatasetRecords.ts.html |here} to see how to use GenerateDatasetRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/GetDataset.ts.html |here} to see how to use GetDatasetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/ListAnnotationFormats.ts.html |here} to see how to use ListAnnotationFormatsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/ListDatasets.ts.html |here} to see how to use ListDatasetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/RemoveDatasetLabels.ts.html |here} to see how to use RemoveDatasetLabelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/RenameDatasetLabels.ts.html |here} to see how to use RenameDatasetLabelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/SnapshotDataset.ts.html |here} to see how to use SnapshotDatasetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0/datalabelingservice/UpdateDataset.ts.html |here} to see how to use UpdateDatasetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.12.0",
3
+ "version": "2.12.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.12.0",
19
- "oci-workrequests": "2.12.0"
18
+ "oci-common": "2.12.1",
19
+ "oci-workrequests": "2.12.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"