Analyzealpha
- class Analyzealpha(inputs)[source]
Bases:
StandardTaskTemplateAttributes Summary
Methods Summary
analyse(results)Analyze the result from the task preparing operation.
prepare()Prepare job requests for execution.
Attributes Documentation
- is_multi_vis_task = True
Methods Documentation
- analyse(results: AnalyzealphaResults) AnalyzealphaResults[source]
Analyze the result from the task preparing operation.
This method analyzes the result object returned by the Pipeline task.prepare method and returns it with optional modifications.
- Parameters:
result -- the task result object generated by
prepare()- Return type:
Result