Share via


InsightSample interface

A sample from the analysis.

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.

type

The discriminator possible values: EvaluationResultSample

Property Details

correlationInfo

Info about the correlation for the analysis sample.

correlationInfo: Record<string, any>

Property Value

Record<string, any>

features

Features to help with additional filtering of data in UX.

features: Record<string, any>

Property Value

Record<string, any>

id

The unique identifier for the analysis sample.

id: string

Property Value

string

type

The discriminator possible values: EvaluationResultSample

type: "EvaluationResultSample"

Property Value

"EvaluationResultSample"