Share via


EvaluationScheduleTask interface

Evaluation task for the schedule.

Extends

Properties

evalId

Identifier of the evaluation group.

evalRun

The evaluation run payload.

type

Type of the task, which is always 'Evaluation'.

Inherited Properties

configuration

Configuration for the task.

Property Details

evalId

Identifier of the evaluation group.

evalId: string

Property Value

string

evalRun

The evaluation run payload.

evalRun: Record<string, any>

Property Value

Record<string, any>

type

Type of the task, which is always 'Evaluation'.

type: "Evaluation"

Property Value

"Evaluation"

Inherited Property Details

configuration

Configuration for the task.

configuration?: Record<string, string>

Property Value

Record<string, string>

Inherited From ScheduleTask.configuration