Gen AI Evaluation Toolkit on AWS
v2.0.0
Copyright © 2026 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon’s trademarks and trade dress may not be used in connection with any product or service that is not Amazon’s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon.
Table of contents
@awssolutions/gen-ai-evaluation-toolkit-ts-client
@awssolutions/gen-ai-evaluation-toolkit-ts-client / CreateJobSchedulerCommandOutput
Interface: CreateJobSchedulerCommandOutput¶
The output of CreateJobSchedulerCommand.
Extends¶
CreateJobSchedulerOutput.MetadataBearer
Properties¶
app?¶
optionalapp?:AppConfig
App invocation configuration (optional, for FULL and APP_INVOKE)
Inherited from¶
createdAt¶
createdAt:
Date
Timestamp when the scheduler was created
Inherited from¶
CreateJobSchedulerOutput.createdAt
cron¶
cron:
string
Cron expression defining when jobs should run (e.g., '0 0 * * *' for daily)
Inherited from¶
evaluatorName¶
evaluatorName:
string
Name of the evaluator to run
Inherited from¶
CreateJobSchedulerOutput.evaluatorName
experimentName?¶
optionalexperimentName?:string
Experiment name for grouping scheduled runs
Inherited from¶
CreateJobSchedulerOutput.experimentName
jobType¶
jobType:
JobType
Type of job to submit on each schedule trigger
Inherited from¶
CreateJobSchedulerOutput.jobType
name¶
name:
string
Unique name of the job scheduler
Inherited from¶
scorers?¶
optionalscorers?:Record\<string,ScorerConfig|null>
Scorer configurations keyed by scorer name (required for FULL and SCORE)
Inherited from¶
CreateJobSchedulerOutput.scorers
sourceReportId?¶
optionalsourceReportId?:string
Source report ID to re-score (for SCORE jobs, mutually exclusive with testResults)
Inherited from¶
CreateJobSchedulerOutput.sourceReportId
testCases?¶
optionaltestCases?:TestDataSource
Source of test cases (required for FULL and APP_INVOKE)
Inherited from¶
CreateJobSchedulerOutput.testCases
testResults?¶
optionaltestResults?:InlineTestResult[]
Inline test results for scoring (for SCORE jobs, mutually exclusive with sourceReportId)