aip_sdk.PartitionOutcome
aip_sdk.PartitionOutcome
What became of a partition when a new dataset version was derived from the one it sat on.
A partition is pinned to a dataset version, so a derivation carries it across explicitly;
only NAME_COLLISION means the evaluation target did not follow the data.
aip_sdk.PartitionOutcome.ALREADY_PRESENT
aip_sdk.PartitionOutcome.ALREADY_PRESENT = 'already_present'
No docstring is defined in the source.
aip_sdk.PartitionOutcome.MIGRATED
aip_sdk.PartitionOutcome.MIGRATED = 'migrated'
No docstring is defined in the source.
aip_sdk.PartitionOutcome.NAME_COLLISION
aip_sdk.PartitionOutcome.NAME_COLLISION = 'name_collision'
No docstring is defined in the source.