clarifai-grpc 12.0.10__py3-none-any.whl → 12.0.12__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 +450 -450
- clarifai_grpc/grpc/api/resources_pb2.pyi +7 -1
- {clarifai_grpc-12.0.10.dist-info → clarifai_grpc-12.0.12.dist-info}/METADATA +1 -1
- {clarifai_grpc-12.0.10.dist-info → clarifai_grpc-12.0.12.dist-info}/RECORD +8 -8
- {clarifai_grpc-12.0.10.dist-info → clarifai_grpc-12.0.12.dist-info}/WHEEL +0 -0
- {clarifai_grpc-12.0.10.dist-info → clarifai_grpc-12.0.12.dist-info}/licenses/LICENSE +0 -0
- {clarifai_grpc-12.0.10.dist-info → clarifai_grpc-12.0.12.dist-info}/top_level.txt +0 -0
|
@@ -3085,7 +3085,7 @@ class FrameInfo(google.protobuf.message.Message):
|
|
|
3085
3085
|
"""
|
|
3086
3086
|
time: builtins.int
|
|
3087
3087
|
"""time in the video in milliseconds. This is independent of the sampling rates used during
|
|
3088
|
-
processing.
|
|
3088
|
+
processing. Changed from uint32 to uint64 to support video livestreams longer than 49.7 days.
|
|
3089
3089
|
"""
|
|
3090
3090
|
number: builtins.int
|
|
3091
3091
|
"""The absolute number of the frame in the (original) video
|
|
@@ -6660,6 +6660,7 @@ class ModelVersion(google.protobuf.message.Message):
|
|
|
6660
6660
|
BUILD_INFO_FIELD_NUMBER: builtins.int
|
|
6661
6661
|
METHOD_SIGNATURES_FIELD_NUMBER: builtins.int
|
|
6662
6662
|
SPECIAL_HANDLING_FIELD_NUMBER: builtins.int
|
|
6663
|
+
NUM_THREADS_FIELD_NUMBER: builtins.int
|
|
6663
6664
|
id: builtins.str
|
|
6664
6665
|
@property
|
|
6665
6666
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
@@ -6746,6 +6747,8 @@ class ModelVersion(google.protobuf.message.Message):
|
|
|
6746
6747
|
global___SpecialHandling
|
|
6747
6748
|
]:
|
|
6748
6749
|
"""List of special handling instructions for this model version."""
|
|
6750
|
+
num_threads: builtins.int
|
|
6751
|
+
"""The number of threads to use for this model version."""
|
|
6749
6752
|
def __init__(
|
|
6750
6753
|
self,
|
|
6751
6754
|
*,
|
|
@@ -6773,6 +6776,7 @@ class ModelVersion(google.protobuf.message.Message):
|
|
|
6773
6776
|
build_info: global___BuildInfo | None = ...,
|
|
6774
6777
|
method_signatures: collections.abc.Iterable[global___MethodSignature] | None = ...,
|
|
6775
6778
|
special_handling: collections.abc.Iterable[global___SpecialHandling] | None = ...,
|
|
6779
|
+
num_threads: builtins.int = ...,
|
|
6776
6780
|
) -> None: ...
|
|
6777
6781
|
def HasField(
|
|
6778
6782
|
self,
|
|
@@ -6840,6 +6844,8 @@ class ModelVersion(google.protobuf.message.Message):
|
|
|
6840
6844
|
b"metrics",
|
|
6841
6845
|
"modified_at",
|
|
6842
6846
|
b"modified_at",
|
|
6847
|
+
"num_threads",
|
|
6848
|
+
b"num_threads",
|
|
6843
6849
|
"output_info",
|
|
6844
6850
|
b"output_info",
|
|
6845
6851
|
"pretrained_model_config",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
clarifai_grpc/__init__.py,sha256=
|
|
1
|
+
clarifai_grpc/__init__.py,sha256=7b6BxCnqx_bbtwSTFCtcsQhTGJokaHD2pWhD6PB2wVs,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,8 +10,8 @@ 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=Wi8CIy9rMkT9mKI4c1RTxscVYm6mWKdMHVHMh739SX0,160276
|
|
14
|
+
clarifai_grpc/grpc/api/resources_pb2.pyi,sha256=sQ5dfud2ebf6JwUAX3OLWez_L3Uv8VXmR3A7GpPOFrU,666124
|
|
15
15
|
clarifai_grpc/grpc/api/resources_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
16
16
|
clarifai_grpc/grpc/api/service_pb2.py,sha256=nYYAff5zS5SawqgEBWLbdjD1d-h4esjzss5LFoPrW7c,361155
|
|
17
17
|
clarifai_grpc/grpc/api/service_pb2.pyi,sha256=450HWRUi1vAKIzp5RREDMeO-d29pQ0qq4XL7yVQy7Ao,671061
|
|
@@ -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.12.dist-info/licenses/LICENSE,sha256=GuQZ4iPZUwh44duTbVr7ZzYp_SaJDLR9MvzU7YqlZXM,555
|
|
50
|
+
clarifai_grpc-12.0.12.dist-info/METADATA,sha256=FbzPpyc24Rt51TAn6STK2Vaq-1CefEMv7EcX3TfUyfY,4428
|
|
51
|
+
clarifai_grpc-12.0.12.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
52
|
+
clarifai_grpc-12.0.12.dist-info/top_level.txt,sha256=azOUiixWkDpdb3gn_YNgz8sbAfhNvZuC3_9qI7hNQac,14
|
|
53
|
+
clarifai_grpc-12.0.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|