Skip to content

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


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

Interface: StopGenerationCommandOutput

The output of StopGenerationCommand.

Extends

Properties

cause?

optional cause?: string

Error message describing why the job failed

Inherited from

StopGenerationOutput.cause


configVersion?

optional configVersion?: number

Configuration version for Experiment tracking

Inherited from

StopGenerationOutput.configVersion


createdAt

createdAt: Date

Timestamp when the job was created and started

Inherited from

StopGenerationOutput.createdAt


error?

optional error?: string

Error type or category

Inherited from

StopGenerationOutput.error


experimentName?

optional experimentName?: string

Experiment name for Experiment tracking

Inherited from

StopGenerationOutput.experimentName


id

id: string

Unique identifier for the generation job

Inherited from

StopGenerationOutput.id


output?

optional output?: DocumentType

Output data from the generation job if it succeeded

Inherited from

StopGenerationOutput.output


status

status: StepFunctionJobStatus

Current execution status of the job

Inherited from

StopGenerationOutput.status


steps

steps: GenerationStep[]

Ordered list of generation steps to execute

Inherited from

StopGenerationOutput.steps


stoppedAt?

optional stoppedAt?: Date

Timestamp when the job completed or was stopped

Inherited from

StopGenerationOutput.stoppedAt