jina.helper module jina.helper module jina.helper.batch_iterator(data, batch_size, axis=0)[source] Get an iterator of batches of data. For example: .. highlight:: python .. c...
jina.enums module jina.enums module Miscellaneous enums used in Jina. To use these enums in YAML config, following the example below: chunk_idx : uses : index / chunk . y...
jina.excepts module jina.excepts module This modules defines all kinds of exceptions raised in Jina. class jina.excepts.BaseJinaExeception[source] Bases: object A base clas...
jina.checker module jina.checker module class jina.checker.NetworkChecker(args)[source] Bases: object Check if a BaseDeployment is running or not. Create a new NetworkCheck...