Skip to main content

aip_sdk.PartitionType

aip_sdk.PartitionType

The evaluation-target shape a trace PartitionSelector resolves to.

SESSION — one occurrence per session, pooling every trace it contains. TRACE — one occurrence per trace. SPAN — one occurrence per span (optionally narrowed to a given kind).

aip_sdk.PartitionType.SESSION​

aip_sdk.PartitionType.SESSION = 'session'

No docstring is defined in the source.

aip_sdk.PartitionType.SPAN​

aip_sdk.PartitionType.SPAN = 'span'

No docstring is defined in the source.

aip_sdk.PartitionType.TRACE​

aip_sdk.PartitionType.TRACE = 'trace'

No docstring is defined in the source.