UngroundedAttributesEvaluator constructor

UngroundedAttributesEvaluator({
  1. required ContentSafetyServiceConfiguration configuration,
})

Implementation

UngroundedAttributesEvaluator({required super.configuration})
    : super(
        annotationTask: 'ungrounded attributes',
        metricNames: const {
          'ungrounded_attributes': ungroundedAttributesMetricName,
        },
      );