Class DefaultDetectorDescription
- java.lang.Object
-
- org.elasticsearch.client.ml.job.config.DefaultDetectorDescription
-
public final class DefaultDetectorDescription extends java.lang.Object
-
-
Method Detail
-
of
public static java.lang.String of(Detector detector)
Returns the default description for the givendetector- Parameters:
detector- theDetectorfor which a default description is requested- Returns:
- the default description
-
appendOn
public static void appendOn(Detector detector, java.lang.StringBuilder sb)
Appends to the givenStringBuilderthe default description for the givendetector- Parameters:
detector- theDetectorfor which a default description is requestedsb- theStringBuilderto append to
-
-