Interface EvaluationMetric.Result
-
- All Superinterfaces:
ToXContent,ToXContentObject
- Enclosing interface:
- EvaluationMetric
public static interface EvaluationMetric.Result extends ToXContentObject
The result of an evaluation metric
-
-
Nested Class Summary
-
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 StringgetMetricName()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
-
getMetricName
String getMetricName()
Returns the name of the metric
-
-