public interface TextSentimentEvaluationMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClassificationEvaluationMetrics.ConfusionMatrix |
getConfusionMatrix()
Output only.
|
ClassificationEvaluationMetrics.ConfusionMatrixOrBuilder |
getConfusionMatrixOrBuilder()
Output only.
|
float |
getF1Score()
Output only.
|
float |
getLinearKappa()
Output only.
|
float |
getMeanAbsoluteError()
Output only.
|
float |
getMeanSquaredError()
Output only.
|
float |
getPrecision()
Output only.
|
float |
getQuadraticKappa()
Output only.
|
float |
getRecall()
Output only.
|
boolean |
hasConfusionMatrix()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getPrecision()
Output only. Precision.
float precision = 1;float getRecall()
Output only. Recall.
float recall = 2;float getF1Score()
Output only. The harmonic mean of recall and precision.
float f1_score = 3;float getMeanAbsoluteError()
Output only. Mean absolute error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
float mean_absolute_error = 4;float getMeanSquaredError()
Output only. Mean squared error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
float mean_squared_error = 5;float getLinearKappa()
Output only. Linear weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
float linear_kappa = 6;float getQuadraticKappa()
Output only. Quadratic weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
float quadratic_kappa = 7;boolean hasConfusionMatrix()
Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
.google.cloud.automl.v1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
ClassificationEvaluationMetrics.ConfusionMatrix getConfusionMatrix()
Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
.google.cloud.automl.v1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
ClassificationEvaluationMetrics.ConfusionMatrixOrBuilder getConfusionMatrixOrBuilder()
Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
.google.cloud.automl.v1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
Copyright © 2025 Google LLC. All rights reserved.