clarifai-web-grpc 4.1.0 → 5.0.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/.github/workflows/codeql-analysis.yml +72 -0
- package/CHANGELOG.md +9 -3
- package/VERSION +1 -1
- package/dist/cjs/proto/clarifai/api/resources_pb.js +8401 -1039
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +1428 -0
- package/dist/cjs/proto/clarifai/api/service_pb.js +26106 -16201
- package/dist/cjs/proto/clarifai/api/status/status_code_pb.js +33 -0
- package/dist/cjs/proto/clarifai/api/status/status_pb.js +237 -1
- package/dist/cjs/proto/clarifai/auth/scope/scope_pb.js +11 -1
- package/dist/esm/proto/clarifai/api/resources_pb.js +8401 -1039
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +1428 -0
- package/dist/esm/proto/clarifai/api/service_pb.js +26106 -16201
- package/dist/esm/proto/clarifai/api/status/status_code_pb.js +33 -0
- package/dist/esm/proto/clarifai/api/status/status_pb.js +237 -1
- package/dist/esm/proto/clarifai/auth/scope/scope_pb.js +11 -1
- package/package.json +1 -1
- package/package.json-E +52 -0
- package/proto/clarifai/api/resources_pb.d.ts +1160 -39
- package/proto/clarifai/api/resources_pb.js +9717 -529
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +408 -0
- package/proto/clarifai/api/service_grpc_web_pb.js +2098 -24
- package/proto/clarifai/api/service_pb.d.ts +1418 -0
- package/proto/clarifai/api/service_pb.js +30537 -18314
- package/proto/clarifai/api/status/status_code_pb.d.ts +33 -0
- package/proto/clarifai/api/status/status_code_pb.js +33 -0
- package/proto/clarifai/api/status/status_pb.d.ts +36 -0
- package/proto/clarifai/api/status/status_pb.js +294 -1
- package/proto/clarifai/auth/scope/scope_pb.d.ts +10 -0
- package/proto/clarifai/auth/scope/scope_pb.js +11 -1
- package/LICENCE +0 -13
|
@@ -51,6 +51,13 @@ export class V2Client {
|
|
|
51
51
|
response: proto_clarifai_api_service_pb.MultiConceptResponse) => void
|
|
52
52
|
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiConceptResponse>;
|
|
53
53
|
|
|
54
|
+
listModelConcepts(
|
|
55
|
+
request: proto_clarifai_api_service_pb.ListModelConceptsRequest,
|
|
56
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
57
|
+
callback: (err: grpcWeb.RpcError,
|
|
58
|
+
response: proto_clarifai_api_service_pb.MultiConceptResponse) => void
|
|
59
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiConceptResponse>;
|
|
60
|
+
|
|
54
61
|
postConceptsSearches(
|
|
55
62
|
request: proto_clarifai_api_service_pb.PostConceptsSearchesRequest,
|
|
56
63
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -296,6 +303,13 @@ export class V2Client {
|
|
|
296
303
|
response: proto_clarifai_api_service_pb.MultiDatasetResponse) => void
|
|
297
304
|
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiDatasetResponse>;
|
|
298
305
|
|
|
306
|
+
patchDatasetIds(
|
|
307
|
+
request: proto_clarifai_api_service_pb.PatchDatasetIdsRequest,
|
|
308
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
309
|
+
callback: (err: grpcWeb.RpcError,
|
|
310
|
+
response: proto_clarifai_api_service_pb.MultiDatasetResponse) => void
|
|
311
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiDatasetResponse>;
|
|
312
|
+
|
|
299
313
|
deleteDatasets(
|
|
300
314
|
request: proto_clarifai_api_service_pb.DeleteDatasetsRequest,
|
|
301
315
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -373,6 +387,13 @@ export class V2Client {
|
|
|
373
387
|
response: proto_clarifai_api_status_status_pb.BaseResponse) => void
|
|
374
388
|
): grpcWeb.ClientReadableStream<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
375
389
|
|
|
390
|
+
putDatasetVersionExports(
|
|
391
|
+
request: proto_clarifai_api_service_pb.PutDatasetVersionExportsRequest,
|
|
392
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
393
|
+
callback: (err: grpcWeb.RpcError,
|
|
394
|
+
response: proto_clarifai_api_service_pb.MultiDatasetVersionExportResponse) => void
|
|
395
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiDatasetVersionExportResponse>;
|
|
396
|
+
|
|
376
397
|
getModelType(
|
|
377
398
|
request: proto_clarifai_api_service_pb.GetModelTypeRequest,
|
|
378
399
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -457,6 +478,13 @@ export class V2Client {
|
|
|
457
478
|
response: proto_clarifai_api_status_status_pb.BaseResponse) => void
|
|
458
479
|
): grpcWeb.ClientReadableStream<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
459
480
|
|
|
481
|
+
patchModelCheckConsents(
|
|
482
|
+
request: proto_clarifai_api_service_pb.PatchModelCheckConsentsRequest,
|
|
483
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
484
|
+
callback: (err: grpcWeb.RpcError,
|
|
485
|
+
response: proto_clarifai_api_service_pb.MultiModelCheckConsentResponse) => void
|
|
486
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiModelCheckConsentResponse>;
|
|
487
|
+
|
|
460
488
|
patchModelToolkits(
|
|
461
489
|
request: proto_clarifai_api_service_pb.PatchModelToolkitsRequest,
|
|
462
490
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -611,6 +639,13 @@ export class V2Client {
|
|
|
611
639
|
response: proto_clarifai_api_service_pb.MultiWorkflowResponse) => void
|
|
612
640
|
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiWorkflowResponse>;
|
|
613
641
|
|
|
642
|
+
patchWorkflowIds(
|
|
643
|
+
request: proto_clarifai_api_service_pb.PatchWorkflowIdsRequest,
|
|
644
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
645
|
+
callback: (err: grpcWeb.RpcError,
|
|
646
|
+
response: proto_clarifai_api_service_pb.MultiWorkflowResponse) => void
|
|
647
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiWorkflowResponse>;
|
|
648
|
+
|
|
614
649
|
deleteWorkflow(
|
|
615
650
|
request: proto_clarifai_api_service_pb.DeleteWorkflowRequest,
|
|
616
651
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -772,6 +807,20 @@ export class V2Client {
|
|
|
772
807
|
response: proto_clarifai_api_service_pb.MultiAppResponse) => void
|
|
773
808
|
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiAppResponse>;
|
|
774
809
|
|
|
810
|
+
patchAppsIds(
|
|
811
|
+
request: proto_clarifai_api_service_pb.PatchAppsIdsRequest,
|
|
812
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
813
|
+
callback: (err: grpcWeb.RpcError,
|
|
814
|
+
response: proto_clarifai_api_service_pb.MultiAppResponse) => void
|
|
815
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiAppResponse>;
|
|
816
|
+
|
|
817
|
+
patchApp(
|
|
818
|
+
request: proto_clarifai_api_service_pb.PatchAppRequest,
|
|
819
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
820
|
+
callback: (err: grpcWeb.RpcError,
|
|
821
|
+
response: proto_clarifai_api_service_pb.SingleAppResponse) => void
|
|
822
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleAppResponse>;
|
|
823
|
+
|
|
775
824
|
postAppsSearches(
|
|
776
825
|
request: proto_clarifai_api_service_pb.PostAppsSearchesRequest,
|
|
777
826
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -1108,6 +1157,195 @@ export class V2Client {
|
|
|
1108
1157
|
response: proto_clarifai_api_service_pb.MultiTrendingMetricsViewResponse) => void
|
|
1109
1158
|
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiTrendingMetricsViewResponse>;
|
|
1110
1159
|
|
|
1160
|
+
getModule(
|
|
1161
|
+
request: proto_clarifai_api_service_pb.GetModuleRequest,
|
|
1162
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1163
|
+
callback: (err: grpcWeb.RpcError,
|
|
1164
|
+
response: proto_clarifai_api_service_pb.SingleModuleResponse) => void
|
|
1165
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleModuleResponse>;
|
|
1166
|
+
|
|
1167
|
+
listModules(
|
|
1168
|
+
request: proto_clarifai_api_service_pb.ListModulesRequest,
|
|
1169
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1170
|
+
callback: (err: grpcWeb.RpcError,
|
|
1171
|
+
response: proto_clarifai_api_service_pb.MultiModuleResponse) => void
|
|
1172
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiModuleResponse>;
|
|
1173
|
+
|
|
1174
|
+
postModules(
|
|
1175
|
+
request: proto_clarifai_api_service_pb.PostModulesRequest,
|
|
1176
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1177
|
+
callback: (err: grpcWeb.RpcError,
|
|
1178
|
+
response: proto_clarifai_api_service_pb.MultiModuleResponse) => void
|
|
1179
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiModuleResponse>;
|
|
1180
|
+
|
|
1181
|
+
patchModules(
|
|
1182
|
+
request: proto_clarifai_api_service_pb.PatchModulesRequest,
|
|
1183
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1184
|
+
callback: (err: grpcWeb.RpcError,
|
|
1185
|
+
response: proto_clarifai_api_service_pb.MultiModuleResponse) => void
|
|
1186
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiModuleResponse>;
|
|
1187
|
+
|
|
1188
|
+
deleteModules(
|
|
1189
|
+
request: proto_clarifai_api_service_pb.DeleteModulesRequest,
|
|
1190
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1191
|
+
callback: (err: grpcWeb.RpcError,
|
|
1192
|
+
response: proto_clarifai_api_status_status_pb.BaseResponse) => void
|
|
1193
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
1194
|
+
|
|
1195
|
+
getModuleVersion(
|
|
1196
|
+
request: proto_clarifai_api_service_pb.GetModuleVersionRequest,
|
|
1197
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1198
|
+
callback: (err: grpcWeb.RpcError,
|
|
1199
|
+
response: proto_clarifai_api_service_pb.SingleModuleVersionResponse) => void
|
|
1200
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleModuleVersionResponse>;
|
|
1201
|
+
|
|
1202
|
+
listModuleVersions(
|
|
1203
|
+
request: proto_clarifai_api_service_pb.ListModuleVersionsRequest,
|
|
1204
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1205
|
+
callback: (err: grpcWeb.RpcError,
|
|
1206
|
+
response: proto_clarifai_api_service_pb.MultiModuleVersionResponse) => void
|
|
1207
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiModuleVersionResponse>;
|
|
1208
|
+
|
|
1209
|
+
postModuleVersions(
|
|
1210
|
+
request: proto_clarifai_api_service_pb.PostModuleVersionsRequest,
|
|
1211
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1212
|
+
callback: (err: grpcWeb.RpcError,
|
|
1213
|
+
response: proto_clarifai_api_service_pb.MultiModuleVersionResponse) => void
|
|
1214
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiModuleVersionResponse>;
|
|
1215
|
+
|
|
1216
|
+
deleteModuleVersions(
|
|
1217
|
+
request: proto_clarifai_api_service_pb.DeleteModuleVersionsRequest,
|
|
1218
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1219
|
+
callback: (err: grpcWeb.RpcError,
|
|
1220
|
+
response: proto_clarifai_api_status_status_pb.BaseResponse) => void
|
|
1221
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
1222
|
+
|
|
1223
|
+
getInstalledModuleVersion(
|
|
1224
|
+
request: proto_clarifai_api_service_pb.GetInstalledModuleVersionRequest,
|
|
1225
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1226
|
+
callback: (err: grpcWeb.RpcError,
|
|
1227
|
+
response: proto_clarifai_api_service_pb.SingleInstalledModuleVersionResponse) => void
|
|
1228
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleInstalledModuleVersionResponse>;
|
|
1229
|
+
|
|
1230
|
+
listInstalledModuleVersions(
|
|
1231
|
+
request: proto_clarifai_api_service_pb.ListInstalledModuleVersionsRequest,
|
|
1232
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1233
|
+
callback: (err: grpcWeb.RpcError,
|
|
1234
|
+
response: proto_clarifai_api_service_pb.MultiInstalledModuleVersionResponse) => void
|
|
1235
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiInstalledModuleVersionResponse>;
|
|
1236
|
+
|
|
1237
|
+
postInstalledModuleVersions(
|
|
1238
|
+
request: proto_clarifai_api_service_pb.PostInstalledModuleVersionsRequest,
|
|
1239
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1240
|
+
callback: (err: grpcWeb.RpcError,
|
|
1241
|
+
response: proto_clarifai_api_service_pb.MultiInstalledModuleVersionResponse) => void
|
|
1242
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiInstalledModuleVersionResponse>;
|
|
1243
|
+
|
|
1244
|
+
deleteInstalledModuleVersions(
|
|
1245
|
+
request: proto_clarifai_api_service_pb.DeleteInstalledModuleVersionsRequest,
|
|
1246
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1247
|
+
callback: (err: grpcWeb.RpcError,
|
|
1248
|
+
response: proto_clarifai_api_status_status_pb.BaseResponse) => void
|
|
1249
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
1250
|
+
|
|
1251
|
+
postInstalledModuleVersionsKey(
|
|
1252
|
+
request: proto_clarifai_api_service_pb.PostInstalledModuleVersionsKeyRequest,
|
|
1253
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1254
|
+
callback: (err: grpcWeb.RpcError,
|
|
1255
|
+
response: proto_clarifai_api_service_pb.SingleKeyResponse) => void
|
|
1256
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleKeyResponse>;
|
|
1257
|
+
|
|
1258
|
+
postBulkOperations(
|
|
1259
|
+
request: proto_clarifai_api_service_pb.PostBulkOperationsRequest,
|
|
1260
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1261
|
+
callback: (err: grpcWeb.RpcError,
|
|
1262
|
+
response: proto_clarifai_api_service_pb.MultiBulkOperationsResponse) => void
|
|
1263
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiBulkOperationsResponse>;
|
|
1264
|
+
|
|
1265
|
+
listBulkOperations(
|
|
1266
|
+
request: proto_clarifai_api_service_pb.ListBulkOperationsRequest,
|
|
1267
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1268
|
+
callback: (err: grpcWeb.RpcError,
|
|
1269
|
+
response: proto_clarifai_api_service_pb.MultiBulkOperationsResponse) => void
|
|
1270
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiBulkOperationsResponse>;
|
|
1271
|
+
|
|
1272
|
+
getBulkOperation(
|
|
1273
|
+
request: proto_clarifai_api_service_pb.GetBulkOperationRequest,
|
|
1274
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1275
|
+
callback: (err: grpcWeb.RpcError,
|
|
1276
|
+
response: proto_clarifai_api_service_pb.SingleBulkOperationsResponse) => void
|
|
1277
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleBulkOperationsResponse>;
|
|
1278
|
+
|
|
1279
|
+
cancelBulkOperations(
|
|
1280
|
+
request: proto_clarifai_api_service_pb.CancelBulkOperationRequest,
|
|
1281
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1282
|
+
callback: (err: grpcWeb.RpcError,
|
|
1283
|
+
response: proto_clarifai_api_service_pb.MultiBulkOperationsResponse) => void
|
|
1284
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiBulkOperationsResponse>;
|
|
1285
|
+
|
|
1286
|
+
deleteBulkOperations(
|
|
1287
|
+
request: proto_clarifai_api_service_pb.DeleteBulkOperationRequest,
|
|
1288
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1289
|
+
callback: (err: grpcWeb.RpcError,
|
|
1290
|
+
response: proto_clarifai_api_status_status_pb.BaseResponse) => void
|
|
1291
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
1292
|
+
|
|
1293
|
+
getDatasetInputsSearchAddJob(
|
|
1294
|
+
request: proto_clarifai_api_service_pb.GetDatasetInputsSearchAddJobRequest,
|
|
1295
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1296
|
+
callback: (err: grpcWeb.RpcError,
|
|
1297
|
+
response: proto_clarifai_api_service_pb.SingleDatasetInputsSearchAddJobResponse) => void
|
|
1298
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleDatasetInputsSearchAddJobResponse>;
|
|
1299
|
+
|
|
1300
|
+
listInputsAddJobs(
|
|
1301
|
+
request: proto_clarifai_api_service_pb.ListInputsAddJobsRequest,
|
|
1302
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1303
|
+
callback: (err: grpcWeb.RpcError,
|
|
1304
|
+
response: proto_clarifai_api_service_pb.MultiInputsAddJobResponse) => void
|
|
1305
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiInputsAddJobResponse>;
|
|
1306
|
+
|
|
1307
|
+
getInputsAddJob(
|
|
1308
|
+
request: proto_clarifai_api_service_pb.GetInputsAddJobRequest,
|
|
1309
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1310
|
+
callback: (err: grpcWeb.RpcError,
|
|
1311
|
+
response: proto_clarifai_api_service_pb.SingleInputsAddJobResponse) => void
|
|
1312
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleInputsAddJobResponse>;
|
|
1313
|
+
|
|
1314
|
+
postUploads(
|
|
1315
|
+
request: proto_clarifai_api_service_pb.PostUploadsRequest,
|
|
1316
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1317
|
+
callback: (err: grpcWeb.RpcError,
|
|
1318
|
+
response: proto_clarifai_api_service_pb.MultiUploadResponse) => void
|
|
1319
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiUploadResponse>;
|
|
1320
|
+
|
|
1321
|
+
putUploadContentParts(
|
|
1322
|
+
request: proto_clarifai_api_service_pb.PutUploadContentPartsRequest,
|
|
1323
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1324
|
+
callback: (err: grpcWeb.RpcError,
|
|
1325
|
+
response: proto_clarifai_api_service_pb.SingleUploadResponse) => void
|
|
1326
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleUploadResponse>;
|
|
1327
|
+
|
|
1328
|
+
getUpload(
|
|
1329
|
+
request: proto_clarifai_api_service_pb.GetUploadRequest,
|
|
1330
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1331
|
+
callback: (err: grpcWeb.RpcError,
|
|
1332
|
+
response: proto_clarifai_api_service_pb.SingleUploadResponse) => void
|
|
1333
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.SingleUploadResponse>;
|
|
1334
|
+
|
|
1335
|
+
listUploads(
|
|
1336
|
+
request: proto_clarifai_api_service_pb.ListUploadsRequest,
|
|
1337
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1338
|
+
callback: (err: grpcWeb.RpcError,
|
|
1339
|
+
response: proto_clarifai_api_service_pb.MultiUploadResponse) => void
|
|
1340
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiUploadResponse>;
|
|
1341
|
+
|
|
1342
|
+
deleteUploads(
|
|
1343
|
+
request: proto_clarifai_api_service_pb.DeleteUploadsRequest,
|
|
1344
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
1345
|
+
callback: (err: grpcWeb.RpcError,
|
|
1346
|
+
response: proto_clarifai_api_status_status_pb.BaseResponse) => void
|
|
1347
|
+
): grpcWeb.ClientReadableStream<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
1348
|
+
|
|
1111
1349
|
}
|
|
1112
1350
|
|
|
1113
1351
|
export class V2PromiseClient {
|
|
@@ -1145,6 +1383,11 @@ export class V2PromiseClient {
|
|
|
1145
1383
|
metadata?: grpcWeb.Metadata
|
|
1146
1384
|
): Promise<proto_clarifai_api_service_pb.MultiConceptResponse>;
|
|
1147
1385
|
|
|
1386
|
+
listModelConcepts(
|
|
1387
|
+
request: proto_clarifai_api_service_pb.ListModelConceptsRequest,
|
|
1388
|
+
metadata?: grpcWeb.Metadata
|
|
1389
|
+
): Promise<proto_clarifai_api_service_pb.MultiConceptResponse>;
|
|
1390
|
+
|
|
1148
1391
|
postConceptsSearches(
|
|
1149
1392
|
request: proto_clarifai_api_service_pb.PostConceptsSearchesRequest,
|
|
1150
1393
|
metadata?: grpcWeb.Metadata
|
|
@@ -1320,6 +1563,11 @@ export class V2PromiseClient {
|
|
|
1320
1563
|
metadata?: grpcWeb.Metadata
|
|
1321
1564
|
): Promise<proto_clarifai_api_service_pb.MultiDatasetResponse>;
|
|
1322
1565
|
|
|
1566
|
+
patchDatasetIds(
|
|
1567
|
+
request: proto_clarifai_api_service_pb.PatchDatasetIdsRequest,
|
|
1568
|
+
metadata?: grpcWeb.Metadata
|
|
1569
|
+
): Promise<proto_clarifai_api_service_pb.MultiDatasetResponse>;
|
|
1570
|
+
|
|
1323
1571
|
deleteDatasets(
|
|
1324
1572
|
request: proto_clarifai_api_service_pb.DeleteDatasetsRequest,
|
|
1325
1573
|
metadata?: grpcWeb.Metadata
|
|
@@ -1375,6 +1623,11 @@ export class V2PromiseClient {
|
|
|
1375
1623
|
metadata?: grpcWeb.Metadata
|
|
1376
1624
|
): Promise<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
1377
1625
|
|
|
1626
|
+
putDatasetVersionExports(
|
|
1627
|
+
request: proto_clarifai_api_service_pb.PutDatasetVersionExportsRequest,
|
|
1628
|
+
metadata?: grpcWeb.Metadata
|
|
1629
|
+
): Promise<proto_clarifai_api_service_pb.MultiDatasetVersionExportResponse>;
|
|
1630
|
+
|
|
1378
1631
|
getModelType(
|
|
1379
1632
|
request: proto_clarifai_api_service_pb.GetModelTypeRequest,
|
|
1380
1633
|
metadata?: grpcWeb.Metadata
|
|
@@ -1435,6 +1688,11 @@ export class V2PromiseClient {
|
|
|
1435
1688
|
metadata?: grpcWeb.Metadata
|
|
1436
1689
|
): Promise<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
1437
1690
|
|
|
1691
|
+
patchModelCheckConsents(
|
|
1692
|
+
request: proto_clarifai_api_service_pb.PatchModelCheckConsentsRequest,
|
|
1693
|
+
metadata?: grpcWeb.Metadata
|
|
1694
|
+
): Promise<proto_clarifai_api_service_pb.MultiModelCheckConsentResponse>;
|
|
1695
|
+
|
|
1438
1696
|
patchModelToolkits(
|
|
1439
1697
|
request: proto_clarifai_api_service_pb.PatchModelToolkitsRequest,
|
|
1440
1698
|
metadata?: grpcWeb.Metadata
|
|
@@ -1545,6 +1803,11 @@ export class V2PromiseClient {
|
|
|
1545
1803
|
metadata?: grpcWeb.Metadata
|
|
1546
1804
|
): Promise<proto_clarifai_api_service_pb.MultiWorkflowResponse>;
|
|
1547
1805
|
|
|
1806
|
+
patchWorkflowIds(
|
|
1807
|
+
request: proto_clarifai_api_service_pb.PatchWorkflowIdsRequest,
|
|
1808
|
+
metadata?: grpcWeb.Metadata
|
|
1809
|
+
): Promise<proto_clarifai_api_service_pb.MultiWorkflowResponse>;
|
|
1810
|
+
|
|
1548
1811
|
deleteWorkflow(
|
|
1549
1812
|
request: proto_clarifai_api_service_pb.DeleteWorkflowRequest,
|
|
1550
1813
|
metadata?: grpcWeb.Metadata
|
|
@@ -1660,6 +1923,16 @@ export class V2PromiseClient {
|
|
|
1660
1923
|
metadata?: grpcWeb.Metadata
|
|
1661
1924
|
): Promise<proto_clarifai_api_service_pb.MultiAppResponse>;
|
|
1662
1925
|
|
|
1926
|
+
patchAppsIds(
|
|
1927
|
+
request: proto_clarifai_api_service_pb.PatchAppsIdsRequest,
|
|
1928
|
+
metadata?: grpcWeb.Metadata
|
|
1929
|
+
): Promise<proto_clarifai_api_service_pb.MultiAppResponse>;
|
|
1930
|
+
|
|
1931
|
+
patchApp(
|
|
1932
|
+
request: proto_clarifai_api_service_pb.PatchAppRequest,
|
|
1933
|
+
metadata?: grpcWeb.Metadata
|
|
1934
|
+
): Promise<proto_clarifai_api_service_pb.SingleAppResponse>;
|
|
1935
|
+
|
|
1663
1936
|
postAppsSearches(
|
|
1664
1937
|
request: proto_clarifai_api_service_pb.PostAppsSearchesRequest,
|
|
1665
1938
|
metadata?: grpcWeb.Metadata
|
|
@@ -1900,5 +2173,140 @@ export class V2PromiseClient {
|
|
|
1900
2173
|
metadata?: grpcWeb.Metadata
|
|
1901
2174
|
): Promise<proto_clarifai_api_service_pb.MultiTrendingMetricsViewResponse>;
|
|
1902
2175
|
|
|
2176
|
+
getModule(
|
|
2177
|
+
request: proto_clarifai_api_service_pb.GetModuleRequest,
|
|
2178
|
+
metadata?: grpcWeb.Metadata
|
|
2179
|
+
): Promise<proto_clarifai_api_service_pb.SingleModuleResponse>;
|
|
2180
|
+
|
|
2181
|
+
listModules(
|
|
2182
|
+
request: proto_clarifai_api_service_pb.ListModulesRequest,
|
|
2183
|
+
metadata?: grpcWeb.Metadata
|
|
2184
|
+
): Promise<proto_clarifai_api_service_pb.MultiModuleResponse>;
|
|
2185
|
+
|
|
2186
|
+
postModules(
|
|
2187
|
+
request: proto_clarifai_api_service_pb.PostModulesRequest,
|
|
2188
|
+
metadata?: grpcWeb.Metadata
|
|
2189
|
+
): Promise<proto_clarifai_api_service_pb.MultiModuleResponse>;
|
|
2190
|
+
|
|
2191
|
+
patchModules(
|
|
2192
|
+
request: proto_clarifai_api_service_pb.PatchModulesRequest,
|
|
2193
|
+
metadata?: grpcWeb.Metadata
|
|
2194
|
+
): Promise<proto_clarifai_api_service_pb.MultiModuleResponse>;
|
|
2195
|
+
|
|
2196
|
+
deleteModules(
|
|
2197
|
+
request: proto_clarifai_api_service_pb.DeleteModulesRequest,
|
|
2198
|
+
metadata?: grpcWeb.Metadata
|
|
2199
|
+
): Promise<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
2200
|
+
|
|
2201
|
+
getModuleVersion(
|
|
2202
|
+
request: proto_clarifai_api_service_pb.GetModuleVersionRequest,
|
|
2203
|
+
metadata?: grpcWeb.Metadata
|
|
2204
|
+
): Promise<proto_clarifai_api_service_pb.SingleModuleVersionResponse>;
|
|
2205
|
+
|
|
2206
|
+
listModuleVersions(
|
|
2207
|
+
request: proto_clarifai_api_service_pb.ListModuleVersionsRequest,
|
|
2208
|
+
metadata?: grpcWeb.Metadata
|
|
2209
|
+
): Promise<proto_clarifai_api_service_pb.MultiModuleVersionResponse>;
|
|
2210
|
+
|
|
2211
|
+
postModuleVersions(
|
|
2212
|
+
request: proto_clarifai_api_service_pb.PostModuleVersionsRequest,
|
|
2213
|
+
metadata?: grpcWeb.Metadata
|
|
2214
|
+
): Promise<proto_clarifai_api_service_pb.MultiModuleVersionResponse>;
|
|
2215
|
+
|
|
2216
|
+
deleteModuleVersions(
|
|
2217
|
+
request: proto_clarifai_api_service_pb.DeleteModuleVersionsRequest,
|
|
2218
|
+
metadata?: grpcWeb.Metadata
|
|
2219
|
+
): Promise<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
2220
|
+
|
|
2221
|
+
getInstalledModuleVersion(
|
|
2222
|
+
request: proto_clarifai_api_service_pb.GetInstalledModuleVersionRequest,
|
|
2223
|
+
metadata?: grpcWeb.Metadata
|
|
2224
|
+
): Promise<proto_clarifai_api_service_pb.SingleInstalledModuleVersionResponse>;
|
|
2225
|
+
|
|
2226
|
+
listInstalledModuleVersions(
|
|
2227
|
+
request: proto_clarifai_api_service_pb.ListInstalledModuleVersionsRequest,
|
|
2228
|
+
metadata?: grpcWeb.Metadata
|
|
2229
|
+
): Promise<proto_clarifai_api_service_pb.MultiInstalledModuleVersionResponse>;
|
|
2230
|
+
|
|
2231
|
+
postInstalledModuleVersions(
|
|
2232
|
+
request: proto_clarifai_api_service_pb.PostInstalledModuleVersionsRequest,
|
|
2233
|
+
metadata?: grpcWeb.Metadata
|
|
2234
|
+
): Promise<proto_clarifai_api_service_pb.MultiInstalledModuleVersionResponse>;
|
|
2235
|
+
|
|
2236
|
+
deleteInstalledModuleVersions(
|
|
2237
|
+
request: proto_clarifai_api_service_pb.DeleteInstalledModuleVersionsRequest,
|
|
2238
|
+
metadata?: grpcWeb.Metadata
|
|
2239
|
+
): Promise<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
2240
|
+
|
|
2241
|
+
postInstalledModuleVersionsKey(
|
|
2242
|
+
request: proto_clarifai_api_service_pb.PostInstalledModuleVersionsKeyRequest,
|
|
2243
|
+
metadata?: grpcWeb.Metadata
|
|
2244
|
+
): Promise<proto_clarifai_api_service_pb.SingleKeyResponse>;
|
|
2245
|
+
|
|
2246
|
+
postBulkOperations(
|
|
2247
|
+
request: proto_clarifai_api_service_pb.PostBulkOperationsRequest,
|
|
2248
|
+
metadata?: grpcWeb.Metadata
|
|
2249
|
+
): Promise<proto_clarifai_api_service_pb.MultiBulkOperationsResponse>;
|
|
2250
|
+
|
|
2251
|
+
listBulkOperations(
|
|
2252
|
+
request: proto_clarifai_api_service_pb.ListBulkOperationsRequest,
|
|
2253
|
+
metadata?: grpcWeb.Metadata
|
|
2254
|
+
): Promise<proto_clarifai_api_service_pb.MultiBulkOperationsResponse>;
|
|
2255
|
+
|
|
2256
|
+
getBulkOperation(
|
|
2257
|
+
request: proto_clarifai_api_service_pb.GetBulkOperationRequest,
|
|
2258
|
+
metadata?: grpcWeb.Metadata
|
|
2259
|
+
): Promise<proto_clarifai_api_service_pb.SingleBulkOperationsResponse>;
|
|
2260
|
+
|
|
2261
|
+
cancelBulkOperations(
|
|
2262
|
+
request: proto_clarifai_api_service_pb.CancelBulkOperationRequest,
|
|
2263
|
+
metadata?: grpcWeb.Metadata
|
|
2264
|
+
): Promise<proto_clarifai_api_service_pb.MultiBulkOperationsResponse>;
|
|
2265
|
+
|
|
2266
|
+
deleteBulkOperations(
|
|
2267
|
+
request: proto_clarifai_api_service_pb.DeleteBulkOperationRequest,
|
|
2268
|
+
metadata?: grpcWeb.Metadata
|
|
2269
|
+
): Promise<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
2270
|
+
|
|
2271
|
+
getDatasetInputsSearchAddJob(
|
|
2272
|
+
request: proto_clarifai_api_service_pb.GetDatasetInputsSearchAddJobRequest,
|
|
2273
|
+
metadata?: grpcWeb.Metadata
|
|
2274
|
+
): Promise<proto_clarifai_api_service_pb.SingleDatasetInputsSearchAddJobResponse>;
|
|
2275
|
+
|
|
2276
|
+
listInputsAddJobs(
|
|
2277
|
+
request: proto_clarifai_api_service_pb.ListInputsAddJobsRequest,
|
|
2278
|
+
metadata?: grpcWeb.Metadata
|
|
2279
|
+
): Promise<proto_clarifai_api_service_pb.MultiInputsAddJobResponse>;
|
|
2280
|
+
|
|
2281
|
+
getInputsAddJob(
|
|
2282
|
+
request: proto_clarifai_api_service_pb.GetInputsAddJobRequest,
|
|
2283
|
+
metadata?: grpcWeb.Metadata
|
|
2284
|
+
): Promise<proto_clarifai_api_service_pb.SingleInputsAddJobResponse>;
|
|
2285
|
+
|
|
2286
|
+
postUploads(
|
|
2287
|
+
request: proto_clarifai_api_service_pb.PostUploadsRequest,
|
|
2288
|
+
metadata?: grpcWeb.Metadata
|
|
2289
|
+
): Promise<proto_clarifai_api_service_pb.MultiUploadResponse>;
|
|
2290
|
+
|
|
2291
|
+
putUploadContentParts(
|
|
2292
|
+
request: proto_clarifai_api_service_pb.PutUploadContentPartsRequest,
|
|
2293
|
+
metadata?: grpcWeb.Metadata
|
|
2294
|
+
): Promise<proto_clarifai_api_service_pb.SingleUploadResponse>;
|
|
2295
|
+
|
|
2296
|
+
getUpload(
|
|
2297
|
+
request: proto_clarifai_api_service_pb.GetUploadRequest,
|
|
2298
|
+
metadata?: grpcWeb.Metadata
|
|
2299
|
+
): Promise<proto_clarifai_api_service_pb.SingleUploadResponse>;
|
|
2300
|
+
|
|
2301
|
+
listUploads(
|
|
2302
|
+
request: proto_clarifai_api_service_pb.ListUploadsRequest,
|
|
2303
|
+
metadata?: grpcWeb.Metadata
|
|
2304
|
+
): Promise<proto_clarifai_api_service_pb.MultiUploadResponse>;
|
|
2305
|
+
|
|
2306
|
+
deleteUploads(
|
|
2307
|
+
request: proto_clarifai_api_service_pb.DeleteUploadsRequest,
|
|
2308
|
+
metadata?: grpcWeb.Metadata
|
|
2309
|
+
): Promise<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
2310
|
+
|
|
1903
2311
|
}
|
|
1904
2312
|
|