public interface PairwiseMetricResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExplanation()
public abstract String getExplanation()
Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The explanation. |
getExplanationBytes()
public abstract ByteString getExplanationBytes()
Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for explanation. |
getPairwiseChoice()
public abstract PairwiseChoice getPairwiseChoice()
Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
PairwiseChoice |
The pairwiseChoice. |
getPairwiseChoiceValue()
public abstract int getPairwiseChoiceValue()
Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for pairwiseChoice. |