public interface RunEvaluationResultMetricsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStatus()
public abstract EvaluationResult.Outcome getStatus()Output only. The status of the evaluation result metrics calculation.
.google.cloud.ces.v1beta.EvaluationResult.Outcome status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EvaluationResult.Outcome |
The status. |
getStatusValue()
public abstract int getStatusValue()Output only. The status of the evaluation result metrics calculation.
.google.cloud.ces.v1beta.EvaluationResult.Outcome status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for status. |