Skip to content

@gettoor/core v0.1.0


@gettoor/core / ExperimentDatasetEntryEvaluationCompletedInput

Interface: ExperimentDatasetEntryEvaluationCompletedInput

Output for the datasetEntryEvaluationCompleted listener.

Extends

Properties

datasetName

datasetName: string

Name of the dataset entry.

Inherited from

ExperimentListenerCommonInput.datasetName


metrics

metrics: DatasetEntryEvaluationMetrics

Metrics for the evaluation.


modelName

modelName: string

Name of the model.

Inherited from

ExperimentListenerCommonInput.modelName


parametersName

parametersName: string

Name of the model parameters.

Inherited from

ExperimentListenerCommonInput.parametersName


prompt

prompt: string

Prompt used to generate the response.


promptName

promptName: string

Name of the prompt.

Inherited from

ExperimentListenerCommonInput.promptName


response

response: string

Response generated by the model.


score

score: ExperimentScore

Score of the evaluation.