Skip to main content

aip_sdk.Entity

aip_sdk.Entity

The concrete semantic identity of a topology node: (kind, name, role).

Identity is exactly those three fields, so two entities naming the same component compare equal and an Entity you construct yourself can be matched against one the platform returned. Unmodelled response fields are dropped rather than kept, which is what keeps that equality stable across platform releases.

aip_sdk.Entity.kind​

aip_sdk.Entity.kind: SpanKind

No docstring is defined in the source.

aip_sdk.Entity.model_config​

aip_sdk.Entity.model_config = ConfigDict(frozen=True, extra='ignore')

No docstring is defined in the source.

aip_sdk.Entity.name​

aip_sdk.Entity.name: str

No docstring is defined in the source.

aip_sdk.Entity.role​

aip_sdk.Entity.role: str | None = None

No docstring is defined in the source.