public interface PairwiseMetricResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomOutput |
getCustomOutput()
Output only.
|
CustomOutputOrBuilder |
getCustomOutputOrBuilder()
Output only.
|
String |
getExplanation()
Output only.
|
com.google.protobuf.ByteString |
getExplanationBytes()
Output only.
|
PairwiseChoice |
getPairwiseChoice()
Output only.
|
int |
getPairwiseChoiceValue()
Output only.
|
boolean |
hasCustomOutput()
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];boolean hasCustomOutput()
Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomOutput getCustomOutput()
Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomOutputOrBuilder getCustomOutputOrBuilder()
Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.