public interface PairwiseMetricResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExplanation()
Output only.
|
com.google.protobuf.ByteString |
getExplanationBytes()
Output only.
|
PairwiseChoice |
getPairwiseChoice()
Output only.
|
int |
getPairwiseChoiceValue()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPairwiseChoiceValue()
Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1beta1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
PairwiseChoice getPairwiseChoice()
Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1beta1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getExplanation()
Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getExplanationBytes()
Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.