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