Feature Key Type

class mlops_client.feature_store.feature_key.FeatureKey

This class is used to build a feature key.

Object building functions:
  • with_key_name (str): The name of the feature key.

  • with_key_value_type (FeatureValueType): The type of the feature key.

  • build: Returns a complete instance of the object.

Returns:

FeatureKey: A feature key.