clarifai-web-grpc 10.8.4 → 10.8.5
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/VERSION +1 -1
- package/dist/cjs/proto/clarifai/api/resources_pb.js +112 -419
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +6 -48
- package/dist/cjs/proto/clarifai/api/service_pb.js +42 -551
- package/dist/esm/proto/clarifai/api/resources_pb.js +112 -419
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +6 -48
- package/dist/esm/proto/clarifai/api/service_pb.js +42 -551
- package/package.json +1 -1
- package/proto/clarifai/api/resources_pb.d.ts +23 -58
- package/proto/clarifai/api/resources_pb.js +146 -520
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +3 -15
- package/proto/clarifai/api/service_grpc_web_pb.js +6 -67
- package/proto/clarifai/api/service_pb.d.ts +16 -90
- package/proto/clarifai/api/service_pb.js +42 -681
|
@@ -4434,48 +4434,6 @@ proto.clarifai.api.V2PromiseClient.prototype.postWorkflowResults =
|
|
|
4434
4434
|
return this.client_.unaryCall(this.hostname_ +
|
|
4435
4435
|
'/clarifai.api.V2/PostWorkflowResults', request, metadata || {}, methodDescriptor_V2_PostWorkflowResults);
|
|
4436
4436
|
};
|
|
4437
|
-
/**
|
|
4438
|
-
* @const
|
|
4439
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
4440
|
-
* !proto.clarifai.api.PostWorkflowResultsSimilarityRequest,
|
|
4441
|
-
* !proto.clarifai.api.PostWorkflowResultsSimilarityResponse>}
|
|
4442
|
-
*/
|
|
4443
|
-
const methodDescriptor_V2_PostWorkflowResultsSimilarity = new grpc.web.MethodDescriptor('/clarifai.api.V2/PostWorkflowResultsSimilarity', grpc.web.MethodType.UNARY, proto.clarifai.api.PostWorkflowResultsSimilarityRequest, proto.clarifai.api.PostWorkflowResultsSimilarityResponse,
|
|
4444
|
-
/**
|
|
4445
|
-
* @param {!proto.clarifai.api.PostWorkflowResultsSimilarityRequest} request
|
|
4446
|
-
* @return {!Uint8Array}
|
|
4447
|
-
*/
|
|
4448
|
-
function (request) {
|
|
4449
|
-
return request.serializeBinary();
|
|
4450
|
-
}, proto.clarifai.api.PostWorkflowResultsSimilarityResponse.deserializeBinary);
|
|
4451
|
-
/**
|
|
4452
|
-
* @param {!proto.clarifai.api.PostWorkflowResultsSimilarityRequest} request The
|
|
4453
|
-
* request proto
|
|
4454
|
-
* @param {?Object<string, string>} metadata User defined
|
|
4455
|
-
* call metadata
|
|
4456
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.PostWorkflowResultsSimilarityResponse)}
|
|
4457
|
-
* callback The callback function(error, response)
|
|
4458
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.PostWorkflowResultsSimilarityResponse>|undefined}
|
|
4459
|
-
* The XHR Node Readable Stream
|
|
4460
|
-
*/
|
|
4461
|
-
proto.clarifai.api.V2Client.prototype.postWorkflowResultsSimilarity =
|
|
4462
|
-
function (request, metadata, callback) {
|
|
4463
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
4464
|
-
'/clarifai.api.V2/PostWorkflowResultsSimilarity', request, metadata || {}, methodDescriptor_V2_PostWorkflowResultsSimilarity, callback);
|
|
4465
|
-
};
|
|
4466
|
-
/**
|
|
4467
|
-
* @param {!proto.clarifai.api.PostWorkflowResultsSimilarityRequest} request The
|
|
4468
|
-
* request proto
|
|
4469
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
4470
|
-
* call metadata
|
|
4471
|
-
* @return {!Promise<!proto.clarifai.api.PostWorkflowResultsSimilarityResponse>}
|
|
4472
|
-
* Promise that resolves to the response
|
|
4473
|
-
*/
|
|
4474
|
-
proto.clarifai.api.V2PromiseClient.prototype.postWorkflowResultsSimilarity =
|
|
4475
|
-
function (request, metadata) {
|
|
4476
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
4477
|
-
'/clarifai.api.V2/PostWorkflowResultsSimilarity', request, metadata || {}, methodDescriptor_V2_PostWorkflowResultsSimilarity);
|
|
4478
|
-
};
|
|
4479
4437
|
/**
|
|
4480
4438
|
* @const
|
|
4481
4439
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -9898,24 +9856,24 @@ proto.clarifai.api.V2PromiseClient.prototype.deleteDeployments =
|
|
|
9898
9856
|
* @const
|
|
9899
9857
|
* @type {!grpc.web.MethodDescriptor<
|
|
9900
9858
|
* !proto.clarifai.api.PostAuditLogSearchesRequest,
|
|
9901
|
-
* !proto.clarifai.api.
|
|
9859
|
+
* !proto.clarifai.api.MultiAuditLogEntryResponse>}
|
|
9902
9860
|
*/
|
|
9903
|
-
const methodDescriptor_V2_PostAuditLogSearches = new grpc.web.MethodDescriptor('/clarifai.api.V2/PostAuditLogSearches', grpc.web.MethodType.UNARY, proto.clarifai.api.PostAuditLogSearchesRequest, proto.clarifai.api.
|
|
9861
|
+
const methodDescriptor_V2_PostAuditLogSearches = new grpc.web.MethodDescriptor('/clarifai.api.V2/PostAuditLogSearches', grpc.web.MethodType.UNARY, proto.clarifai.api.PostAuditLogSearchesRequest, proto.clarifai.api.MultiAuditLogEntryResponse,
|
|
9904
9862
|
/**
|
|
9905
9863
|
* @param {!proto.clarifai.api.PostAuditLogSearchesRequest} request
|
|
9906
9864
|
* @return {!Uint8Array}
|
|
9907
9865
|
*/
|
|
9908
9866
|
function (request) {
|
|
9909
9867
|
return request.serializeBinary();
|
|
9910
|
-
}, proto.clarifai.api.
|
|
9868
|
+
}, proto.clarifai.api.MultiAuditLogEntryResponse.deserializeBinary);
|
|
9911
9869
|
/**
|
|
9912
9870
|
* @param {!proto.clarifai.api.PostAuditLogSearchesRequest} request The
|
|
9913
9871
|
* request proto
|
|
9914
9872
|
* @param {?Object<string, string>} metadata User defined
|
|
9915
9873
|
* call metadata
|
|
9916
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.
|
|
9874
|
+
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.MultiAuditLogEntryResponse)}
|
|
9917
9875
|
* callback The callback function(error, response)
|
|
9918
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.
|
|
9876
|
+
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.MultiAuditLogEntryResponse>|undefined}
|
|
9919
9877
|
* The XHR Node Readable Stream
|
|
9920
9878
|
*/
|
|
9921
9879
|
proto.clarifai.api.V2Client.prototype.postAuditLogSearches =
|
|
@@ -9928,7 +9886,7 @@ proto.clarifai.api.V2Client.prototype.postAuditLogSearches =
|
|
|
9928
9886
|
* request proto
|
|
9929
9887
|
* @param {?Object<string, string>=} metadata User defined
|
|
9930
9888
|
* call metadata
|
|
9931
|
-
* @return {!Promise<!proto.clarifai.api.
|
|
9889
|
+
* @return {!Promise<!proto.clarifai.api.MultiAuditLogEntryResponse>}
|
|
9932
9890
|
* Promise that resolves to the response
|
|
9933
9891
|
*/
|
|
9934
9892
|
proto.clarifai.api.V2PromiseClient.prototype.postAuditLogSearches =
|