Skip to content

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


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

Interface: StartGenerationOutput

Complete details of a generation job including input, status, and output

Extended by

Properties

cause?

optional cause?: string

Error message describing why the job failed


configVersion?

optional configVersion?: number

Configuration version for Experiment tracking


createdAt

createdAt: Date

Timestamp when the job was created and started


error?

optional error?: string

Error type or category


experimentName?

optional experimentName?: string

Experiment name for Experiment tracking


id

id: string

Unique identifier for the generation job


output?

optional output?: DocumentType

Output data from the generation job if it succeeded


status

status: StepFunctionJobStatus

Current execution status of the job


steps

steps: GenerationStep[]

Ordered list of generation steps to execute


stoppedAt?

optional stoppedAt?: Date

Timestamp when the job completed or was stopped