Package org.opensearch.index.rankeval
Class RankEvalResponse
java.lang.Object
org.opensearch.transport.TransportMessage
org.opensearch.transport.TransportResponse
org.opensearch.action.ActionResponse
org.opensearch.index.rankeval.RankEvalResponse
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
public class RankEvalResponse extends ActionResponse implements ToXContentObject
Returns the results for a
The response contains a detailed section for each evaluation query in the request and possible failures that happened when execution individual queries.
RankEvalRequest.The response contains a detailed section for each evaluation query in the request and possible failures that happened when execution individual queries.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.transport.TransportResponse
TransportResponse.EmptyNested classes/interfaces inherited from interface org.opensearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.opensearch.common.io.stream.Writeable
Writeable.Reader<V extends java.lang.Object>, Writeable.Writer<V extends java.lang.Object> -
Field Summary
-
Constructor Summary
Constructors Constructor Description RankEvalResponse(double metricScore, java.util.Map<java.lang.String,EvalQueryQuality> partialResults, java.util.Map<java.lang.String,java.lang.Exception> failures) -
Method Summary
Modifier and Type Method Description static RankEvalResponsefromXContent(XContentParser parser)java.util.Map<java.lang.String,java.lang.Exception>getFailures()doublegetMetricScore()java.util.Map<java.lang.String,EvalQueryQuality>getPartialResults()java.lang.StringtoString()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)
-
Constructor Details
-
RankEvalResponse
public RankEvalResponse(double metricScore, java.util.Map<java.lang.String,EvalQueryQuality> partialResults, java.util.Map<java.lang.String,java.lang.Exception> failures)
-
-
Method Details
-
getMetricScore
public double getMetricScore() -
getPartialResults
-
getFailures
public java.util.Map<java.lang.String,java.lang.Exception> getFailures() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
writeTo
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
fromXContent
- Throws:
java.io.IOException
-