jina.parsers package
Subpackages
Submodules
- jina.parsers.base module
- jina.parsers.client module
- jina.parsers.deprecated module
- jina.parsers.export_api module
- jina.parsers.flow module
- jina.parsers.helloworld module
- jina.parsers.helper module
- jina.parsers.ping module
Module contents
jina.parsers.set_pod_parser(parser=None)[source]
Set the parser for the Pod
Parameters
parser – an optional existing parser to build upon
Returns
the parser
jina.parsers.set_deployment_parser(parser=None)[source]
Set the parser for the Deployment
Parameters
parser – an optional existing parser to build upon
Returns
the parser
jina.parsers.set_gateway_parser(parser=None)[source]
Set the parser for the gateway arguments
Parameters
parser – an optional existing parser to build upon
Returns
the parser
jina.parsers.set_client_cli_parser(parser=None)[source]
Set the parser for the cli client
Parameters
parser – an optional existing parser to build upon
Returns
the parser
jina.parsers.set_help_parser(parser=None)[source]
Set the parser for the jina help lookup
Parameters
parser – an optional existing parser to build upon
Returns
the parser
jina.parsers.get_main_parser()[source]
The main parser for Jina
Returns
the parser