jina.parsers.orchestrate.runtimes.remote module
Argparser module for remote runtime
jina.parsers.orchestrate.runtimes.remote.mixin_remote_runtime_parser(parser)[source]
Add the options for a remote Executor :param parser: the parser
jina.parsers.orchestrate.runtimes.remote.mixin_client_gateway_parser(parser)[source]
Add the options for the client connecting to the Gateway :param parser: the parser
jina.parsers.orchestrate.runtimes.remote.mixin_gateway_parser(parser)[source]
Add the options for remote expose at the Gateway :param parser: the parser
jina.parsers.orchestrate.runtimes.remote.mixin_http_gateway_parser(parser=None)[source]
Add the options to rest server
Parameters
parser – the parser
jina.parsers.orchestrate.runtimes.remote.mixin_prefetch_parser(parser=None)[source]
Add the options for prefetching :param parser: the parser
jina.parsers.orchestrate.runtimes.remote.mixin_compressor_parser(parser=None)[source]
Add the options for compressors :param parser: the parser