Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics

Metrics for text extraction evaluation results.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics : IDirectResponseSchema

Properties

ConfidenceMetrics

Metrics that have confidence thresholds. Precision-recall curve can be derived from them.

Declaration
[JsonProperty("confidenceMetrics")]
public virtual IList<GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics> ConfidenceMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics>

ConfusionMatrix

Confusion matrix of the evaluation. Only set for Models where number of AnnotationSpecs is no more than 10. Only set for ModelEvaluations, not for ModelEvaluationSlices.

Declaration
[JsonProperty("confusionMatrix")]
public virtual GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix ConfusionMatrix { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsConfusionMatrix

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX