Skip to content

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


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

Interface: SubmitEvaluationJobOutput

Extended by

Properties

createdAt?

optional createdAt?: Date

Timestamp when the job was created


evaluatorName

evaluatorName: string

Name of the evaluator the job was submitted to


experimentName?

optional experimentName?: string

Experiment name for grouping related jobs and reports


job

job: EvaluationJob

The full job object - use this for local testing with evaluator.evaluate()


jobId

jobId: string

Unique identifier assigned to this job


jobType

jobType: JobType

Type of job


reportId

reportId: string

Report ID where results will be stored


sourceReportId?

optional sourceReportId?: string

Source report ID (if copy-and-score was requested)


status

status: JobStatus

Initial status of the job — always PENDING on submission