Class GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics
Metrics for text extraction evaluation results.
Inheritance
GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics : IDirectResponseSchema
Properties
ConfidenceMetrics
Metrics that have confidence thresholds. Precision-recall curve can be derived from them.
Declaration
[JsonProperty("confidenceMetrics")]
public virtual IList<GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics> ConfidenceMetrics { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics> |
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 GoogleCloudAiplatformV1SchemaModelevaluationMetricsConfusionMatrix ConfusionMatrix { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaModelevaluationMetricsConfusionMatrix |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |