Skip to content

hsml.core.explicit_provenance #

Artifact #

model_registry_id property #

Id of the model registry in which the artifact is located.

name property #

Name of the artifact.

version property #

Version of the artifact.

accessible property #

List of objects which are part of the provenance graph requested.

These entities exist in the feature store and the user has access to them.

deleted property #

deleted: list[Artifact]

List of objects which contains minimal information (name, version) about the entities (feature views, training datasets) they represent.

These entities have been removed from the feature store.

faulty property #

faulty: list[Artifact]

List of objects which contains minimal information (name, version) about the entities (feature views, training datasets) they represent.

These entities exist in the feature store, however they are corrupted.

inaccessible property #

inaccessible: list[Artifact]

List of objects which contains minimal information (name, version) about the entities (feature views, training datasets) they represent.

These entities exist in the feature store, however the user does not have access to them anymore.