bayesline.apiclient.AsyncPydanticTaskClient.is_ready

bayesline.apiclient.AsyncPydanticTaskClient.is_ready#

async AsyncPydanticTaskClient.is_ready() bool#

Check if the task has completed and the result is ready.

Returns#

bool

True if the task is complete and result can be retrieved, False otherwise.