public interface PointwiseMetricResultOrBuilder 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 pointwise 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 pointwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for explanation. |
getScore()
public abstract float getScore()
Output only. Pointwise metric score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
float |
The score. |
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. |
hasScore()
public abstract boolean hasScore()
Output only. Pointwise metric score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the score field is set. |