public final class TextSentimentEvaluationMetrics extends com.google.protobuf.GeneratedMessageV3 implements TextSentimentEvaluationMetricsOrBuilder
Model evaluation metrics for text sentiment problems.Protobuf type
google.cloud.automl.v1.TextSentimentEvaluationMetrics| Modifier and Type | Class and Description |
|---|---|
static class |
TextSentimentEvaluationMetrics.Builder
Model evaluation metrics for text sentiment problems.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONFUSION_MATRIX_FIELD_NUMBER |
static int |
F1_SCORE_FIELD_NUMBER |
static int |
LINEAR_KAPPA_FIELD_NUMBER |
static int |
MEAN_ABSOLUTE_ERROR_FIELD_NUMBER |
static int |
MEAN_SQUARED_ERROR_FIELD_NUMBER |
static int |
PRECISION_FIELD_NUMBER |
static int |
QUADRATIC_KAPPA_FIELD_NUMBER |
static int |
RECALL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ClassificationEvaluationMetrics.ConfusionMatrix |
getConfusionMatrix()
Output only.
|
ClassificationEvaluationMetrics.ConfusionMatrixOrBuilder |
getConfusionMatrixOrBuilder()
Output only.
|
static TextSentimentEvaluationMetrics |
getDefaultInstance() |
TextSentimentEvaluationMetrics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
float |
getF1Score()
Output only.
|
float |
getLinearKappa()
Output only.
|
float |
getMeanAbsoluteError()
Output only.
|
float |
getMeanSquaredError()
Output only.
|
com.google.protobuf.Parser<TextSentimentEvaluationMetrics> |
getParserForType() |
float |
getPrecision()
Output only.
|
float |
getQuadraticKappa()
Output only.
|
float |
getRecall()
Output only.
|
int |
getSerializedSize() |
boolean |
hasConfusionMatrix()
Output only.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TextSentimentEvaluationMetrics.Builder |
newBuilder() |
static TextSentimentEvaluationMetrics.Builder |
newBuilder(TextSentimentEvaluationMetrics prototype) |
TextSentimentEvaluationMetrics.Builder |
newBuilderForType() |
protected TextSentimentEvaluationMetrics.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TextSentimentEvaluationMetrics |
parseDelimitedFrom(InputStream input) |
static TextSentimentEvaluationMetrics |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSentimentEvaluationMetrics |
parseFrom(byte[] data) |
static TextSentimentEvaluationMetrics |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSentimentEvaluationMetrics |
parseFrom(ByteBuffer data) |
static TextSentimentEvaluationMetrics |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSentimentEvaluationMetrics |
parseFrom(com.google.protobuf.ByteString data) |
static TextSentimentEvaluationMetrics |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSentimentEvaluationMetrics |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TextSentimentEvaluationMetrics |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSentimentEvaluationMetrics |
parseFrom(InputStream input) |
static TextSentimentEvaluationMetrics |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TextSentimentEvaluationMetrics> |
parser() |
TextSentimentEvaluationMetrics.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PRECISION_FIELD_NUMBER
public static final int RECALL_FIELD_NUMBER
public static final int F1_SCORE_FIELD_NUMBER
public static final int MEAN_ABSOLUTE_ERROR_FIELD_NUMBER
public static final int MEAN_SQUARED_ERROR_FIELD_NUMBER
public static final int LINEAR_KAPPA_FIELD_NUMBER
public static final int QUADRATIC_KAPPA_FIELD_NUMBER
public static final int CONFUSION_MATRIX_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public float getPrecision()
Output only. Precision.
float precision = 1;getPrecision in interface TextSentimentEvaluationMetricsOrBuilderpublic float getRecall()
Output only. Recall.
float recall = 2;getRecall in interface TextSentimentEvaluationMetricsOrBuilderpublic float getF1Score()
Output only. The harmonic mean of recall and precision.
float f1_score = 3;getF1Score in interface TextSentimentEvaluationMetricsOrBuilderpublic 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;getMeanAbsoluteError in interface TextSentimentEvaluationMetricsOrBuilderpublic 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;getMeanSquaredError in interface TextSentimentEvaluationMetricsOrBuilderpublic 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;getLinearKappa in interface TextSentimentEvaluationMetricsOrBuilderpublic 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;getQuadraticKappa in interface TextSentimentEvaluationMetricsOrBuilderpublic 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;
hasConfusionMatrix in interface TextSentimentEvaluationMetricsOrBuilderpublic 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;
getConfusionMatrix in interface TextSentimentEvaluationMetricsOrBuilderpublic 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;
getConfusionMatrixOrBuilder in interface TextSentimentEvaluationMetricsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TextSentimentEvaluationMetrics parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TextSentimentEvaluationMetrics parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TextSentimentEvaluationMetrics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TextSentimentEvaluationMetrics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TextSentimentEvaluationMetrics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TextSentimentEvaluationMetrics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TextSentimentEvaluationMetrics parseFrom(InputStream input) throws IOException
IOExceptionpublic static TextSentimentEvaluationMetrics parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TextSentimentEvaluationMetrics parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TextSentimentEvaluationMetrics parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TextSentimentEvaluationMetrics parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TextSentimentEvaluationMetrics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TextSentimentEvaluationMetrics.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TextSentimentEvaluationMetrics.Builder newBuilder()
public static TextSentimentEvaluationMetrics.Builder newBuilder(TextSentimentEvaluationMetrics prototype)
public TextSentimentEvaluationMetrics.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TextSentimentEvaluationMetrics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TextSentimentEvaluationMetrics getDefaultInstance()
public static com.google.protobuf.Parser<TextSentimentEvaluationMetrics> parser()
public com.google.protobuf.Parser<TextSentimentEvaluationMetrics> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TextSentimentEvaluationMetrics getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.