name
Function Usage
Obtains the name of a graph builder.
Prototype
1 | name(self) -> str |
Parameters
None
Returns
(str) Graph builder name.
Constraints
If the value fails to be obtained, RuntimeError is thrown.
Parent topic: GraphBuilder
Obtains the name of a graph builder.
1 | name(self) -> str |
None
(str) Graph builder name.
If the value fails to be obtained, RuntimeError is thrown.