Skip to content

hsfs.core.explicit_provenance #

Artifact #

feature_store_name property #

Name of the feature store in which the artifact is located.

name property #

Name of the artifact.

version property #

Version of the artifact.

deleted property #

deleted: list[Artifact]

List of objects which contains minimal information (name, version) about the entities (storage connectors, feature groups, feature views, models) they represent.

These entities have been removed from the feature store/model registry.

inaccessible property #

inaccessible: list[Artifact]

List of objects which contains minimal information (name, version) about the entities (storage connectors, feature groups, feature views, models) they represent.

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

accessible property #

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

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

faulty property #

faulty: list[Artifact]

List of objects which contains minimal information (name, version) about the entities (storage connectors, feature groups, feature views, models) they represent.

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