Skip to content

@gettoor/core v0.1.0


@gettoor/core / ExperimentEvaluationCompletedInput

Interface: ExperimentEvaluationCompletedInput

Input for the evaluationCompleted listener.

Extends

Properties

datasetName

datasetName: string

Name of the dataset entry.

Inherited from

ExperimentListenerCommonInput.datasetName


modelName

modelName: string

Name of the model.

Inherited from

ExperimentListenerCommonInput.modelName


parametersName

parametersName: string

Name of the model parameters.

Inherited from

ExperimentListenerCommonInput.parametersName


promptName

promptName: string

Name of the prompt.

Inherited from

ExperimentListenerCommonInput.promptName


score

score: ExperimentScore

Score of the evaluation.