Class Filter
java.lang.Object
co.elastic.clients.elasticsearch.ml.Filter
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Filter>Json deserializer forFilter -
Method Summary
Modifier and TypeMethodDescriptionfinal StringA description of the filter.final StringfilterId()Required - A string that uniquely identifies a filter.items()Required - An array of strings which is the filter item list.static Filtervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forFilter
-
-
Method Details
-
of
-
description
A description of the filter.API name:
description -
filterId
Required - A string that uniquely identifies a filter.API name:
filter_id -
items
Required - An array of strings which is the filter item list.API name:
items -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFilterDeserializer
-