Skip to content

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


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

Interface: GetGenerationCommandOutput

The output of GetGenerationCommand.

Extends

Properties

cause?

optional cause?: string

Error message describing why the job failed

Inherited from

GetGenerationOutput.cause


configVersion?

optional configVersion?: number

Configuration version for Experiment tracking

Inherited from

GetGenerationOutput.configVersion


createdAt

createdAt: Date

Timestamp when the job was created and started

Inherited from

GetGenerationOutput.createdAt


error?

optional error?: string

Error type or category

Inherited from

GetGenerationOutput.error


experimentName?

optional experimentName?: string

Experiment name for Experiment tracking

Inherited from

GetGenerationOutput.experimentName


id

id: string

Unique identifier for the generation job

Inherited from

GetGenerationOutput.id


output?

optional output?: DocumentType

Output data from the generation job if it succeeded

Inherited from

GetGenerationOutput.output


status

status: StepFunctionJobStatus

Current execution status of the job

Inherited from

GetGenerationOutput.status


steps

steps: GenerationStep[]

Ordered list of generation steps to execute

Inherited from

GetGenerationOutput.steps


stoppedAt?

optional stoppedAt?: Date

Timestamp when the job completed or was stopped

Inherited from

GetGenerationOutput.stoppedAt