Class EvaluateDataFrameRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.EvaluateDataFrameRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class EvaluateDataFrameRequest
extends RequestBase
implements JsonpSerializable
Evaluates the data frame analytics for an annotated index. The API packages together commonly used evaluation metrics for various types of machine learning features. This has been designed for use on indexes created by data frame analytics. Evaluation requires both a ground truth field and an analytics result field to be present.
See Also:
API specification