EvaluationResultSample Class
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 sample from the evaluation result.
public class EvaluationResultSample : Azure.AI.Projects.InsightSample, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.EvaluationResultSample>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.EvaluationResultSample>
type EvaluationResultSample = class
inherit InsightSample
interface IJsonModel<EvaluationResultSample>
interface IPersistableModel<EvaluationResultSample>
Public Class EvaluationResultSample
Inherits InsightSample
Implements IJsonModel(Of EvaluationResultSample), IPersistableModel(Of EvaluationResultSample)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CorrelationInfo |
Info about the correlation for the analysis sample. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| EvaluationResult |
Evaluation result for the analysis sample. |
| Features |
Features to help with additional filtering of data in UX. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Id |
The unique identifier for the analysis sample. (Inherited from InsightSample) |