public interface PointwiseMetricResultOrBuilder
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.
|
float |
getScore()
Output only.
|
boolean |
hasCustomOutput()
Output only.
|
boolean |
hasScore()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasScore()
Output only. Pointwise metric score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];float getScore()
Output only. Pointwise metric score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getExplanation()
Output only. Explanation for pointwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getExplanationBytes()
Output only. Explanation for pointwise 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.