Skip to content

hsfs.core.explicit_provenance #

[source] Artifact #

[source] feature_store_name property #

Name of the feature store 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 (storage connectors, feature groups, feature views, models) they represent.

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

[source] inaccessible property #

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

[source] accessible property #

List of [StorageConnectors|FeatureGroups|FeatureViews|Models] 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.

[source] faulty property #

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