EvaluationRunClusterInsightsRequest interface
Insights on set of Evaluation Results
- Extends
Properties
| eval |
Evaluation Id for the insights. |
| model |
Configuration of the model used in the insight generation. |
| run |
List of evaluation run IDs for the insights. |
| type | The type of insights request. |
Property Details
evalId
Evaluation Id for the insights.
evalId: string
Property Value
string
modelConfiguration
Configuration of the model used in the insight generation.
modelConfiguration?: InsightModelConfiguration
Property Value
runIds
List of evaluation run IDs for the insights.
runIds: string[]
Property Value
string[]
type
The type of insights request.
type: "EvaluationRunClusterInsight"
Property Value
"EvaluationRunClusterInsight"