aip_sdk.TopologyGraph
aip_sdk.TopologyGraph
An aggregate structural summary of a dataset version's agent traces.
aip_sdk.TopologyGraph.edges
aip_sdk.TopologyGraph.edges: list[TopologyEdge] = Field(default_factory=list[TopologyEdge])
No docstring is defined in the source.
aip_sdk.TopologyGraph.model_config
aip_sdk.TopologyGraph.model_config = ConfigDict(extra='allow')
No docstring is defined in the source.
aip_sdk.TopologyGraph.node_for
aip_sdk.TopologyGraph.node_for(entity: Entity) -> TopologyNode | None
Return the node whose entity matches entity, or None.
Parameters
entityEntity: The entity identity to look up.
Returns
TopologyNode | None: The matching node, orNoneif no node has that entity.
aip_sdk.TopologyGraph.nodes
aip_sdk.TopologyGraph.nodes: list[TopologyNode] = Field(default_factory=list[TopologyNode])
No docstring is defined in the source.