clarifai-web-grpc 11.10.6 → 11.10.8
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 +2 -610
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +0 -168
- package/dist/cjs/proto/clarifai/api/service_pb.js +0 -971
- package/dist/esm/proto/clarifai/api/resources_pb.js +2 -610
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +0 -168
- package/dist/esm/proto/clarifai/api/service_pb.js +0 -971
- package/package.json +1 -1
- package/proto/clarifai/api/resources_pb.d.ts +0 -92
- package/proto/clarifai/api/resources_pb.js +2 -771
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +0 -48
- package/proto/clarifai/api/service_grpc_web_pb.js +0 -244
- package/proto/clarifai/api/service_pb.d.ts +0 -140
- package/proto/clarifai/api/service_pb.js +0 -1198
|
@@ -5946,174 +5946,6 @@ proto.clarifai.api.V2PromiseClient.prototype.postSearchesByID =
|
|
|
5946
5946
|
return this.client_.unaryCall(this.hostname_ +
|
|
5947
5947
|
'/clarifai.api.V2/PostSearchesByID', request, metadata || {}, methodDescriptor_V2_PostSearchesByID);
|
|
5948
5948
|
};
|
|
5949
|
-
/**
|
|
5950
|
-
* @const
|
|
5951
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
5952
|
-
* !proto.clarifai.api.PostAnnotationSearchMetricsRequest,
|
|
5953
|
-
* !proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
5954
|
-
*/
|
|
5955
|
-
const methodDescriptor_V2_PostAnnotationSearchMetrics = new grpc.web.MethodDescriptor('/clarifai.api.V2/PostAnnotationSearchMetrics', grpc.web.MethodType.UNARY, proto.clarifai.api.PostAnnotationSearchMetricsRequest, proto.clarifai.api.MultiAnnotationSearchMetricsResponse,
|
|
5956
|
-
/**
|
|
5957
|
-
* @param {!proto.clarifai.api.PostAnnotationSearchMetricsRequest} request
|
|
5958
|
-
* @return {!Uint8Array}
|
|
5959
|
-
*/
|
|
5960
|
-
function (request) {
|
|
5961
|
-
return request.serializeBinary();
|
|
5962
|
-
}, proto.clarifai.api.MultiAnnotationSearchMetricsResponse.deserializeBinary);
|
|
5963
|
-
/**
|
|
5964
|
-
* @param {!proto.clarifai.api.PostAnnotationSearchMetricsRequest} request The
|
|
5965
|
-
* request proto
|
|
5966
|
-
* @param {?Object<string, string>} metadata User defined
|
|
5967
|
-
* call metadata
|
|
5968
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.MultiAnnotationSearchMetricsResponse)}
|
|
5969
|
-
* callback The callback function(error, response)
|
|
5970
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>|undefined}
|
|
5971
|
-
* The XHR Node Readable Stream
|
|
5972
|
-
*/
|
|
5973
|
-
proto.clarifai.api.V2Client.prototype.postAnnotationSearchMetrics =
|
|
5974
|
-
function (request, metadata, callback) {
|
|
5975
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
5976
|
-
'/clarifai.api.V2/PostAnnotationSearchMetrics', request, metadata || {}, methodDescriptor_V2_PostAnnotationSearchMetrics, callback);
|
|
5977
|
-
};
|
|
5978
|
-
/**
|
|
5979
|
-
* @param {!proto.clarifai.api.PostAnnotationSearchMetricsRequest} request The
|
|
5980
|
-
* request proto
|
|
5981
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
5982
|
-
* call metadata
|
|
5983
|
-
* @return {!Promise<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
5984
|
-
* Promise that resolves to the response
|
|
5985
|
-
*/
|
|
5986
|
-
proto.clarifai.api.V2PromiseClient.prototype.postAnnotationSearchMetrics =
|
|
5987
|
-
function (request, metadata) {
|
|
5988
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
5989
|
-
'/clarifai.api.V2/PostAnnotationSearchMetrics', request, metadata || {}, methodDescriptor_V2_PostAnnotationSearchMetrics);
|
|
5990
|
-
};
|
|
5991
|
-
/**
|
|
5992
|
-
* @const
|
|
5993
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
5994
|
-
* !proto.clarifai.api.GetAnnotationSearchMetricsRequest,
|
|
5995
|
-
* !proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
5996
|
-
*/
|
|
5997
|
-
const methodDescriptor_V2_GetAnnotationSearchMetrics = new grpc.web.MethodDescriptor('/clarifai.api.V2/GetAnnotationSearchMetrics', grpc.web.MethodType.UNARY, proto.clarifai.api.GetAnnotationSearchMetricsRequest, proto.clarifai.api.MultiAnnotationSearchMetricsResponse,
|
|
5998
|
-
/**
|
|
5999
|
-
* @param {!proto.clarifai.api.GetAnnotationSearchMetricsRequest} request
|
|
6000
|
-
* @return {!Uint8Array}
|
|
6001
|
-
*/
|
|
6002
|
-
function (request) {
|
|
6003
|
-
return request.serializeBinary();
|
|
6004
|
-
}, proto.clarifai.api.MultiAnnotationSearchMetricsResponse.deserializeBinary);
|
|
6005
|
-
/**
|
|
6006
|
-
* @param {!proto.clarifai.api.GetAnnotationSearchMetricsRequest} request The
|
|
6007
|
-
* request proto
|
|
6008
|
-
* @param {?Object<string, string>} metadata User defined
|
|
6009
|
-
* call metadata
|
|
6010
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.MultiAnnotationSearchMetricsResponse)}
|
|
6011
|
-
* callback The callback function(error, response)
|
|
6012
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>|undefined}
|
|
6013
|
-
* The XHR Node Readable Stream
|
|
6014
|
-
*/
|
|
6015
|
-
proto.clarifai.api.V2Client.prototype.getAnnotationSearchMetrics =
|
|
6016
|
-
function (request, metadata, callback) {
|
|
6017
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
6018
|
-
'/clarifai.api.V2/GetAnnotationSearchMetrics', request, metadata || {}, methodDescriptor_V2_GetAnnotationSearchMetrics, callback);
|
|
6019
|
-
};
|
|
6020
|
-
/**
|
|
6021
|
-
* @param {!proto.clarifai.api.GetAnnotationSearchMetricsRequest} request The
|
|
6022
|
-
* request proto
|
|
6023
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
6024
|
-
* call metadata
|
|
6025
|
-
* @return {!Promise<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
6026
|
-
* Promise that resolves to the response
|
|
6027
|
-
*/
|
|
6028
|
-
proto.clarifai.api.V2PromiseClient.prototype.getAnnotationSearchMetrics =
|
|
6029
|
-
function (request, metadata) {
|
|
6030
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
6031
|
-
'/clarifai.api.V2/GetAnnotationSearchMetrics', request, metadata || {}, methodDescriptor_V2_GetAnnotationSearchMetrics);
|
|
6032
|
-
};
|
|
6033
|
-
/**
|
|
6034
|
-
* @const
|
|
6035
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
6036
|
-
* !proto.clarifai.api.ListAnnotationSearchMetricsRequest,
|
|
6037
|
-
* !proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
6038
|
-
*/
|
|
6039
|
-
const methodDescriptor_V2_ListAnnotationSearchMetrics = new grpc.web.MethodDescriptor('/clarifai.api.V2/ListAnnotationSearchMetrics', grpc.web.MethodType.UNARY, proto.clarifai.api.ListAnnotationSearchMetricsRequest, proto.clarifai.api.MultiAnnotationSearchMetricsResponse,
|
|
6040
|
-
/**
|
|
6041
|
-
* @param {!proto.clarifai.api.ListAnnotationSearchMetricsRequest} request
|
|
6042
|
-
* @return {!Uint8Array}
|
|
6043
|
-
*/
|
|
6044
|
-
function (request) {
|
|
6045
|
-
return request.serializeBinary();
|
|
6046
|
-
}, proto.clarifai.api.MultiAnnotationSearchMetricsResponse.deserializeBinary);
|
|
6047
|
-
/**
|
|
6048
|
-
* @param {!proto.clarifai.api.ListAnnotationSearchMetricsRequest} request The
|
|
6049
|
-
* request proto
|
|
6050
|
-
* @param {?Object<string, string>} metadata User defined
|
|
6051
|
-
* call metadata
|
|
6052
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.MultiAnnotationSearchMetricsResponse)}
|
|
6053
|
-
* callback The callback function(error, response)
|
|
6054
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>|undefined}
|
|
6055
|
-
* The XHR Node Readable Stream
|
|
6056
|
-
*/
|
|
6057
|
-
proto.clarifai.api.V2Client.prototype.listAnnotationSearchMetrics =
|
|
6058
|
-
function (request, metadata, callback) {
|
|
6059
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
6060
|
-
'/clarifai.api.V2/ListAnnotationSearchMetrics', request, metadata || {}, methodDescriptor_V2_ListAnnotationSearchMetrics, callback);
|
|
6061
|
-
};
|
|
6062
|
-
/**
|
|
6063
|
-
* @param {!proto.clarifai.api.ListAnnotationSearchMetricsRequest} request The
|
|
6064
|
-
* request proto
|
|
6065
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
6066
|
-
* call metadata
|
|
6067
|
-
* @return {!Promise<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
6068
|
-
* Promise that resolves to the response
|
|
6069
|
-
*/
|
|
6070
|
-
proto.clarifai.api.V2PromiseClient.prototype.listAnnotationSearchMetrics =
|
|
6071
|
-
function (request, metadata) {
|
|
6072
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
6073
|
-
'/clarifai.api.V2/ListAnnotationSearchMetrics', request, metadata || {}, methodDescriptor_V2_ListAnnotationSearchMetrics);
|
|
6074
|
-
};
|
|
6075
|
-
/**
|
|
6076
|
-
* @const
|
|
6077
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
6078
|
-
* !proto.clarifai.api.DeleteAnnotationSearchMetricsRequest,
|
|
6079
|
-
* !proto.clarifai.api.status.BaseResponse>}
|
|
6080
|
-
*/
|
|
6081
|
-
const methodDescriptor_V2_DeleteAnnotationSearchMetrics = new grpc.web.MethodDescriptor('/clarifai.api.V2/DeleteAnnotationSearchMetrics', grpc.web.MethodType.UNARY, proto.clarifai.api.DeleteAnnotationSearchMetricsRequest, proto_clarifai_api_status_status_pb.BaseResponse,
|
|
6082
|
-
/**
|
|
6083
|
-
* @param {!proto.clarifai.api.DeleteAnnotationSearchMetricsRequest} request
|
|
6084
|
-
* @return {!Uint8Array}
|
|
6085
|
-
*/
|
|
6086
|
-
function (request) {
|
|
6087
|
-
return request.serializeBinary();
|
|
6088
|
-
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
6089
|
-
/**
|
|
6090
|
-
* @param {!proto.clarifai.api.DeleteAnnotationSearchMetricsRequest} request The
|
|
6091
|
-
* request proto
|
|
6092
|
-
* @param {?Object<string, string>} metadata User defined
|
|
6093
|
-
* call metadata
|
|
6094
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.status.BaseResponse)}
|
|
6095
|
-
* callback The callback function(error, response)
|
|
6096
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.status.BaseResponse>|undefined}
|
|
6097
|
-
* The XHR Node Readable Stream
|
|
6098
|
-
*/
|
|
6099
|
-
proto.clarifai.api.V2Client.prototype.deleteAnnotationSearchMetrics =
|
|
6100
|
-
function (request, metadata, callback) {
|
|
6101
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
6102
|
-
'/clarifai.api.V2/DeleteAnnotationSearchMetrics', request, metadata || {}, methodDescriptor_V2_DeleteAnnotationSearchMetrics, callback);
|
|
6103
|
-
};
|
|
6104
|
-
/**
|
|
6105
|
-
* @param {!proto.clarifai.api.DeleteAnnotationSearchMetricsRequest} request The
|
|
6106
|
-
* request proto
|
|
6107
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
6108
|
-
* call metadata
|
|
6109
|
-
* @return {!Promise<!proto.clarifai.api.status.BaseResponse>}
|
|
6110
|
-
* Promise that resolves to the response
|
|
6111
|
-
*/
|
|
6112
|
-
proto.clarifai.api.V2PromiseClient.prototype.deleteAnnotationSearchMetrics =
|
|
6113
|
-
function (request, metadata) {
|
|
6114
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
6115
|
-
'/clarifai.api.V2/DeleteAnnotationSearchMetrics', request, metadata || {}, methodDescriptor_V2_DeleteAnnotationSearchMetrics);
|
|
6116
|
-
};
|
|
6117
5949
|
/**
|
|
6118
5950
|
* @const
|
|
6119
5951
|
* @type {!grpc.web.MethodDescriptor<
|