Skip to main content

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

  • entity Entity: The entity identity to look up.

Returns

  • TopologyNode | None: The matching node, or None if 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.