Class FilterRef
java.lang.Object
co.elastic.clients.elasticsearch.ml.FilterRef
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FilterRef>Json deserializer forFilterRef -
Method Summary
Modifier and TypeMethodDescriptionfinal StringfilterId()Required - The identifier for the filter.final FilterTypeIf set toinclude, the rule applies for values in the filter.static FilterRefvoidserialize(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 forFilterRef
-
-
Method Details
-
of
-
filterId
Required - The identifier for the filter.API name:
filter_id -
filterType
If set toinclude, the rule applies for values in the filter. If set toexclude, the rule applies for values not in the filter.API name:
filter_type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFilterRefDeserializer
-