Skip to content

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


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

Interface: SubmitAppInvocationJobCommandOutput

The output of SubmitAppInvocationJobCommand.

Extends

Properties

createdAt?

optional createdAt?: Date

Timestamp when the job was created

Inherited from

SubmitAppInvocationJobOutput.createdAt


evaluatorName

evaluatorName: string

Name of the evaluator the job was submitted to

Inherited from

SubmitAppInvocationJobOutput.evaluatorName


experimentName?

optional experimentName?: string

Experiment name for grouping related jobs and reports

Inherited from

SubmitAppInvocationJobOutput.experimentName


job

job: EvaluationJob

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

Inherited from

SubmitAppInvocationJobOutput.job


jobId

jobId: string

Unique identifier assigned to this job

Inherited from

SubmitAppInvocationJobOutput.jobId


jobType

jobType: JobType

Type of job

Inherited from

SubmitAppInvocationJobOutput.jobType


reportId

reportId: string

Report ID where results will be stored

Inherited from

SubmitAppInvocationJobOutput.reportId


sourceReportId?

optional sourceReportId?: string

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

Inherited from

SubmitAppInvocationJobOutput.sourceReportId


status

status: JobStatus

Initial status of the job — always PENDING on submission

Inherited from

SubmitAppInvocationJobOutput.status