Class DefaultDetectorDescription
java.lang.Object
org.elasticsearch.client.ml.job.config.DefaultDetectorDescription
public final class DefaultDetectorDescription
extends java.lang.Object
-
Method Details
-
of
Returns the default description for the givendetector- Parameters:
detector- theDetectorfor which a default description is requested- Returns:
- the default description
-
appendOn
Appends to the givenStringBuilderthe default description for the givendetector- Parameters:
detector- theDetectorfor which a default description is requestedsb- theStringBuilderto append to
-