clarifai-grpc 11.10.7__py3-none-any.whl → 11.10.8__py3-none-any.whl
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.
- clarifai_grpc/__init__.py +1 -1
- clarifai_grpc/grpc/api/resources_pb2.py +407 -421
- clarifai_grpc/grpc/api/resources_pb2.pyi +0 -162
- clarifai_grpc/grpc/api/service_pb2.py +447 -465
- clarifai_grpc/grpc/api/service_pb2.pyi +0 -186
- clarifai_grpc/grpc/api/service_pb2_grpc.py +0 -136
- clarifai_grpc/grpc/auth/scope/scope_pb2.pyi +8 -2
- {clarifai_grpc-11.10.7.dist-info → clarifai_grpc-11.10.8.dist-info}/METADATA +1 -1
- {clarifai_grpc-11.10.7.dist-info → clarifai_grpc-11.10.8.dist-info}/RECORD +12 -12
- {clarifai_grpc-11.10.7.dist-info → clarifai_grpc-11.10.8.dist-info}/WHEEL +0 -0
- {clarifai_grpc-11.10.7.dist-info → clarifai_grpc-11.10.8.dist-info}/licenses/LICENSE +0 -0
- {clarifai_grpc-11.10.7.dist-info → clarifai_grpc-11.10.8.dist-info}/top_level.txt +0 -0
|
@@ -9212,32 +9212,6 @@ class PostAnnotationsSearchesRequest(google.protobuf.message.Message):
|
|
|
9212
9212
|
|
|
9213
9213
|
global___PostAnnotationsSearchesRequest = PostAnnotationsSearchesRequest
|
|
9214
9214
|
|
|
9215
|
-
@typing_extensions.final
|
|
9216
|
-
class DeleteAnnotationSearchMetricsRequest(google.protobuf.message.Message):
|
|
9217
|
-
"""DeleteAnnotationSearchMetricsRequest"""
|
|
9218
|
-
|
|
9219
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
9220
|
-
|
|
9221
|
-
USER_APP_ID_FIELD_NUMBER: builtins.int
|
|
9222
|
-
ID_FIELD_NUMBER: builtins.int
|
|
9223
|
-
@property
|
|
9224
|
-
def user_app_id(self) -> proto.clarifai.api.resources_pb2.UserAppIDSet: ...
|
|
9225
|
-
id: builtins.str
|
|
9226
|
-
def __init__(
|
|
9227
|
-
self,
|
|
9228
|
-
*,
|
|
9229
|
-
user_app_id: proto.clarifai.api.resources_pb2.UserAppIDSet | None = ...,
|
|
9230
|
-
id: builtins.str = ...,
|
|
9231
|
-
) -> None: ...
|
|
9232
|
-
def HasField(
|
|
9233
|
-
self, field_name: typing_extensions.Literal["user_app_id", b"user_app_id"]
|
|
9234
|
-
) -> builtins.bool: ...
|
|
9235
|
-
def ClearField(
|
|
9236
|
-
self, field_name: typing_extensions.Literal["id", b"id", "user_app_id", b"user_app_id"]
|
|
9237
|
-
) -> None: ...
|
|
9238
|
-
|
|
9239
|
-
global___DeleteAnnotationSearchMetricsRequest = DeleteAnnotationSearchMetricsRequest
|
|
9240
|
-
|
|
9241
9215
|
@typing_extensions.final
|
|
9242
9216
|
class PostInputsSearchesRequest(google.protobuf.message.Message):
|
|
9243
9217
|
"""Execute a new input search and optionally save it"""
|
|
@@ -9400,166 +9374,6 @@ class MultiSearchResponse(google.protobuf.message.Message):
|
|
|
9400
9374
|
|
|
9401
9375
|
global___MultiSearchResponse = MultiSearchResponse
|
|
9402
9376
|
|
|
9403
|
-
@typing_extensions.final
|
|
9404
|
-
class PostAnnotationSearchMetricsRequest(google.protobuf.message.Message):
|
|
9405
|
-
"""PostAnnotationSearchMetricsRequest"""
|
|
9406
|
-
|
|
9407
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
9408
|
-
|
|
9409
|
-
USER_APP_ID_FIELD_NUMBER: builtins.int
|
|
9410
|
-
ID_FIELD_NUMBER: builtins.int
|
|
9411
|
-
GROUND_TRUTH_FIELD_NUMBER: builtins.int
|
|
9412
|
-
SEARCH_TO_EVAL_FIELD_NUMBER: builtins.int
|
|
9413
|
-
DATA_FIELD_NUMBER: builtins.int
|
|
9414
|
-
EVALUATION_TYPE_FIELD_NUMBER: builtins.int
|
|
9415
|
-
@property
|
|
9416
|
-
def user_app_id(self) -> proto.clarifai.api.resources_pb2.UserAppIDSet: ...
|
|
9417
|
-
id: builtins.str
|
|
9418
|
-
"""A unique customer facing id to identify this eval request"""
|
|
9419
|
-
@property
|
|
9420
|
-
def ground_truth(self) -> proto.clarifai.api.resources_pb2.Search:
|
|
9421
|
-
"""The ground truth we are evaluating against"""
|
|
9422
|
-
@property
|
|
9423
|
-
def search_to_eval(self) -> proto.clarifai.api.resources_pb2.Search:
|
|
9424
|
-
"""The set we are evaluating"""
|
|
9425
|
-
@property
|
|
9426
|
-
def data(self) -> proto.clarifai.api.resources_pb2.Data:
|
|
9427
|
-
"""List of concepts to evaluate are expected to be in data.concepts
|
|
9428
|
-
If nil, then all app concepts are used
|
|
9429
|
-
"""
|
|
9430
|
-
evaluation_type: proto.clarifai.api.resources_pb2.EvaluationType.ValueType
|
|
9431
|
-
"""The type of evaluation to use"""
|
|
9432
|
-
def __init__(
|
|
9433
|
-
self,
|
|
9434
|
-
*,
|
|
9435
|
-
user_app_id: proto.clarifai.api.resources_pb2.UserAppIDSet | None = ...,
|
|
9436
|
-
id: builtins.str = ...,
|
|
9437
|
-
ground_truth: proto.clarifai.api.resources_pb2.Search | None = ...,
|
|
9438
|
-
search_to_eval: proto.clarifai.api.resources_pb2.Search | None = ...,
|
|
9439
|
-
data: proto.clarifai.api.resources_pb2.Data | None = ...,
|
|
9440
|
-
evaluation_type: proto.clarifai.api.resources_pb2.EvaluationType.ValueType = ...,
|
|
9441
|
-
) -> None: ...
|
|
9442
|
-
def HasField(
|
|
9443
|
-
self,
|
|
9444
|
-
field_name: typing_extensions.Literal[
|
|
9445
|
-
"data",
|
|
9446
|
-
b"data",
|
|
9447
|
-
"ground_truth",
|
|
9448
|
-
b"ground_truth",
|
|
9449
|
-
"search_to_eval",
|
|
9450
|
-
b"search_to_eval",
|
|
9451
|
-
"user_app_id",
|
|
9452
|
-
b"user_app_id",
|
|
9453
|
-
],
|
|
9454
|
-
) -> builtins.bool: ...
|
|
9455
|
-
def ClearField(
|
|
9456
|
-
self,
|
|
9457
|
-
field_name: typing_extensions.Literal[
|
|
9458
|
-
"data",
|
|
9459
|
-
b"data",
|
|
9460
|
-
"evaluation_type",
|
|
9461
|
-
b"evaluation_type",
|
|
9462
|
-
"ground_truth",
|
|
9463
|
-
b"ground_truth",
|
|
9464
|
-
"id",
|
|
9465
|
-
b"id",
|
|
9466
|
-
"search_to_eval",
|
|
9467
|
-
b"search_to_eval",
|
|
9468
|
-
"user_app_id",
|
|
9469
|
-
b"user_app_id",
|
|
9470
|
-
],
|
|
9471
|
-
) -> None: ...
|
|
9472
|
-
|
|
9473
|
-
global___PostAnnotationSearchMetricsRequest = PostAnnotationSearchMetricsRequest
|
|
9474
|
-
|
|
9475
|
-
@typing_extensions.final
|
|
9476
|
-
class GetAnnotationSearchMetricsRequest(google.protobuf.message.Message):
|
|
9477
|
-
"""GetAnnotationSearchMetricsRequest"""
|
|
9478
|
-
|
|
9479
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
9480
|
-
|
|
9481
|
-
USER_APP_ID_FIELD_NUMBER: builtins.int
|
|
9482
|
-
ID_FIELD_NUMBER: builtins.int
|
|
9483
|
-
@property
|
|
9484
|
-
def user_app_id(self) -> proto.clarifai.api.resources_pb2.UserAppIDSet: ...
|
|
9485
|
-
id: builtins.str
|
|
9486
|
-
"""Unique custom facing id that identifies the eval to get"""
|
|
9487
|
-
def __init__(
|
|
9488
|
-
self,
|
|
9489
|
-
*,
|
|
9490
|
-
user_app_id: proto.clarifai.api.resources_pb2.UserAppIDSet | None = ...,
|
|
9491
|
-
id: builtins.str = ...,
|
|
9492
|
-
) -> None: ...
|
|
9493
|
-
def HasField(
|
|
9494
|
-
self, field_name: typing_extensions.Literal["user_app_id", b"user_app_id"]
|
|
9495
|
-
) -> builtins.bool: ...
|
|
9496
|
-
def ClearField(
|
|
9497
|
-
self, field_name: typing_extensions.Literal["id", b"id", "user_app_id", b"user_app_id"]
|
|
9498
|
-
) -> None: ...
|
|
9499
|
-
|
|
9500
|
-
global___GetAnnotationSearchMetricsRequest = GetAnnotationSearchMetricsRequest
|
|
9501
|
-
|
|
9502
|
-
@typing_extensions.final
|
|
9503
|
-
class ListAnnotationSearchMetricsRequest(google.protobuf.message.Message):
|
|
9504
|
-
"""ListAnnotationSearchMetricsRequest"""
|
|
9505
|
-
|
|
9506
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
9507
|
-
|
|
9508
|
-
USER_APP_ID_FIELD_NUMBER: builtins.int
|
|
9509
|
-
@property
|
|
9510
|
-
def user_app_id(self) -> proto.clarifai.api.resources_pb2.UserAppIDSet: ...
|
|
9511
|
-
def __init__(
|
|
9512
|
-
self,
|
|
9513
|
-
*,
|
|
9514
|
-
user_app_id: proto.clarifai.api.resources_pb2.UserAppIDSet | None = ...,
|
|
9515
|
-
) -> None: ...
|
|
9516
|
-
def HasField(
|
|
9517
|
-
self, field_name: typing_extensions.Literal["user_app_id", b"user_app_id"]
|
|
9518
|
-
) -> builtins.bool: ...
|
|
9519
|
-
def ClearField(
|
|
9520
|
-
self, field_name: typing_extensions.Literal["user_app_id", b"user_app_id"]
|
|
9521
|
-
) -> None: ...
|
|
9522
|
-
|
|
9523
|
-
global___ListAnnotationSearchMetricsRequest = ListAnnotationSearchMetricsRequest
|
|
9524
|
-
|
|
9525
|
-
@typing_extensions.final
|
|
9526
|
-
class MultiAnnotationSearchMetricsResponse(google.protobuf.message.Message):
|
|
9527
|
-
"""MultiAnnotationSearchMetricsResponse"""
|
|
9528
|
-
|
|
9529
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
9530
|
-
|
|
9531
|
-
STATUS_FIELD_NUMBER: builtins.int
|
|
9532
|
-
ANNOTATION_SEARCH_METRICS_FIELD_NUMBER: builtins.int
|
|
9533
|
-
@property
|
|
9534
|
-
def status(self) -> proto.clarifai.api.status.status_pb2.Status:
|
|
9535
|
-
"""Status of the request"""
|
|
9536
|
-
@property
|
|
9537
|
-
def annotation_search_metrics(
|
|
9538
|
-
self,
|
|
9539
|
-
) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[
|
|
9540
|
-
proto.clarifai.api.resources_pb2.AnnotationSearchMetrics
|
|
9541
|
-
]: ...
|
|
9542
|
-
def __init__(
|
|
9543
|
-
self,
|
|
9544
|
-
*,
|
|
9545
|
-
status: proto.clarifai.api.status.status_pb2.Status | None = ...,
|
|
9546
|
-
annotation_search_metrics: collections.abc.Iterable[
|
|
9547
|
-
proto.clarifai.api.resources_pb2.AnnotationSearchMetrics
|
|
9548
|
-
]
|
|
9549
|
-
| None = ...,
|
|
9550
|
-
) -> None: ...
|
|
9551
|
-
def HasField(
|
|
9552
|
-
self, field_name: typing_extensions.Literal["status", b"status"]
|
|
9553
|
-
) -> builtins.bool: ...
|
|
9554
|
-
def ClearField(
|
|
9555
|
-
self,
|
|
9556
|
-
field_name: typing_extensions.Literal[
|
|
9557
|
-
"annotation_search_metrics", b"annotation_search_metrics", "status", b"status"
|
|
9558
|
-
],
|
|
9559
|
-
) -> None: ...
|
|
9560
|
-
|
|
9561
|
-
global___MultiAnnotationSearchMetricsResponse = MultiAnnotationSearchMetricsResponse
|
|
9562
|
-
|
|
9563
9377
|
@typing_extensions.final
|
|
9564
9378
|
class ListAnnotationFiltersRequest(google.protobuf.message.Message):
|
|
9565
9379
|
"""ListAnnotationFiltersRequest"""
|
|
@@ -744,26 +744,6 @@ class V2Stub(object):
|
|
|
744
744
|
request_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.PostSearchesByIDRequest.SerializeToString,
|
|
745
745
|
response_deserializer=wrap_response_deserializer(proto_dot_clarifai_dot_api_dot_service__pb2.MultiSearchResponse),
|
|
746
746
|
)
|
|
747
|
-
self.PostAnnotationSearchMetrics = channel.unary_unary(
|
|
748
|
-
'/clarifai.api.V2/PostAnnotationSearchMetrics',
|
|
749
|
-
request_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.PostAnnotationSearchMetricsRequest.SerializeToString,
|
|
750
|
-
response_deserializer=wrap_response_deserializer(proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse),
|
|
751
|
-
)
|
|
752
|
-
self.GetAnnotationSearchMetrics = channel.unary_unary(
|
|
753
|
-
'/clarifai.api.V2/GetAnnotationSearchMetrics',
|
|
754
|
-
request_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.GetAnnotationSearchMetricsRequest.SerializeToString,
|
|
755
|
-
response_deserializer=wrap_response_deserializer(proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse),
|
|
756
|
-
)
|
|
757
|
-
self.ListAnnotationSearchMetrics = channel.unary_unary(
|
|
758
|
-
'/clarifai.api.V2/ListAnnotationSearchMetrics',
|
|
759
|
-
request_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.ListAnnotationSearchMetricsRequest.SerializeToString,
|
|
760
|
-
response_deserializer=wrap_response_deserializer(proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse),
|
|
761
|
-
)
|
|
762
|
-
self.DeleteAnnotationSearchMetrics = channel.unary_unary(
|
|
763
|
-
'/clarifai.api.V2/DeleteAnnotationSearchMetrics',
|
|
764
|
-
request_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.DeleteAnnotationSearchMetricsRequest.SerializeToString,
|
|
765
|
-
response_deserializer=wrap_response_deserializer(proto_dot_clarifai_dot_api_dot_status_dot_status__pb2.BaseResponse),
|
|
766
|
-
)
|
|
767
747
|
self.DeleteSearch = channel.unary_unary(
|
|
768
748
|
'/clarifai.api.V2/DeleteSearch',
|
|
769
749
|
request_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.DeleteSearchRequest.SerializeToString,
|
|
@@ -2548,34 +2528,6 @@ class V2Servicer(object):
|
|
|
2548
2528
|
context.set_details('Method not implemented!')
|
|
2549
2529
|
raise NotImplementedError('Method not implemented!')
|
|
2550
2530
|
|
|
2551
|
-
def PostAnnotationSearchMetrics(self, request, context):
|
|
2552
|
-
"""Evaluate the results of two search requests
|
|
2553
|
-
"""
|
|
2554
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
2555
|
-
context.set_details('Method not implemented!')
|
|
2556
|
-
raise NotImplementedError('Method not implemented!')
|
|
2557
|
-
|
|
2558
|
-
def GetAnnotationSearchMetrics(self, request, context):
|
|
2559
|
-
"""Get the evaluation results between two search requests
|
|
2560
|
-
"""
|
|
2561
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
2562
|
-
context.set_details('Method not implemented!')
|
|
2563
|
-
raise NotImplementedError('Method not implemented!')
|
|
2564
|
-
|
|
2565
|
-
def ListAnnotationSearchMetrics(self, request, context):
|
|
2566
|
-
"""List the evaluation results between two search requests
|
|
2567
|
-
"""
|
|
2568
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
2569
|
-
context.set_details('Method not implemented!')
|
|
2570
|
-
raise NotImplementedError('Method not implemented!')
|
|
2571
|
-
|
|
2572
|
-
def DeleteAnnotationSearchMetrics(self, request, context):
|
|
2573
|
-
"""DeleteAnnotationSearchMetrics
|
|
2574
|
-
"""
|
|
2575
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
2576
|
-
context.set_details('Method not implemented!')
|
|
2577
|
-
raise NotImplementedError('Method not implemented!')
|
|
2578
|
-
|
|
2579
2531
|
def DeleteSearch(self, request, context):
|
|
2580
2532
|
"""Delete a saved search.
|
|
2581
2533
|
"""
|
|
@@ -4259,26 +4211,6 @@ def add_V2Servicer_to_server(servicer, server):
|
|
|
4259
4211
|
request_deserializer=proto_dot_clarifai_dot_api_dot_service__pb2.PostSearchesByIDRequest.FromString,
|
|
4260
4212
|
response_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.MultiSearchResponse.SerializeToString,
|
|
4261
4213
|
),
|
|
4262
|
-
'PostAnnotationSearchMetrics': grpc.unary_unary_rpc_method_handler(
|
|
4263
|
-
servicer.PostAnnotationSearchMetrics,
|
|
4264
|
-
request_deserializer=proto_dot_clarifai_dot_api_dot_service__pb2.PostAnnotationSearchMetricsRequest.FromString,
|
|
4265
|
-
response_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse.SerializeToString,
|
|
4266
|
-
),
|
|
4267
|
-
'GetAnnotationSearchMetrics': grpc.unary_unary_rpc_method_handler(
|
|
4268
|
-
servicer.GetAnnotationSearchMetrics,
|
|
4269
|
-
request_deserializer=proto_dot_clarifai_dot_api_dot_service__pb2.GetAnnotationSearchMetricsRequest.FromString,
|
|
4270
|
-
response_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse.SerializeToString,
|
|
4271
|
-
),
|
|
4272
|
-
'ListAnnotationSearchMetrics': grpc.unary_unary_rpc_method_handler(
|
|
4273
|
-
servicer.ListAnnotationSearchMetrics,
|
|
4274
|
-
request_deserializer=proto_dot_clarifai_dot_api_dot_service__pb2.ListAnnotationSearchMetricsRequest.FromString,
|
|
4275
|
-
response_serializer=proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse.SerializeToString,
|
|
4276
|
-
),
|
|
4277
|
-
'DeleteAnnotationSearchMetrics': grpc.unary_unary_rpc_method_handler(
|
|
4278
|
-
servicer.DeleteAnnotationSearchMetrics,
|
|
4279
|
-
request_deserializer=proto_dot_clarifai_dot_api_dot_service__pb2.DeleteAnnotationSearchMetricsRequest.FromString,
|
|
4280
|
-
response_serializer=proto_dot_clarifai_dot_api_dot_status_dot_status__pb2.BaseResponse.SerializeToString,
|
|
4281
|
-
),
|
|
4282
4214
|
'DeleteSearch': grpc.unary_unary_rpc_method_handler(
|
|
4283
4215
|
servicer.DeleteSearch,
|
|
4284
4216
|
request_deserializer=proto_dot_clarifai_dot_api_dot_service__pb2.DeleteSearchRequest.FromString,
|
|
@@ -7401,74 +7333,6 @@ class V2(object):
|
|
|
7401
7333
|
options, channel_credentials,
|
|
7402
7334
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
7403
7335
|
|
|
7404
|
-
@staticmethod
|
|
7405
|
-
def PostAnnotationSearchMetrics(request,
|
|
7406
|
-
target,
|
|
7407
|
-
options=(),
|
|
7408
|
-
channel_credentials=None,
|
|
7409
|
-
call_credentials=None,
|
|
7410
|
-
insecure=False,
|
|
7411
|
-
compression=None,
|
|
7412
|
-
wait_for_ready=None,
|
|
7413
|
-
timeout=None,
|
|
7414
|
-
metadata=None):
|
|
7415
|
-
return grpc.experimental.unary_unary(request, target, '/clarifai.api.V2/PostAnnotationSearchMetrics',
|
|
7416
|
-
proto_dot_clarifai_dot_api_dot_service__pb2.PostAnnotationSearchMetricsRequest.SerializeToString,
|
|
7417
|
-
proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse.FromString,
|
|
7418
|
-
options, channel_credentials,
|
|
7419
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
7420
|
-
|
|
7421
|
-
@staticmethod
|
|
7422
|
-
def GetAnnotationSearchMetrics(request,
|
|
7423
|
-
target,
|
|
7424
|
-
options=(),
|
|
7425
|
-
channel_credentials=None,
|
|
7426
|
-
call_credentials=None,
|
|
7427
|
-
insecure=False,
|
|
7428
|
-
compression=None,
|
|
7429
|
-
wait_for_ready=None,
|
|
7430
|
-
timeout=None,
|
|
7431
|
-
metadata=None):
|
|
7432
|
-
return grpc.experimental.unary_unary(request, target, '/clarifai.api.V2/GetAnnotationSearchMetrics',
|
|
7433
|
-
proto_dot_clarifai_dot_api_dot_service__pb2.GetAnnotationSearchMetricsRequest.SerializeToString,
|
|
7434
|
-
proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse.FromString,
|
|
7435
|
-
options, channel_credentials,
|
|
7436
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
7437
|
-
|
|
7438
|
-
@staticmethod
|
|
7439
|
-
def ListAnnotationSearchMetrics(request,
|
|
7440
|
-
target,
|
|
7441
|
-
options=(),
|
|
7442
|
-
channel_credentials=None,
|
|
7443
|
-
call_credentials=None,
|
|
7444
|
-
insecure=False,
|
|
7445
|
-
compression=None,
|
|
7446
|
-
wait_for_ready=None,
|
|
7447
|
-
timeout=None,
|
|
7448
|
-
metadata=None):
|
|
7449
|
-
return grpc.experimental.unary_unary(request, target, '/clarifai.api.V2/ListAnnotationSearchMetrics',
|
|
7450
|
-
proto_dot_clarifai_dot_api_dot_service__pb2.ListAnnotationSearchMetricsRequest.SerializeToString,
|
|
7451
|
-
proto_dot_clarifai_dot_api_dot_service__pb2.MultiAnnotationSearchMetricsResponse.FromString,
|
|
7452
|
-
options, channel_credentials,
|
|
7453
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
7454
|
-
|
|
7455
|
-
@staticmethod
|
|
7456
|
-
def DeleteAnnotationSearchMetrics(request,
|
|
7457
|
-
target,
|
|
7458
|
-
options=(),
|
|
7459
|
-
channel_credentials=None,
|
|
7460
|
-
call_credentials=None,
|
|
7461
|
-
insecure=False,
|
|
7462
|
-
compression=None,
|
|
7463
|
-
wait_for_ready=None,
|
|
7464
|
-
timeout=None,
|
|
7465
|
-
metadata=None):
|
|
7466
|
-
return grpc.experimental.unary_unary(request, target, '/clarifai.api.V2/DeleteAnnotationSearchMetrics',
|
|
7467
|
-
proto_dot_clarifai_dot_api_dot_service__pb2.DeleteAnnotationSearchMetricsRequest.SerializeToString,
|
|
7468
|
-
proto_dot_clarifai_dot_api_dot_status_dot_status__pb2.BaseResponse.FromString,
|
|
7469
|
-
options, channel_credentials,
|
|
7470
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
7471
|
-
|
|
7472
7336
|
@staticmethod
|
|
7473
7337
|
def DeleteSearch(request,
|
|
7474
7338
|
target,
|
|
@@ -102,6 +102,7 @@ class _SEnumTypeWrapper(
|
|
|
102
102
|
Workflows_Delete: _S.ValueType # 21
|
|
103
103
|
"""To delete we need read/write."""
|
|
104
104
|
WorkflowMetrics_Get: _S.ValueType # 96
|
|
105
|
+
"""DEPRECATED"""
|
|
105
106
|
WorkflowMetrics_Add: _S.ValueType # 97
|
|
106
107
|
WorkflowMetrics_Delete: _S.ValueType # 98
|
|
107
108
|
TSNEVisualizations_Add: _S.ValueType # 24
|
|
@@ -171,7 +172,9 @@ class _SEnumTypeWrapper(
|
|
|
171
172
|
LabelOrders_Delete: _S.ValueType # 69
|
|
172
173
|
"""To delete label orders we need read/write"""
|
|
173
174
|
FindDuplicateAnnotationsJobs_Add: _S.ValueType # 102
|
|
174
|
-
"""CRUD on FindDuplicateAnnotationsJobs table
|
|
175
|
+
"""CRUD on FindDuplicateAnnotationsJobs table
|
|
176
|
+
DEPRECATED
|
|
177
|
+
"""
|
|
175
178
|
FindDuplicateAnnotationsJobs_Get: _S.ValueType # 103
|
|
176
179
|
FindDuplicateAnnotationsJobs_Delete: _S.ValueType # 104
|
|
177
180
|
Datasets_Get: _S.ValueType # 105
|
|
@@ -354,6 +357,7 @@ Deprecated.
|
|
|
354
357
|
Workflows_Delete: S.ValueType # 21
|
|
355
358
|
"""To delete we need read/write."""
|
|
356
359
|
WorkflowMetrics_Get: S.ValueType # 96
|
|
360
|
+
"""DEPRECATED"""
|
|
357
361
|
WorkflowMetrics_Add: S.ValueType # 97
|
|
358
362
|
WorkflowMetrics_Delete: S.ValueType # 98
|
|
359
363
|
TSNEVisualizations_Add: S.ValueType # 24
|
|
@@ -423,7 +427,9 @@ LabelOrders_Add: S.ValueType # 68
|
|
|
423
427
|
LabelOrders_Delete: S.ValueType # 69
|
|
424
428
|
"""To delete label orders we need read/write"""
|
|
425
429
|
FindDuplicateAnnotationsJobs_Add: S.ValueType # 102
|
|
426
|
-
"""CRUD on FindDuplicateAnnotationsJobs table
|
|
430
|
+
"""CRUD on FindDuplicateAnnotationsJobs table
|
|
431
|
+
DEPRECATED
|
|
432
|
+
"""
|
|
427
433
|
FindDuplicateAnnotationsJobs_Get: S.ValueType # 103
|
|
428
434
|
FindDuplicateAnnotationsJobs_Delete: S.ValueType # 104
|
|
429
435
|
Datasets_Get: S.ValueType # 105
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
clarifai_grpc/__init__.py,sha256=
|
|
1
|
+
clarifai_grpc/__init__.py,sha256=hzH2Ho16eQu0RlfKgp6tpopiwdr518IIpQVa0huqg7o,1441
|
|
2
2
|
clarifai_grpc/channel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
clarifai_grpc/channel/clarifai_channel.py,sha256=fGqFlagWzKhRny-RAxbKlXT9_k9HohPs9yCKmkkQZ5c,5770
|
|
4
4
|
clarifai_grpc/channel/errors.py,sha256=VUoLZLLcIfI2nOGlz1dzbOKQJhGodOO98pSSjlsRD6s,183
|
|
@@ -10,12 +10,12 @@ clarifai_grpc/channel/custom_converters/custom_dict_to_message.py,sha256=aAOjcIG
|
|
|
10
10
|
clarifai_grpc/channel/custom_converters/custom_message_to_dict.py,sha256=w-GeM4wYO5WcmjDjykw2wbXVpfy-A0_mkO9-3bPW4FE,3699
|
|
11
11
|
clarifai_grpc/grpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
clarifai_grpc/grpc/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
-
clarifai_grpc/grpc/api/resources_pb2.py,sha256=
|
|
14
|
-
clarifai_grpc/grpc/api/resources_pb2.pyi,sha256=
|
|
13
|
+
clarifai_grpc/grpc/api/resources_pb2.py,sha256=Z8yz4dH_jz5ym-HDd7_jSkara4i37WIlAzzSLLEOuTE,156640
|
|
14
|
+
clarifai_grpc/grpc/api/resources_pb2.pyi,sha256=3qlSeubfRGqHM0ML65xQ7h1H30JUm-bvjkNbMKaQDfI,649570
|
|
15
15
|
clarifai_grpc/grpc/api/resources_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
16
|
-
clarifai_grpc/grpc/api/service_pb2.py,sha256=
|
|
17
|
-
clarifai_grpc/grpc/api/service_pb2.pyi,sha256=
|
|
18
|
-
clarifai_grpc/grpc/api/service_pb2_grpc.py,sha256=
|
|
16
|
+
clarifai_grpc/grpc/api/service_pb2.py,sha256=pz_T3TLDIWMOyZCLByT0BfKzf7PeU1biqMsyeiz0VZQ,343460
|
|
17
|
+
clarifai_grpc/grpc/api/service_pb2.pyi,sha256=yZDBzugw5zmuUxKDrLU0wsidhw1V7vNH7ERIXY3szh8,637185
|
|
18
|
+
clarifai_grpc/grpc/api/service_pb2_grpc.py,sha256=Dguk4BZW5AHUwxhM0urECgh2LMs1_2rGP0WdzG8aNOk,513935
|
|
19
19
|
clarifai_grpc/grpc/api/status/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
clarifai_grpc/grpc/api/status/status_code_pb2.py,sha256=kZDMaRt8egpCvMFiYI3qgQw-N4J7OTX14WIC57LJ3Wo,26113
|
|
21
21
|
clarifai_grpc/grpc/api/status/status_code_pb2.pyi,sha256=xnbK_yfLkGatzd4wg358-x7ghvD-WvLZDQ8bTbnism0,65530
|
|
@@ -36,7 +36,7 @@ clarifai_grpc/grpc/api/utils/test_proto_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8
|
|
|
36
36
|
clarifai_grpc/grpc/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
37
|
clarifai_grpc/grpc/auth/scope/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
clarifai_grpc/grpc/auth/scope/scope_pb2.py,sha256=w0zWKaIRouOoXFt0IXIwvqFKWwGdrWvfrgnqRlotYQg,27494
|
|
39
|
-
clarifai_grpc/grpc/auth/scope/scope_pb2.pyi,sha256=
|
|
39
|
+
clarifai_grpc/grpc/auth/scope/scope_pb2.pyi,sha256=GcFZHKmkAxXTwLzLARM91R4wh7bEY4Lp88QD2zHtrmU,21152
|
|
40
40
|
clarifai_grpc/grpc/auth/scope/scope_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
41
41
|
clarifai_grpc/grpc/auth/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
42
42
|
clarifai_grpc/grpc/auth/types/types_pb2.py,sha256=009fUNv2HGn-RikE5Bljy7N6RC_Y28vAypyRE2D08zg,1460
|
|
@@ -46,8 +46,8 @@ clarifai_grpc/grpc/auth/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
|
46
46
|
clarifai_grpc/grpc/auth/util/extension_pb2.py,sha256=Fnx7qS6aB9HsjxzALVRrGZm_1RAvUnWN-ZG3P6_AurA,2612
|
|
47
47
|
clarifai_grpc/grpc/auth/util/extension_pb2.pyi,sha256=k4sOr3PHePx3u7zP2ZghKMLc_xF2O4E-vKYsQO1ZdSw,3288
|
|
48
48
|
clarifai_grpc/grpc/auth/util/extension_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
49
|
-
clarifai_grpc-11.10.
|
|
50
|
-
clarifai_grpc-11.10.
|
|
51
|
-
clarifai_grpc-11.10.
|
|
52
|
-
clarifai_grpc-11.10.
|
|
53
|
-
clarifai_grpc-11.10.
|
|
49
|
+
clarifai_grpc-11.10.8.dist-info/licenses/LICENSE,sha256=GuQZ4iPZUwh44duTbVr7ZzYp_SaJDLR9MvzU7YqlZXM,555
|
|
50
|
+
clarifai_grpc-11.10.8.dist-info/METADATA,sha256=qjDGIxjKKGHzRFK2Udpu7fEoJ0jcQY0Ua27qAw6zkuM,4428
|
|
51
|
+
clarifai_grpc-11.10.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
52
|
+
clarifai_grpc-11.10.8.dist-info/top_level.txt,sha256=azOUiixWkDpdb3gn_YNgz8sbAfhNvZuC3_9qI7hNQac,14
|
|
53
|
+
clarifai_grpc-11.10.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|