Skip to content

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


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

Interface: UpdateJobSchedulerCommandInput

The input for UpdateJobSchedulerCommand.

Extends

Properties

app?

optional app?: AppConfig

App invocation configuration

Inherited from

UpdateJobSchedulerInput.app


cron?

optional cron?: string

Cron expression for scheduled evaluation

Inherited from

UpdateJobSchedulerInput.cron


evaluatorName?

optional evaluatorName?: string

Name of the evaluator to run

Inherited from

UpdateJobSchedulerInput.evaluatorName


experimentName?

optional experimentName?: string

Experiment name for grouping scheduled runs

Inherited from

UpdateJobSchedulerInput.experimentName


jobType?

optional jobType?: JobType

Type of job to submit on each schedule trigger

Inherited from

UpdateJobSchedulerInput.jobType


name

name: string

Unique name of the job scheduler

Inherited from

UpdateJobSchedulerInput.name


scorers?

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

Scorer configurations keyed by scorer name

Inherited from

UpdateJobSchedulerInput.scorers


sourceReportId?

optional sourceReportId?: string

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

Inherited from

UpdateJobSchedulerInput.sourceReportId


testCases?

optional testCases?: TestDataSource

Source of test cases

Inherited from

UpdateJobSchedulerInput.testCases


testResults?

optional testResults?: InlineTestResult[]

Inline test results for scoring (for SCORE jobs)

Inherited from

UpdateJobSchedulerInput.testResults