Share via


EvaluationResultSample interface

A sample from the evaluation result.

Extends

Properties

evaluationResult

Evaluation result for the analysis sample.

type

Evaluation Result Sample Type

Inherited Properties

correlationInfo

Info about the correlation for the analysis sample.

features

Features to help with additional filtering of data in UX.

id

The unique identifier for the analysis sample.

Property Details

evaluationResult

Evaluation result for the analysis sample.

evaluationResult: EvalResult

Property Value

type

Evaluation Result Sample Type

type: "EvaluationResultSample"

Property Value

"EvaluationResultSample"

Inherited Property Details

correlationInfo

Info about the correlation for the analysis sample.

correlationInfo: Record<string, any>

Property Value

Record<string, any>

Inherited From InsightSample.correlationInfo

features

Features to help with additional filtering of data in UX.

features: Record<string, any>

Property Value

Record<string, any>

Inherited From InsightSample.features

id

The unique identifier for the analysis sample.

id: string

Property Value

string

Inherited From InsightSample.id