Skip to content

Commit a3dfc9c

Browse files
committed
style: fix overload and cli autocomplete
1 parent e55e68d commit a3dfc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jina/serve/executors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ def serve(
10841084
:param port_monitoring: The port on which the prometheus server is exposed, default is a random port between [49152, 65535]
10851085
:param prefer_platform: The preferred target Docker platform. (e.g. "linux/amd64", "linux/arm64")
10861086
:param protocol: Communication protocol of the server exposed by the Executor. This can be a single value or a list of protocols, depending on your chosen Gateway. Choose the convenient protocols from: ['GRPC', 'HTTP', 'WEBSOCKET'].
1087-
:param provider: If set, Executor is translated to a custom container compatible with the chosen provider. Choose the convenient providers from: ['NONE', 'SAGEMAKER'].
1087+
:param provider: If set, Executor is translated to a custom container compatible with the chosen provider. Choose the convenient providers from: ['NONE', 'SAGEMAKER', 'GCP'].
10881088
:param py_modules: The customized python modules need to be imported before loading the executor
10891089
10901090
Note that the recommended way is to only import a single module - a simple python file, if your

0 commit comments

Comments
 (0)