InsightSample interface
分析中的样本。
属性
| correlation |
有关分析样本相关性的信息。 |
| features | 有助于在 UX 中对数据进行额外过滤的功能。 |
| id | 分析样本的唯一标识符。 |
| type | 鉴别器可能的值:EvaluationResultSample |
属性详细信息
correlationInfo
有关分析样本相关性的信息。
correlationInfo: Record<string, unknown>
属性值
Record<string, unknown>
features
有助于在 UX 中对数据进行额外过滤的功能。
features: Record<string, unknown>
属性值
Record<string, unknown>
id
分析样本的唯一标识符。
id: string
属性值
string
type
鉴别器可能的值:EvaluationResultSample
type: "EvaluationResultSample"
属性值
"EvaluationResultSample"