Interface QaQuestion.MetricsOrBuilder (2.54.0)

public static interface QaQuestion.MetricsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccuracy()

public abstract double getAccuracy()

Output only. Accuracy of the model. Measures the percentage of correct answers the model gave on the test set.

double accuracy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The accuracy.