GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics constructor

GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics({
  1. double? auprc,
  2. double? auprcExact,
  3. List<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics>? confidenceLevelMetrics,
  4. List<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics>? confidenceLevelMetricsExact,
  5. double? estimatedCalibrationError,
  6. double? estimatedCalibrationErrorExact,
  7. String? metricsType,
})

Implementation

GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics({
  this.auprc,
  this.auprcExact,
  this.confidenceLevelMetrics,
  this.confidenceLevelMetricsExact,
  this.estimatedCalibrationError,
  this.estimatedCalibrationErrorExact,
  this.metricsType,
});