Feature Source Type

class mlops_client.inference_server.feature_source_type.FeatureSourceType(value)

FeatureSourceType is an enumeration of the possible sources of features for a feature set.

FEATURE_TABLE: The feature set is based on a feature table. REQUEST_BODY: The feature set is based on a request body. REQUEST_BODY_KEY: The feature set is based on a request body key.