View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics (google_api_ai_platform v0.13.0)
Metrics for text extraction evaluation results.
Attributes
-
confidenceMetrics
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics.t)
, default:nil
) - Metrics that have confidence thresholds. Precision-recall curve can be derived from them. -
confusionMatrix
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsConfusionMatrix.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetrics{ confidenceMetrics: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics.t() ] | nil, confusionMatrix: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsConfusionMatrix.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.