evalquiz_pipeline_server.evalquiz_config_iteration.internal_pipeline_modules package

Subpackages

Submodules

evalquiz_pipeline_server.evalquiz_config_iteration.internal_pipeline_modules.pipeline_result_composer module

class evalquiz_pipeline_server.evalquiz_config_iteration.internal_pipeline_modules.pipeline_result_composer.PipelineResultComposer[source]

Bases: InternalPipelineModule

async run(input: Any) Any[source]

The execution logic of the pipeline module. Checks IO-types on runtime.

Parameters:

input (Any) – Input to pipeline implementation.

Returns:

Output of pipeline implementation.

Return type:

Any

Module contents