Skip to content

@awssolutions/gen-ai-evaluation-toolkit-ts-client


@awssolutions/gen-ai-evaluation-toolkit-ts-client / UpdateJobSchedulerInput

Interface: UpdateJobSchedulerInput

Identifier for a job scheduler

Extended by

Properties

app?

optional app?: AppConfig

App invocation configuration


cron?

optional cron?: string

Cron expression for scheduled evaluation


evaluatorName?

optional evaluatorName?: string

Name of the evaluator to run


experimentName?

optional experimentName?: string

Experiment name for grouping scheduled runs


jobType?

optional jobType?: JobType

Type of job to submit on each schedule trigger


name

name: string

Unique name of the job scheduler


scorers?

optional scorers?: Record\<string, ScorerConfig | null>

Scorer configurations keyed by scorer name


sourceReportId?

optional sourceReportId?: string

Source report ID to re-score (for SCORE jobs)


testCases?

optional testCases?: TestDataSource

Source of test cases


testResults?

optional testResults?: InlineTestResult[]

Inline test results for scoring (for SCORE jobs)