Estimation Result

pydantic model graphdatascience.procedure_surface.api.estimation_result.EstimationResult
field bytes_max: int
field bytes_min: int
field heap_percentage_max: float
field heap_percentage_min: float
field map_view: dict[str, Any]
field node_count: int
field relationship_count: int
field required_memory: str
field tree_view: str
static from_cypher(cypher_result: dict[str, Any]) EstimationResult
Parameters:

cypher_result (dict[str, Any])

Return type:

EstimationResult