clarifai-web-grpc 11.10.7 → 11.10.9
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
|
@@ -987,34 +987,6 @@ export class V2Client {
|
|
|
987
987
|
response: proto_clarifai_api_service_pb.MultiSearchResponse) => void
|
|
988
988
|
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiSearchResponse>;
|
|
989
989
|
|
|
990
|
-
postAnnotationSearchMetrics(
|
|
991
|
-
request: proto_clarifai_api_service_pb.PostAnnotationSearchMetricsRequest,
|
|
992
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
993
|
-
callback: (err: grpcWeb.RpcError,
|
|
994
|
-
response: proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse) => void
|
|
995
|
-
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse>;
|
|
996
|
-
|
|
997
|
-
getAnnotationSearchMetrics(
|
|
998
|
-
request: proto_clarifai_api_service_pb.GetAnnotationSearchMetricsRequest,
|
|
999
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
1000
|
-
callback: (err: grpcWeb.RpcError,
|
|
1001
|
-
response: proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse) => void
|
|
1002
|
-
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse>;
|
|
1003
|
-
|
|
1004
|
-
listAnnotationSearchMetrics(
|
|
1005
|
-
request: proto_clarifai_api_service_pb.ListAnnotationSearchMetricsRequest,
|
|
1006
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
1007
|
-
callback: (err: grpcWeb.RpcError,
|
|
1008
|
-
response: proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse) => void
|
|
1009
|
-
): grpcWeb.ClientReadableStream<proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse>;
|
|
1010
|
-
|
|
1011
|
-
deleteAnnotationSearchMetrics(
|
|
1012
|
-
request: proto_clarifai_api_service_pb.DeleteAnnotationSearchMetricsRequest,
|
|
1013
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
1014
|
-
callback: (err: grpcWeb.RpcError,
|
|
1015
|
-
response: proto_clarifai_api_status_status_pb.BaseResponse) => void
|
|
1016
|
-
): grpcWeb.ClientReadableStream<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
1017
|
-
|
|
1018
990
|
deleteSearch(
|
|
1019
991
|
request: proto_clarifai_api_service_pb.DeleteSearchRequest,
|
|
1020
992
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -2658,26 +2630,6 @@ export class V2PromiseClient {
|
|
|
2658
2630
|
metadata?: grpcWeb.Metadata
|
|
2659
2631
|
): Promise<proto_clarifai_api_service_pb.MultiSearchResponse>;
|
|
2660
2632
|
|
|
2661
|
-
postAnnotationSearchMetrics(
|
|
2662
|
-
request: proto_clarifai_api_service_pb.PostAnnotationSearchMetricsRequest,
|
|
2663
|
-
metadata?: grpcWeb.Metadata
|
|
2664
|
-
): Promise<proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse>;
|
|
2665
|
-
|
|
2666
|
-
getAnnotationSearchMetrics(
|
|
2667
|
-
request: proto_clarifai_api_service_pb.GetAnnotationSearchMetricsRequest,
|
|
2668
|
-
metadata?: grpcWeb.Metadata
|
|
2669
|
-
): Promise<proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse>;
|
|
2670
|
-
|
|
2671
|
-
listAnnotationSearchMetrics(
|
|
2672
|
-
request: proto_clarifai_api_service_pb.ListAnnotationSearchMetricsRequest,
|
|
2673
|
-
metadata?: grpcWeb.Metadata
|
|
2674
|
-
): Promise<proto_clarifai_api_service_pb.MultiAnnotationSearchMetricsResponse>;
|
|
2675
|
-
|
|
2676
|
-
deleteAnnotationSearchMetrics(
|
|
2677
|
-
request: proto_clarifai_api_service_pb.DeleteAnnotationSearchMetricsRequest,
|
|
2678
|
-
metadata?: grpcWeb.Metadata
|
|
2679
|
-
): Promise<proto_clarifai_api_status_status_pb.BaseResponse>;
|
|
2680
|
-
|
|
2681
2633
|
deleteSearch(
|
|
2682
2634
|
request: proto_clarifai_api_service_pb.DeleteSearchRequest,
|
|
2683
2635
|
metadata?: grpcWeb.Metadata
|
|
@@ -8630,250 +8630,6 @@ proto.clarifai.api.V2PromiseClient.prototype.postSearchesByID =
|
|
|
8630
8630
|
};
|
|
8631
8631
|
|
|
8632
8632
|
|
|
8633
|
-
/**
|
|
8634
|
-
* @const
|
|
8635
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
8636
|
-
* !proto.clarifai.api.PostAnnotationSearchMetricsRequest,
|
|
8637
|
-
* !proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
8638
|
-
*/
|
|
8639
|
-
const methodDescriptor_V2_PostAnnotationSearchMetrics = new grpc.web.MethodDescriptor(
|
|
8640
|
-
'/clarifai.api.V2/PostAnnotationSearchMetrics',
|
|
8641
|
-
grpc.web.MethodType.UNARY,
|
|
8642
|
-
proto.clarifai.api.PostAnnotationSearchMetricsRequest,
|
|
8643
|
-
proto.clarifai.api.MultiAnnotationSearchMetricsResponse,
|
|
8644
|
-
/**
|
|
8645
|
-
* @param {!proto.clarifai.api.PostAnnotationSearchMetricsRequest} request
|
|
8646
|
-
* @return {!Uint8Array}
|
|
8647
|
-
*/
|
|
8648
|
-
function(request) {
|
|
8649
|
-
return request.serializeBinary();
|
|
8650
|
-
},
|
|
8651
|
-
proto.clarifai.api.MultiAnnotationSearchMetricsResponse.deserializeBinary
|
|
8652
|
-
);
|
|
8653
|
-
|
|
8654
|
-
|
|
8655
|
-
/**
|
|
8656
|
-
* @param {!proto.clarifai.api.PostAnnotationSearchMetricsRequest} request The
|
|
8657
|
-
* request proto
|
|
8658
|
-
* @param {?Object<string, string>} metadata User defined
|
|
8659
|
-
* call metadata
|
|
8660
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.MultiAnnotationSearchMetricsResponse)}
|
|
8661
|
-
* callback The callback function(error, response)
|
|
8662
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>|undefined}
|
|
8663
|
-
* The XHR Node Readable Stream
|
|
8664
|
-
*/
|
|
8665
|
-
proto.clarifai.api.V2Client.prototype.postAnnotationSearchMetrics =
|
|
8666
|
-
function(request, metadata, callback) {
|
|
8667
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
8668
|
-
'/clarifai.api.V2/PostAnnotationSearchMetrics',
|
|
8669
|
-
request,
|
|
8670
|
-
metadata || {},
|
|
8671
|
-
methodDescriptor_V2_PostAnnotationSearchMetrics,
|
|
8672
|
-
callback);
|
|
8673
|
-
};
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
/**
|
|
8677
|
-
* @param {!proto.clarifai.api.PostAnnotationSearchMetricsRequest} request The
|
|
8678
|
-
* request proto
|
|
8679
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
8680
|
-
* call metadata
|
|
8681
|
-
* @return {!Promise<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
8682
|
-
* Promise that resolves to the response
|
|
8683
|
-
*/
|
|
8684
|
-
proto.clarifai.api.V2PromiseClient.prototype.postAnnotationSearchMetrics =
|
|
8685
|
-
function(request, metadata) {
|
|
8686
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
8687
|
-
'/clarifai.api.V2/PostAnnotationSearchMetrics',
|
|
8688
|
-
request,
|
|
8689
|
-
metadata || {},
|
|
8690
|
-
methodDescriptor_V2_PostAnnotationSearchMetrics);
|
|
8691
|
-
};
|
|
8692
|
-
|
|
8693
|
-
|
|
8694
|
-
/**
|
|
8695
|
-
* @const
|
|
8696
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
8697
|
-
* !proto.clarifai.api.GetAnnotationSearchMetricsRequest,
|
|
8698
|
-
* !proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
8699
|
-
*/
|
|
8700
|
-
const methodDescriptor_V2_GetAnnotationSearchMetrics = new grpc.web.MethodDescriptor(
|
|
8701
|
-
'/clarifai.api.V2/GetAnnotationSearchMetrics',
|
|
8702
|
-
grpc.web.MethodType.UNARY,
|
|
8703
|
-
proto.clarifai.api.GetAnnotationSearchMetricsRequest,
|
|
8704
|
-
proto.clarifai.api.MultiAnnotationSearchMetricsResponse,
|
|
8705
|
-
/**
|
|
8706
|
-
* @param {!proto.clarifai.api.GetAnnotationSearchMetricsRequest} request
|
|
8707
|
-
* @return {!Uint8Array}
|
|
8708
|
-
*/
|
|
8709
|
-
function(request) {
|
|
8710
|
-
return request.serializeBinary();
|
|
8711
|
-
},
|
|
8712
|
-
proto.clarifai.api.MultiAnnotationSearchMetricsResponse.deserializeBinary
|
|
8713
|
-
);
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
/**
|
|
8717
|
-
* @param {!proto.clarifai.api.GetAnnotationSearchMetricsRequest} request The
|
|
8718
|
-
* request proto
|
|
8719
|
-
* @param {?Object<string, string>} metadata User defined
|
|
8720
|
-
* call metadata
|
|
8721
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.MultiAnnotationSearchMetricsResponse)}
|
|
8722
|
-
* callback The callback function(error, response)
|
|
8723
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>|undefined}
|
|
8724
|
-
* The XHR Node Readable Stream
|
|
8725
|
-
*/
|
|
8726
|
-
proto.clarifai.api.V2Client.prototype.getAnnotationSearchMetrics =
|
|
8727
|
-
function(request, metadata, callback) {
|
|
8728
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
8729
|
-
'/clarifai.api.V2/GetAnnotationSearchMetrics',
|
|
8730
|
-
request,
|
|
8731
|
-
metadata || {},
|
|
8732
|
-
methodDescriptor_V2_GetAnnotationSearchMetrics,
|
|
8733
|
-
callback);
|
|
8734
|
-
};
|
|
8735
|
-
|
|
8736
|
-
|
|
8737
|
-
/**
|
|
8738
|
-
* @param {!proto.clarifai.api.GetAnnotationSearchMetricsRequest} request The
|
|
8739
|
-
* request proto
|
|
8740
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
8741
|
-
* call metadata
|
|
8742
|
-
* @return {!Promise<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
8743
|
-
* Promise that resolves to the response
|
|
8744
|
-
*/
|
|
8745
|
-
proto.clarifai.api.V2PromiseClient.prototype.getAnnotationSearchMetrics =
|
|
8746
|
-
function(request, metadata) {
|
|
8747
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
8748
|
-
'/clarifai.api.V2/GetAnnotationSearchMetrics',
|
|
8749
|
-
request,
|
|
8750
|
-
metadata || {},
|
|
8751
|
-
methodDescriptor_V2_GetAnnotationSearchMetrics);
|
|
8752
|
-
};
|
|
8753
|
-
|
|
8754
|
-
|
|
8755
|
-
/**
|
|
8756
|
-
* @const
|
|
8757
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
8758
|
-
* !proto.clarifai.api.ListAnnotationSearchMetricsRequest,
|
|
8759
|
-
* !proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
8760
|
-
*/
|
|
8761
|
-
const methodDescriptor_V2_ListAnnotationSearchMetrics = new grpc.web.MethodDescriptor(
|
|
8762
|
-
'/clarifai.api.V2/ListAnnotationSearchMetrics',
|
|
8763
|
-
grpc.web.MethodType.UNARY,
|
|
8764
|
-
proto.clarifai.api.ListAnnotationSearchMetricsRequest,
|
|
8765
|
-
proto.clarifai.api.MultiAnnotationSearchMetricsResponse,
|
|
8766
|
-
/**
|
|
8767
|
-
* @param {!proto.clarifai.api.ListAnnotationSearchMetricsRequest} request
|
|
8768
|
-
* @return {!Uint8Array}
|
|
8769
|
-
*/
|
|
8770
|
-
function(request) {
|
|
8771
|
-
return request.serializeBinary();
|
|
8772
|
-
},
|
|
8773
|
-
proto.clarifai.api.MultiAnnotationSearchMetricsResponse.deserializeBinary
|
|
8774
|
-
);
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
/**
|
|
8778
|
-
* @param {!proto.clarifai.api.ListAnnotationSearchMetricsRequest} request The
|
|
8779
|
-
* request proto
|
|
8780
|
-
* @param {?Object<string, string>} metadata User defined
|
|
8781
|
-
* call metadata
|
|
8782
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.MultiAnnotationSearchMetricsResponse)}
|
|
8783
|
-
* callback The callback function(error, response)
|
|
8784
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>|undefined}
|
|
8785
|
-
* The XHR Node Readable Stream
|
|
8786
|
-
*/
|
|
8787
|
-
proto.clarifai.api.V2Client.prototype.listAnnotationSearchMetrics =
|
|
8788
|
-
function(request, metadata, callback) {
|
|
8789
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
8790
|
-
'/clarifai.api.V2/ListAnnotationSearchMetrics',
|
|
8791
|
-
request,
|
|
8792
|
-
metadata || {},
|
|
8793
|
-
methodDescriptor_V2_ListAnnotationSearchMetrics,
|
|
8794
|
-
callback);
|
|
8795
|
-
};
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
/**
|
|
8799
|
-
* @param {!proto.clarifai.api.ListAnnotationSearchMetricsRequest} request The
|
|
8800
|
-
* request proto
|
|
8801
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
8802
|
-
* call metadata
|
|
8803
|
-
* @return {!Promise<!proto.clarifai.api.MultiAnnotationSearchMetricsResponse>}
|
|
8804
|
-
* Promise that resolves to the response
|
|
8805
|
-
*/
|
|
8806
|
-
proto.clarifai.api.V2PromiseClient.prototype.listAnnotationSearchMetrics =
|
|
8807
|
-
function(request, metadata) {
|
|
8808
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
8809
|
-
'/clarifai.api.V2/ListAnnotationSearchMetrics',
|
|
8810
|
-
request,
|
|
8811
|
-
metadata || {},
|
|
8812
|
-
methodDescriptor_V2_ListAnnotationSearchMetrics);
|
|
8813
|
-
};
|
|
8814
|
-
|
|
8815
|
-
|
|
8816
|
-
/**
|
|
8817
|
-
* @const
|
|
8818
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
8819
|
-
* !proto.clarifai.api.DeleteAnnotationSearchMetricsRequest,
|
|
8820
|
-
* !proto.clarifai.api.status.BaseResponse>}
|
|
8821
|
-
*/
|
|
8822
|
-
const methodDescriptor_V2_DeleteAnnotationSearchMetrics = new grpc.web.MethodDescriptor(
|
|
8823
|
-
'/clarifai.api.V2/DeleteAnnotationSearchMetrics',
|
|
8824
|
-
grpc.web.MethodType.UNARY,
|
|
8825
|
-
proto.clarifai.api.DeleteAnnotationSearchMetricsRequest,
|
|
8826
|
-
proto_clarifai_api_status_status_pb.BaseResponse,
|
|
8827
|
-
/**
|
|
8828
|
-
* @param {!proto.clarifai.api.DeleteAnnotationSearchMetricsRequest} request
|
|
8829
|
-
* @return {!Uint8Array}
|
|
8830
|
-
*/
|
|
8831
|
-
function(request) {
|
|
8832
|
-
return request.serializeBinary();
|
|
8833
|
-
},
|
|
8834
|
-
proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary
|
|
8835
|
-
);
|
|
8836
|
-
|
|
8837
|
-
|
|
8838
|
-
/**
|
|
8839
|
-
* @param {!proto.clarifai.api.DeleteAnnotationSearchMetricsRequest} request The
|
|
8840
|
-
* request proto
|
|
8841
|
-
* @param {?Object<string, string>} metadata User defined
|
|
8842
|
-
* call metadata
|
|
8843
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.status.BaseResponse)}
|
|
8844
|
-
* callback The callback function(error, response)
|
|
8845
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.status.BaseResponse>|undefined}
|
|
8846
|
-
* The XHR Node Readable Stream
|
|
8847
|
-
*/
|
|
8848
|
-
proto.clarifai.api.V2Client.prototype.deleteAnnotationSearchMetrics =
|
|
8849
|
-
function(request, metadata, callback) {
|
|
8850
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
8851
|
-
'/clarifai.api.V2/DeleteAnnotationSearchMetrics',
|
|
8852
|
-
request,
|
|
8853
|
-
metadata || {},
|
|
8854
|
-
methodDescriptor_V2_DeleteAnnotationSearchMetrics,
|
|
8855
|
-
callback);
|
|
8856
|
-
};
|
|
8857
|
-
|
|
8858
|
-
|
|
8859
|
-
/**
|
|
8860
|
-
* @param {!proto.clarifai.api.DeleteAnnotationSearchMetricsRequest} request The
|
|
8861
|
-
* request proto
|
|
8862
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
8863
|
-
* call metadata
|
|
8864
|
-
* @return {!Promise<!proto.clarifai.api.status.BaseResponse>}
|
|
8865
|
-
* Promise that resolves to the response
|
|
8866
|
-
*/
|
|
8867
|
-
proto.clarifai.api.V2PromiseClient.prototype.deleteAnnotationSearchMetrics =
|
|
8868
|
-
function(request, metadata) {
|
|
8869
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
8870
|
-
'/clarifai.api.V2/DeleteAnnotationSearchMetrics',
|
|
8871
|
-
request,
|
|
8872
|
-
metadata || {},
|
|
8873
|
-
methodDescriptor_V2_DeleteAnnotationSearchMetrics);
|
|
8874
|
-
};
|
|
8875
|
-
|
|
8876
|
-
|
|
8877
8633
|
/**
|
|
8878
8634
|
* @const
|
|
8879
8635
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -6475,30 +6475,6 @@ export namespace PostAnnotationsSearchesRequest {
|
|
|
6475
6475
|
}
|
|
6476
6476
|
}
|
|
6477
6477
|
|
|
6478
|
-
export class DeleteAnnotationSearchMetricsRequest extends jspb.Message {
|
|
6479
|
-
getUserAppId(): proto_clarifai_api_resources_pb.UserAppIDSet | undefined;
|
|
6480
|
-
setUserAppId(value?: proto_clarifai_api_resources_pb.UserAppIDSet): DeleteAnnotationSearchMetricsRequest;
|
|
6481
|
-
hasUserAppId(): boolean;
|
|
6482
|
-
clearUserAppId(): DeleteAnnotationSearchMetricsRequest;
|
|
6483
|
-
|
|
6484
|
-
getId(): string;
|
|
6485
|
-
setId(value: string): DeleteAnnotationSearchMetricsRequest;
|
|
6486
|
-
|
|
6487
|
-
serializeBinary(): Uint8Array;
|
|
6488
|
-
toObject(includeInstance?: boolean): DeleteAnnotationSearchMetricsRequest.AsObject;
|
|
6489
|
-
static toObject(includeInstance: boolean, msg: DeleteAnnotationSearchMetricsRequest): DeleteAnnotationSearchMetricsRequest.AsObject;
|
|
6490
|
-
static serializeBinaryToWriter(message: DeleteAnnotationSearchMetricsRequest, writer: jspb.BinaryWriter): void;
|
|
6491
|
-
static deserializeBinary(bytes: Uint8Array): DeleteAnnotationSearchMetricsRequest;
|
|
6492
|
-
static deserializeBinaryFromReader(message: DeleteAnnotationSearchMetricsRequest, reader: jspb.BinaryReader): DeleteAnnotationSearchMetricsRequest;
|
|
6493
|
-
}
|
|
6494
|
-
|
|
6495
|
-
export namespace DeleteAnnotationSearchMetricsRequest {
|
|
6496
|
-
export type AsObject = {
|
|
6497
|
-
userAppId?: proto_clarifai_api_resources_pb.UserAppIDSet.AsObject,
|
|
6498
|
-
id: string,
|
|
6499
|
-
}
|
|
6500
|
-
}
|
|
6501
|
-
|
|
6502
6478
|
export class PostInputsSearchesRequest extends jspb.Message {
|
|
6503
6479
|
getUserAppId(): proto_clarifai_api_resources_pb.UserAppIDSet | undefined;
|
|
6504
6480
|
setUserAppId(value?: proto_clarifai_api_resources_pb.UserAppIDSet): PostInputsSearchesRequest;
|
|
@@ -6609,122 +6585,6 @@ export namespace MultiSearchResponse {
|
|
|
6609
6585
|
}
|
|
6610
6586
|
}
|
|
6611
6587
|
|
|
6612
|
-
export class PostAnnotationSearchMetricsRequest extends jspb.Message {
|
|
6613
|
-
getUserAppId(): proto_clarifai_api_resources_pb.UserAppIDSet | undefined;
|
|
6614
|
-
setUserAppId(value?: proto_clarifai_api_resources_pb.UserAppIDSet): PostAnnotationSearchMetricsRequest;
|
|
6615
|
-
hasUserAppId(): boolean;
|
|
6616
|
-
clearUserAppId(): PostAnnotationSearchMetricsRequest;
|
|
6617
|
-
|
|
6618
|
-
getId(): string;
|
|
6619
|
-
setId(value: string): PostAnnotationSearchMetricsRequest;
|
|
6620
|
-
|
|
6621
|
-
getGroundTruth(): proto_clarifai_api_resources_pb.Search | undefined;
|
|
6622
|
-
setGroundTruth(value?: proto_clarifai_api_resources_pb.Search): PostAnnotationSearchMetricsRequest;
|
|
6623
|
-
hasGroundTruth(): boolean;
|
|
6624
|
-
clearGroundTruth(): PostAnnotationSearchMetricsRequest;
|
|
6625
|
-
|
|
6626
|
-
getSearchToEval(): proto_clarifai_api_resources_pb.Search | undefined;
|
|
6627
|
-
setSearchToEval(value?: proto_clarifai_api_resources_pb.Search): PostAnnotationSearchMetricsRequest;
|
|
6628
|
-
hasSearchToEval(): boolean;
|
|
6629
|
-
clearSearchToEval(): PostAnnotationSearchMetricsRequest;
|
|
6630
|
-
|
|
6631
|
-
getData(): proto_clarifai_api_resources_pb.Data | undefined;
|
|
6632
|
-
setData(value?: proto_clarifai_api_resources_pb.Data): PostAnnotationSearchMetricsRequest;
|
|
6633
|
-
hasData(): boolean;
|
|
6634
|
-
clearData(): PostAnnotationSearchMetricsRequest;
|
|
6635
|
-
|
|
6636
|
-
getEvaluationType(): proto_clarifai_api_resources_pb.EvaluationType;
|
|
6637
|
-
setEvaluationType(value: proto_clarifai_api_resources_pb.EvaluationType): PostAnnotationSearchMetricsRequest;
|
|
6638
|
-
|
|
6639
|
-
serializeBinary(): Uint8Array;
|
|
6640
|
-
toObject(includeInstance?: boolean): PostAnnotationSearchMetricsRequest.AsObject;
|
|
6641
|
-
static toObject(includeInstance: boolean, msg: PostAnnotationSearchMetricsRequest): PostAnnotationSearchMetricsRequest.AsObject;
|
|
6642
|
-
static serializeBinaryToWriter(message: PostAnnotationSearchMetricsRequest, writer: jspb.BinaryWriter): void;
|
|
6643
|
-
static deserializeBinary(bytes: Uint8Array): PostAnnotationSearchMetricsRequest;
|
|
6644
|
-
static deserializeBinaryFromReader(message: PostAnnotationSearchMetricsRequest, reader: jspb.BinaryReader): PostAnnotationSearchMetricsRequest;
|
|
6645
|
-
}
|
|
6646
|
-
|
|
6647
|
-
export namespace PostAnnotationSearchMetricsRequest {
|
|
6648
|
-
export type AsObject = {
|
|
6649
|
-
userAppId?: proto_clarifai_api_resources_pb.UserAppIDSet.AsObject,
|
|
6650
|
-
id: string,
|
|
6651
|
-
groundTruth?: proto_clarifai_api_resources_pb.Search.AsObject,
|
|
6652
|
-
searchToEval?: proto_clarifai_api_resources_pb.Search.AsObject,
|
|
6653
|
-
data?: proto_clarifai_api_resources_pb.Data.AsObject,
|
|
6654
|
-
evaluationType: proto_clarifai_api_resources_pb.EvaluationType,
|
|
6655
|
-
}
|
|
6656
|
-
}
|
|
6657
|
-
|
|
6658
|
-
export class GetAnnotationSearchMetricsRequest extends jspb.Message {
|
|
6659
|
-
getUserAppId(): proto_clarifai_api_resources_pb.UserAppIDSet | undefined;
|
|
6660
|
-
setUserAppId(value?: proto_clarifai_api_resources_pb.UserAppIDSet): GetAnnotationSearchMetricsRequest;
|
|
6661
|
-
hasUserAppId(): boolean;
|
|
6662
|
-
clearUserAppId(): GetAnnotationSearchMetricsRequest;
|
|
6663
|
-
|
|
6664
|
-
getId(): string;
|
|
6665
|
-
setId(value: string): GetAnnotationSearchMetricsRequest;
|
|
6666
|
-
|
|
6667
|
-
serializeBinary(): Uint8Array;
|
|
6668
|
-
toObject(includeInstance?: boolean): GetAnnotationSearchMetricsRequest.AsObject;
|
|
6669
|
-
static toObject(includeInstance: boolean, msg: GetAnnotationSearchMetricsRequest): GetAnnotationSearchMetricsRequest.AsObject;
|
|
6670
|
-
static serializeBinaryToWriter(message: GetAnnotationSearchMetricsRequest, writer: jspb.BinaryWriter): void;
|
|
6671
|
-
static deserializeBinary(bytes: Uint8Array): GetAnnotationSearchMetricsRequest;
|
|
6672
|
-
static deserializeBinaryFromReader(message: GetAnnotationSearchMetricsRequest, reader: jspb.BinaryReader): GetAnnotationSearchMetricsRequest;
|
|
6673
|
-
}
|
|
6674
|
-
|
|
6675
|
-
export namespace GetAnnotationSearchMetricsRequest {
|
|
6676
|
-
export type AsObject = {
|
|
6677
|
-
userAppId?: proto_clarifai_api_resources_pb.UserAppIDSet.AsObject,
|
|
6678
|
-
id: string,
|
|
6679
|
-
}
|
|
6680
|
-
}
|
|
6681
|
-
|
|
6682
|
-
export class ListAnnotationSearchMetricsRequest extends jspb.Message {
|
|
6683
|
-
getUserAppId(): proto_clarifai_api_resources_pb.UserAppIDSet | undefined;
|
|
6684
|
-
setUserAppId(value?: proto_clarifai_api_resources_pb.UserAppIDSet): ListAnnotationSearchMetricsRequest;
|
|
6685
|
-
hasUserAppId(): boolean;
|
|
6686
|
-
clearUserAppId(): ListAnnotationSearchMetricsRequest;
|
|
6687
|
-
|
|
6688
|
-
serializeBinary(): Uint8Array;
|
|
6689
|
-
toObject(includeInstance?: boolean): ListAnnotationSearchMetricsRequest.AsObject;
|
|
6690
|
-
static toObject(includeInstance: boolean, msg: ListAnnotationSearchMetricsRequest): ListAnnotationSearchMetricsRequest.AsObject;
|
|
6691
|
-
static serializeBinaryToWriter(message: ListAnnotationSearchMetricsRequest, writer: jspb.BinaryWriter): void;
|
|
6692
|
-
static deserializeBinary(bytes: Uint8Array): ListAnnotationSearchMetricsRequest;
|
|
6693
|
-
static deserializeBinaryFromReader(message: ListAnnotationSearchMetricsRequest, reader: jspb.BinaryReader): ListAnnotationSearchMetricsRequest;
|
|
6694
|
-
}
|
|
6695
|
-
|
|
6696
|
-
export namespace ListAnnotationSearchMetricsRequest {
|
|
6697
|
-
export type AsObject = {
|
|
6698
|
-
userAppId?: proto_clarifai_api_resources_pb.UserAppIDSet.AsObject,
|
|
6699
|
-
}
|
|
6700
|
-
}
|
|
6701
|
-
|
|
6702
|
-
export class MultiAnnotationSearchMetricsResponse extends jspb.Message {
|
|
6703
|
-
getStatus(): proto_clarifai_api_status_status_pb.Status | undefined;
|
|
6704
|
-
setStatus(value?: proto_clarifai_api_status_status_pb.Status): MultiAnnotationSearchMetricsResponse;
|
|
6705
|
-
hasStatus(): boolean;
|
|
6706
|
-
clearStatus(): MultiAnnotationSearchMetricsResponse;
|
|
6707
|
-
|
|
6708
|
-
getAnnotationSearchMetricsList(): Array<proto_clarifai_api_resources_pb.AnnotationSearchMetrics>;
|
|
6709
|
-
setAnnotationSearchMetricsList(value: Array<proto_clarifai_api_resources_pb.AnnotationSearchMetrics>): MultiAnnotationSearchMetricsResponse;
|
|
6710
|
-
clearAnnotationSearchMetricsList(): MultiAnnotationSearchMetricsResponse;
|
|
6711
|
-
addAnnotationSearchMetrics(value?: proto_clarifai_api_resources_pb.AnnotationSearchMetrics, index?: number): proto_clarifai_api_resources_pb.AnnotationSearchMetrics;
|
|
6712
|
-
|
|
6713
|
-
serializeBinary(): Uint8Array;
|
|
6714
|
-
toObject(includeInstance?: boolean): MultiAnnotationSearchMetricsResponse.AsObject;
|
|
6715
|
-
static toObject(includeInstance: boolean, msg: MultiAnnotationSearchMetricsResponse): MultiAnnotationSearchMetricsResponse.AsObject;
|
|
6716
|
-
static serializeBinaryToWriter(message: MultiAnnotationSearchMetricsResponse, writer: jspb.BinaryWriter): void;
|
|
6717
|
-
static deserializeBinary(bytes: Uint8Array): MultiAnnotationSearchMetricsResponse;
|
|
6718
|
-
static deserializeBinaryFromReader(message: MultiAnnotationSearchMetricsResponse, reader: jspb.BinaryReader): MultiAnnotationSearchMetricsResponse;
|
|
6719
|
-
}
|
|
6720
|
-
|
|
6721
|
-
export namespace MultiAnnotationSearchMetricsResponse {
|
|
6722
|
-
export type AsObject = {
|
|
6723
|
-
status?: proto_clarifai_api_status_status_pb.Status.AsObject,
|
|
6724
|
-
annotationSearchMetricsList: Array<proto_clarifai_api_resources_pb.AnnotationSearchMetrics.AsObject>,
|
|
6725
|
-
}
|
|
6726
|
-
}
|
|
6727
|
-
|
|
6728
6588
|
export class ListAnnotationFiltersRequest extends jspb.Message {
|
|
6729
6589
|
getUserAppId(): proto_clarifai_api_resources_pb.UserAppIDSet | undefined;
|
|
6730
6590
|
setUserAppId(value?: proto_clarifai_api_resources_pb.UserAppIDSet): ListAnnotationFiltersRequest;
|