EvaluationMetric.Context Property

Definition

Gets or sets any EvaluationContexts that were considered by the IEvaluator as part of the evaluation that produced the current EvaluationMetric.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::AI::Evaluation::EvaluationContext ^> ^ Context { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::AI::Evaluation::EvaluationContext ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::AI::Evaluation::EvaluationContext ^> ^ value); };
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.AI.Evaluation.EvaluationContext>? Context { get; set; }
member this.Context : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.AI.Evaluation.EvaluationContext> with get, set
Public Property Context As IDictionary(Of String, EvaluationContext)

Property Value

Applies to