Skip to content

Commit

Permalink
GRPC clients version 10.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clarifai-prod committed Jun 20, 2024
1 parent 31b7ae2 commit 86283cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.5.2
10.5.3
2 changes: 1 addition & 1 deletion clarifai_grpc/channel/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from clarifai_grpc.channel.errors import ApiError

CLIENT_VERSION = "10.5.2"
CLIENT_VERSION = "10.5.3"
OS_VER = os.sys.platform
PYTHON_VERSION = ".".join(
map(
Expand Down
6 changes: 3 additions & 3 deletions clarifai_grpc/grpc/api/resources_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3386,7 +3386,7 @@ class OutputInfo(google.protobuf.message.Message):
our JSON REST APIs). This allows each ModelType to define the set of fields, their default values
and description of each field so that we can display those in Portal and make the creation of
Model's very extensible. The OutputConfig object will eventually go away in favor of
infer_params struct.
output_info.params struct.
"""

DESCRIPTOR: google.protobuf.descriptor.Descriptor
Expand All @@ -3402,7 +3402,7 @@ class OutputInfo(google.protobuf.message.Message):
"""List of concepts or other output related data for the model."""
@property
def output_config(self) -> global___OutputConfig:
"""Model configuration...going away in favor of infer_params and train_params over time.
"""Model configuration...going away in favor of output_info.params and train_params over time.
TO BE DEPRECATED
"""
message: builtins.str
Expand Down Expand Up @@ -3542,7 +3542,7 @@ global___ImportInfo = ImportInfo
@typing_extensions.final
class OutputConfig(google.protobuf.message.Message):
"""OutputConfig is a collection of parameters controlling either inference or training settings for
the given Model. This message will be deprecated over time in favor or infer_params and
the given Model. This message will be deprecated over time in favor or output_info.params and
train_params in OutputInfo which are cleaner and more extensible for many ModelTypes.
"""

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="clarifai-grpc",
version="10.5.2",
version="10.5.3",
author="Clarifai",
author_email="support@clarifai.com",
description="Clarifai gRPC API Client",
Expand Down

0 comments on commit 86283cd

Please sign in to comment.