public interface PairwiseMetricResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomOutput()
public abstract CustomOutput getCustomOutput()
Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
CustomOutput |
The customOutput. |
getCustomOutputOrBuilder()
public abstract CustomOutputOrBuilder getCustomOutputOrBuilder()
Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
CustomOutputOrBuilder |
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.v1beta1.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.v1beta1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for pairwiseChoice. |
hasCustomOutput()
public abstract boolean hasCustomOutput()
Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the customOutput field is set. |