Skip to content

hsml.core.explicit_provenance #

[source] Artifact #

[source] model_registry_id property #

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

[source] name property #

Name of the artifact.

[source] version property #

Version of the artifact.

[source] deleted property #

List of [Artifact 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.

[source] inaccessible property #

List of [Artifact 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.

[source] accessible property #

List of [FeatureView|TrainingDataset objects] objects which are part of the provenance graph requested.

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

[source] faulty property #

List of [Artifact 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.