Enum Evaluation.MultiConfidenceMetrics.MetricsType (2.45.0)

public enum Evaluation.MultiConfidenceMetrics.MetricsType extends Enum<Evaluation.MultiConfidenceMetrics.MetricsType> implements ProtocolMessageEnum

A type that determines how metrics should be interpreted.

Protobuf enum google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics.MetricsType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AGGREGATE

Indicates whether metrics for this particular label type represent an aggregate of metrics for other types instead of being based on actual TP/FP/FN values for the label type. Metrics for parent (i.e., non-leaf) entity types are an aggregate of metrics for their children.

AGGREGATE = 1;

AGGREGATE_VALUE

Indicates whether metrics for this particular label type represent an aggregate of metrics for other types instead of being based on actual TP/FP/FN values for the label type. Metrics for parent (i.e., non-leaf) entity types are an aggregate of metrics for their children.

AGGREGATE = 1;

METRICS_TYPE_UNSPECIFIED

The metrics type is unspecified. By default, metrics without a particular specification are for leaf entity types (i.e., top-level entity types without child types, or child types which are not parent types themselves).

METRICS_TYPE_UNSPECIFIED = 0;

METRICS_TYPE_UNSPECIFIED_VALUE

The metrics type is unspecified. By default, metrics without a particular specification are for leaf entity types (i.e., top-level entity types without child types, or child types which are not parent types themselves).

METRICS_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()