Skip to main content

aip_sdk.Provenance

aip_sdk.Provenance

How a canonical field was produced, most to least trusted.

Use it to judge how much to rely on a field: CONVENTION_DERIVED was mapped losslessly from a recognised tracing convention, SKILL_EMITTED was written at the source in the platform's own vocabulary, and BLOB_EXTRACTED was recovered from an unstructured payload and is the least reliable.

aip_sdk.Provenance.BLOB_EXTRACTED​

aip_sdk.Provenance.BLOB_EXTRACTED = 'blob-extracted'

No docstring is defined in the source.

aip_sdk.Provenance.CONVENTION_DERIVED​

aip_sdk.Provenance.CONVENTION_DERIVED = 'convention-derived'

No docstring is defined in the source.

aip_sdk.Provenance.SKILL_EMITTED​

aip_sdk.Provenance.SKILL_EMITTED = 'skill-emitted'

No docstring is defined in the source.