clarifai-grpc 12.0.7__py3-none-any.whl → 12.0.9__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 +609 -607
- clarifai_grpc/grpc/api/resources_pb2.pyi +54 -0
- clarifai_grpc/grpc/api/service_pb2.py +408 -406
- clarifai_grpc/grpc/api/service_pb2.pyi +14 -1
- {clarifai_grpc-12.0.7.dist-info → clarifai_grpc-12.0.9.dist-info}/METADATA +1 -1
- {clarifai_grpc-12.0.7.dist-info → clarifai_grpc-12.0.9.dist-info}/RECORD +10 -10
- {clarifai_grpc-12.0.7.dist-info → clarifai_grpc-12.0.9.dist-info}/WHEEL +0 -0
- {clarifai_grpc-12.0.7.dist-info → clarifai_grpc-12.0.9.dist-info}/licenses/LICENSE +0 -0
- {clarifai_grpc-12.0.7.dist-info → clarifai_grpc-12.0.9.dist-info}/top_level.txt +0 -0
|
@@ -11149,6 +11149,7 @@ class ListTasksRequest(google.protobuf.message.Message):
|
|
|
11149
11149
|
IDS_FIELD_NUMBER: builtins.int
|
|
11150
11150
|
INPUT_SOURCE_TYPE_FIELD_NUMBER: builtins.int
|
|
11151
11151
|
INPUT_SOURCE_IDS_FIELD_NUMBER: builtins.int
|
|
11152
|
+
WORKER_IDS_FIELD_NUMBER: builtins.int
|
|
11152
11153
|
@property
|
|
11153
11154
|
def user_app_id(self) -> proto.clarifai.api.resources_pb2.UserAppIDSet: ...
|
|
11154
11155
|
page: builtins.int
|
|
@@ -11163,7 +11164,9 @@ class ListTasksRequest(google.protobuf.message.Message):
|
|
|
11163
11164
|
def worker_user_ids(
|
|
11164
11165
|
self,
|
|
11165
11166
|
) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
11166
|
-
"""Get tasks that have ANY user from this list assigned as worker.
|
|
11167
|
+
"""Get tasks that have ANY user from this list assigned as worker.
|
|
11168
|
+
Deprecated: Use worker_ids.
|
|
11169
|
+
"""
|
|
11167
11170
|
@property
|
|
11168
11171
|
def review_user_ids(
|
|
11169
11172
|
self,
|
|
@@ -11210,6 +11213,12 @@ class ListTasksRequest(google.protobuf.message.Message):
|
|
|
11210
11213
|
self,
|
|
11211
11214
|
) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
11212
11215
|
"""(optional) ids of input source to be filtered"""
|
|
11216
|
+
@property
|
|
11217
|
+
def worker_ids(
|
|
11218
|
+
self,
|
|
11219
|
+
) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[
|
|
11220
|
+
proto.clarifai.api.resources_pb2.WorkerIDSet
|
|
11221
|
+
]: ...
|
|
11213
11222
|
def __init__(
|
|
11214
11223
|
self,
|
|
11215
11224
|
*,
|
|
@@ -11224,6 +11233,8 @@ class ListTasksRequest(google.protobuf.message.Message):
|
|
|
11224
11233
|
ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
11225
11234
|
input_source_type: proto.clarifai.api.resources_pb2.TaskInputSource.TaskInputSourceType.ValueType = ...,
|
|
11226
11235
|
input_source_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
11236
|
+
worker_ids: collections.abc.Iterable[proto.clarifai.api.resources_pb2.WorkerIDSet]
|
|
11237
|
+
| None = ...,
|
|
11227
11238
|
) -> None: ...
|
|
11228
11239
|
def HasField(
|
|
11229
11240
|
self, field_name: typing_extensions.Literal["user_app_id", b"user_app_id"]
|
|
@@ -11251,6 +11262,8 @@ class ListTasksRequest(google.protobuf.message.Message):
|
|
|
11251
11262
|
b"review_user_ids",
|
|
11252
11263
|
"user_app_id",
|
|
11253
11264
|
b"user_app_id",
|
|
11265
|
+
"worker_ids",
|
|
11266
|
+
b"worker_ids",
|
|
11254
11267
|
"worker_user_ids",
|
|
11255
11268
|
b"worker_user_ids",
|
|
11256
11269
|
],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
clarifai_grpc/__init__.py,sha256=
|
|
1
|
+
clarifai_grpc/__init__.py,sha256=dEZ5fDV6bk5OnY7hA9rivJP-5DIBZq4hz6W_xkretgw,1440
|
|
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,11 +10,11 @@ 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=NzmxkwyOxk1SCC-vBylCfUUVZRFWYJOD7dszPCkTIVk,160228
|
|
14
|
+
clarifai_grpc/grpc/api/resources_pb2.pyi,sha256=khF2soBJpNjMaLf48hXkhZPC2MHm-HFzxvLVuq_Yl5o,665810
|
|
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=
|
|
16
|
+
clarifai_grpc/grpc/api/service_pb2.py,sha256=nYYAff5zS5SawqgEBWLbdjD1d-h4esjzss5LFoPrW7c,361155
|
|
17
|
+
clarifai_grpc/grpc/api/service_pb2.pyi,sha256=450HWRUi1vAKIzp5RREDMeO-d29pQ0qq4XL7yVQy7Ao,671061
|
|
18
18
|
clarifai_grpc/grpc/api/service_pb2_grpc.py,sha256=-8vhsYxsybt9msolKgHEu-Iaj_-8LrQ5rczbHnBxyVk,538600
|
|
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=2bQwv79kcH4K3sd40JjVVMnyyGEnjEj0C6nYgXoNq5Q,26668
|
|
@@ -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-12.0.
|
|
50
|
-
clarifai_grpc-12.0.
|
|
51
|
-
clarifai_grpc-12.0.
|
|
52
|
-
clarifai_grpc-12.0.
|
|
53
|
-
clarifai_grpc-12.0.
|
|
49
|
+
clarifai_grpc-12.0.9.dist-info/licenses/LICENSE,sha256=GuQZ4iPZUwh44duTbVr7ZzYp_SaJDLR9MvzU7YqlZXM,555
|
|
50
|
+
clarifai_grpc-12.0.9.dist-info/METADATA,sha256=mRwZsiw3CE4ZP1eq43_VhiyUEQFpNlkM8pzAwRstjI8,4427
|
|
51
|
+
clarifai_grpc-12.0.9.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
52
|
+
clarifai_grpc-12.0.9.dist-info/top_level.txt,sha256=azOUiixWkDpdb3gn_YNgz8sbAfhNvZuC3_9qI7hNQac,14
|
|
53
|
+
clarifai_grpc-12.0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|