source_column
Optional original column if this feature is derived from an embeddingExamples
Creating a feature from a general embedding column:Attributes
Type discriminator; fixed as
CustomFeatureType.FROM_VECTOR.Number of k-means clusters used for drift detection (default
5).Cluster centroids in the embedded space; populated during training.
Name of the vector (embedding) column this feature is derived from.
classmethod validate_n_clusters()
Returns
int