Provider.resume_gnn()
Resumes a suspended previously created GNN engine.
Parameters
Section titled “Parameters”| Name | Type | Description | Optional |
|---|---|---|---|
name | str | Name of the GNN engine to resume | No |
Returns
Section titled “Returns”True if the engine was successfully resumed.
Example
Section titled “Example”provider.resume_gnn(name="my_engine")