Class MlFilter
java.lang.Object
org.elasticsearch.client.ml.job.config.MlFilter
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
An MlFilter Object
A filter contains a list of strings.
It can be used by one or more jobs.
Specifically, filters are referenced in the custom_rules property of detector configuration objects.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.elasticsearch.common.xcontent.ParseFieldstatic org.elasticsearch.common.xcontent.ParseFieldstatic org.elasticsearch.common.xcontent.ParseFieldstatic org.elasticsearch.common.xcontent.ObjectParser<MlFilter.Builder,Void>static org.elasticsearch.common.xcontent.ParseFieldstatic org.elasticsearch.common.xcontent.ParseFieldFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionstatic MlFilter.BuilderCreates a new Builder object for creating an MlFilter objectbooleangetId()getItems()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
TYPE
public static final org.elasticsearch.common.xcontent.ParseField TYPE -
ID
public static final org.elasticsearch.common.xcontent.ParseField ID -
DESCRIPTION
public static final org.elasticsearch.common.xcontent.ParseField DESCRIPTION -
ITEMS
public static final org.elasticsearch.common.xcontent.ParseField ITEMS -
RESULTS_FIELD
public static final org.elasticsearch.common.xcontent.ParseField RESULTS_FIELD -
PARSER
-
-
Method Details
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
getId
-
getDescription
-
getItems
-
equals
-
hashCode
public int hashCode() -
builder
Creates a new Builder object for creating an MlFilter object- Parameters:
filterId- The ID of the filter to create
-