Interface EvaluationMetric
-
- All Superinterfaces:
ToXContent,ToXContentObject
public interface EvaluationMetric extends ToXContentObject
Defines an evaluation metric
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEvaluationMetric.ResultThe result of an evaluation metric-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of the metric-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the metric
-
-