GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics constructor
GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics({
- double? auprc,
- double? auprcExact,
- List<
GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics> ? confidenceLevelMetrics, - List<
GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics> ? confidenceLevelMetricsExact, - double? estimatedCalibrationError,
- double? estimatedCalibrationErrorExact,
- String? metricsType,
Implementation
GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics({
this.auprc,
this.auprcExact,
this.confidenceLevelMetrics,
this.confidenceLevelMetricsExact,
this.estimatedCalibrationError,
this.estimatedCalibrationErrorExact,
this.metricsType,
});