Skip to content

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


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

Interface: StartGenerationCommandOutput

The output of StartGenerationCommand.

Extends

Properties

cause?

optional cause?: string

Error message describing why the job failed

Inherited from

StartGenerationOutput.cause


configVersion?

optional configVersion?: number

Configuration version for Experiment tracking

Inherited from

StartGenerationOutput.configVersion


createdAt

createdAt: Date

Timestamp when the job was created and started

Inherited from

StartGenerationOutput.createdAt


error?

optional error?: string

Error type or category

Inherited from

StartGenerationOutput.error


experimentName?

optional experimentName?: string

Experiment name for Experiment tracking

Inherited from

StartGenerationOutput.experimentName


id

id: string

Unique identifier for the generation job

Inherited from

StartGenerationOutput.id


output?

optional output?: DocumentType

Output data from the generation job if it succeeded

Inherited from

StartGenerationOutput.output


status

status: StepFunctionJobStatus

Current execution status of the job

Inherited from

StartGenerationOutput.status


steps

steps: GenerationStep[]

Ordered list of generation steps to execute

Inherited from

StartGenerationOutput.steps


stoppedAt?

optional stoppedAt?: Date

Timestamp when the job completed or was stopped

Inherited from

StartGenerationOutput.stoppedAt