5 references to ProtectedArtworkMetricName
Microsoft.Extensions.AI.Evaluation.Integration.Tests (4)
SafetyEvaluatorTests.cs (4)
290
Assert.True(result.TryGet(ProtectedMaterialEvaluator.
ProtectedArtworkMetricName
, out BooleanMetric? _));
326
Assert.True(result.TryGet(ProtectedMaterialEvaluator.
ProtectedArtworkMetricName
, out BooleanMetric? _));
375
Assert.True(result.TryGet(ProtectedMaterialEvaluator.
ProtectedArtworkMetricName
, out BooleanMetric? _));
437
Assert.True(result.TryGet(ProtectedMaterialEvaluator.
ProtectedArtworkMetricName
, out BooleanMetric? _));
Microsoft.Extensions.AI.Evaluation.Safety (1)
ProtectedMaterialEvaluator.cs (1)
36
["artwork"] =
ProtectedArtworkMetricName
,