java.lang.Object
org.elasticsearch.client.ml.inference.preprocessing.Multi.Builder
Enclosing class:
Multi

public static class Multi.Builder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Builder​(java.util.List<PreProcessor> processors)  
  • Method Summary

    Modifier and Type Method Description
    Multi build()  
    Multi.Builder setCustom​(boolean custom)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder​(java.util.List<PreProcessor> processors)
  • Method Details

    • setCustom

      public Multi.Builder setCustom​(boolean custom)
    • build

      public Multi build()