relationalai.app.enable_warm_reasoner()
enable_warm_reasoner(type STRING, reasoner_size STRING)A procedure that enables a warm reasoner for the specified reasoner type and size.
Warm reasoners are pre-provisioned and kept running so that creating/resuming a reasoner can be faster.
Requires the app_admin application role.
Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
type | STRING | Reasoner type. For example, 'logic'. |
reasoner_size | STRING | Reasoner size (instance family), for example 'HIGHMEM_X64_S'. |
Returns
Section titled “Returns”STRING
Example
Section titled “Example”Enable a warm logic reasoner of size HIGHMEM_X64_S:
CALL relationalai.app.enable_warm_reasoner('logic', 'HIGHMEM_X64_S');See Warm Reasoners for limitations and operational details.