EvaluationMetric.Context Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt of stelt u eventuele EvaluationContexts op die door de IEvaluator evaluatie zijn beschouwd als onderdeel van de evaluatie die de huidige EvaluationMetricheeft geproduceerd.
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)