Interface PreProcessor
- All Superinterfaces:
NamedXContentObject,ToXContent,ToXContentObject
- All Known Implementing Classes:
CustomWordEmbedding,FrequencyEncoding,OneHotEncoding,TargetMeanEncoding
public interface PreProcessor extends NamedXContentObject
Describes a pre-processor for a defined machine learning model
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()
-
Method Details
-
getName
java.lang.String getName()- Specified by:
getNamein interfaceNamedXContentObject- Returns:
- The name of the pre-processor
-