bayesline.api.Task.get_result# abstract Task.get_result() → T# Get the result of the completed task. Returns# TThe result of the task. Raises# TaskErrorIf the task failed or is not yet complete.