EvaluationMetric.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)