EvaluationResult.Metrics 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.
A collection of one or more EvaluationMetrics that represent the result of an evaluation.
public:
property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::AI::Evaluation::EvaluationMetric ^> ^ Metrics { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::AI::Evaluation::EvaluationMetric ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::AI::Evaluation::EvaluationMetric ^> ^ value); };
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.AI.Evaluation.EvaluationMetric> Metrics { get; set; }
member this.Metrics : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.AI.Evaluation.EvaluationMetric> with get, set
Public Property Metrics As IDictionary(Of String, EvaluationMetric)
Property Value
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.