aip_sdk.ResolvedPartition
aip_sdk.ResolvedPartition = Annotated[SpanPartition | TracePartition | SessionPartition, Field(discriminator='partition_type')]
One resolved partition: a span, trace, or session target, tagged by partition_type.