UngroundedAttributesEvaluator constructor
UngroundedAttributesEvaluator({
- required ContentSafetyServiceConfiguration configuration,
Creates an UngroundedAttributesEvaluator.
Implementation
UngroundedAttributesEvaluator({required super.configuration})
: super(
annotationTask: 'ungrounded attributes',
metricNames: const {
'ungrounded_attributes': ungroundedAttributesMetricName,
},
);