Package com.google.cloud.automl.v1beta1
Interface TextSentimentProto.TextSentimentEvaluationMetricsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextSentimentProto.TextSentimentEvaluationMetrics
,TextSentimentProto.TextSentimentEvaluationMetrics.Builder
- Enclosing class:
- TextSentimentProto
public static interface TextSentimentProto.TextSentimentEvaluationMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getAnnotationSpecId(int index)
Deprecated.google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated.com.google.protobuf.ByteString
getAnnotationSpecIdBytes(int index)
Deprecated.google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated.int
getAnnotationSpecIdCount()
Deprecated.google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated.List<String>
getAnnotationSpecIdList()
Deprecated.google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated.ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix
getConfusionMatrix()
Output only.ClassificationProto.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrecision
float getPrecision()
Output only. Precision.
float precision = 1;
- Returns:
- The precision.
-
getRecall
float getRecall()
Output only. Recall.
float recall = 2;
- Returns:
- The recall.
-
getF1Score
float getF1Score()
Output only. The harmonic mean of recall and precision.
float f1_score = 3;
- Returns:
- The f1Score.
-
getMeanAbsoluteError
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;
- Returns:
- The meanAbsoluteError.
-
getMeanSquaredError
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;
- Returns:
- The meanSquaredError.
-
getLinearKappa
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;
- Returns:
- The linearKappa.
-
getQuadraticKappa
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;
- Returns:
- The quadraticKappa.
-
hasConfusionMatrix
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.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
- Returns:
- Whether the confusionMatrix field is set.
-
getConfusionMatrix
ClassificationProto.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.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
- Returns:
- The confusionMatrix.
-
getConfusionMatrixOrBuilder
ClassificationProto.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.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
-
getAnnotationSpecIdList
@Deprecated List<String> getAnnotationSpecIdList()
Deprecated.google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77Output only. The annotation spec ids used for this evaluation. Deprecated .
repeated string annotation_spec_id = 9 [deprecated = true];
- Returns:
- A list containing the annotationSpecId.
-
getAnnotationSpecIdCount
@Deprecated int getAnnotationSpecIdCount()
Deprecated.google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77Output only. The annotation spec ids used for this evaluation. Deprecated .
repeated string annotation_spec_id = 9 [deprecated = true];
- Returns:
- The count of annotationSpecId.
-
getAnnotationSpecId
@Deprecated String getAnnotationSpecId(int index)
Deprecated.google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77Output only. The annotation spec ids used for this evaluation. Deprecated .
repeated string annotation_spec_id = 9 [deprecated = true];
- Parameters:
index
- The index of the element to return.- Returns:
- The annotationSpecId at the given index.
-
getAnnotationSpecIdBytes
@Deprecated com.google.protobuf.ByteString getAnnotationSpecIdBytes(int index)
Deprecated.google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77Output only. The annotation spec ids used for this evaluation. Deprecated .
repeated string annotation_spec_id = 9 [deprecated = true];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the annotationSpecId at the given index.
-
-