Skip to content

relationalai.api.resume_reasoner_async()

resume_reasoner_async(type STRING, name STRING)

A procedure that resumes a suspended reasoner without blocking until it is fully ready. Requires the eng_admin application role.

NameTypeDescription
typeSTRINGReasoner type. Valid values: 'logic', 'prescriptive', 'predictive'. Case-insensitive.
nameSTRINGReasoner name (case-sensitive).

A table with the following columns:

ColumnTypeDescription
NAMESTRINGReasoner name.
TYPESTRINGReasoner type.
MESSAGESTRINGA message describing the result.

Resume a logic reasoner named my_reasoner:

CALL relationalai.api.resume_reasoner_async('logic', 'my_reasoner');