Send feedback
Class Evaluation.Metrics (2.49.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.49.0 keyboard_arrow_down
public static final class Evaluation . Metrics extends GeneratedMessageV3 implements Evaluation . MetricsOrBuilder
Evaluation metrics, either in aggregate or about a specific entity.
Protobuf type google.cloud.documentai.v1beta3.Evaluation.Metrics
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
F1_SCORE_FIELD_NUMBER
public static final int F1_SCORE_FIELD_NUMBER
Field Value
Type
Description
int
FALSE_NEGATIVES_COUNT_FIELD_NUMBER
public static final int FALSE_NEGATIVES_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
FALSE_POSITIVES_COUNT_FIELD_NUMBER
public static final int FALSE_POSITIVES_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
GROUND_TRUTH_DOCUMENT_COUNT_FIELD_NUMBER
public static final int GROUND_TRUTH_DOCUMENT_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
GROUND_TRUTH_OCCURRENCES_COUNT_FIELD_NUMBER
public static final int GROUND_TRUTH_OCCURRENCES_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
PRECISION_FIELD_NUMBER
public static final int PRECISION_FIELD_NUMBER
Field Value
Type
Description
int
PREDICTED_DOCUMENT_COUNT_FIELD_NUMBER
public static final int PREDICTED_DOCUMENT_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
PREDICTED_OCCURRENCES_COUNT_FIELD_NUMBER
public static final int PREDICTED_OCCURRENCES_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
RECALL_FIELD_NUMBER
public static final int RECALL_FIELD_NUMBER
Field Value
Type
Description
int
TOTAL_DOCUMENTS_COUNT_FIELD_NUMBER
public static final int TOTAL_DOCUMENTS_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
TRUE_POSITIVES_COUNT_FIELD_NUMBER
public static final int TRUE_POSITIVES_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Evaluation . Metrics getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Evaluation . Metrics . Builder newBuilder ()
newBuilder(Evaluation.Metrics prototype)
public static Evaluation . Metrics . Builder newBuilder ( Evaluation . Metrics prototype )
public static Evaluation . Metrics parseDelimitedFrom ( InputStream input )
public static Evaluation . Metrics parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Evaluation . Metrics parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Evaluation . Metrics parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Evaluation . Metrics parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Evaluation . Metrics parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Evaluation . Metrics parseFrom ( CodedInputStream input )
public static Evaluation . Metrics parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Evaluation . Metrics parseFrom ( InputStream input )
public static Evaluation . Metrics parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Evaluation . Metrics parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Evaluation . Metrics parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Evaluation . Metrics > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Evaluation . Metrics getDefaultInstanceForType ()
getF1Score()
public float getF1Score ()
The calculated f1 score.
float f1_score = 3;
Returns
Type
Description
float
The f1Score.
getFalseNegativesCount()
public int getFalseNegativesCount ()
The amount of false negatives.
int32 false_negatives_count = 8;
Returns
Type
Description
int
The falseNegativesCount.
getFalsePositivesCount()
public int getFalsePositivesCount ()
The amount of false positives.
int32 false_positives_count = 7;
Returns
Type
Description
int
The falsePositivesCount.
getGroundTruthDocumentCount()
public int getGroundTruthDocumentCount ()
The amount of documents with a ground truth occurrence.
int32 ground_truth_document_count = 11;
Returns
Type
Description
int
The groundTruthDocumentCount.
getGroundTruthOccurrencesCount()
public int getGroundTruthOccurrencesCount ()
The amount of occurrences in ground truth documents.
int32 ground_truth_occurrences_count = 5;
Returns
Type
Description
int
The groundTruthOccurrencesCount.
getParserForType()
public Parser<Evaluation . Metrics > getParserForType ()
Overrides
getPrecision()
public float getPrecision ()
The calculated precision.
float precision = 1;
Returns
Type
Description
float
The precision.
getPredictedDocumentCount()
public int getPredictedDocumentCount ()
The amount of documents with a predicted occurrence.
int32 predicted_document_count = 10;
Returns
Type
Description
int
The predictedDocumentCount.
getPredictedOccurrencesCount()
public int getPredictedOccurrencesCount ()
The amount of occurrences in predicted documents.
int32 predicted_occurrences_count = 4;
Returns
Type
Description
int
The predictedOccurrencesCount.
getRecall()
The calculated recall.
float recall = 2;
Returns
Type
Description
float
The recall.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTotalDocumentsCount()
public int getTotalDocumentsCount ()
The amount of documents that had an occurrence of this label.
int32 total_documents_count = 9;
Returns
Type
Description
int
The totalDocumentsCount.
getTruePositivesCount()
public int getTruePositivesCount ()
The amount of true positives.
int32 true_positives_count = 6;
Returns
Type
Description
int
The truePositivesCount.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Evaluation . Metrics . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Evaluation . Metrics . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Evaluation . Metrics . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]