Skip to content

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


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

Interface: StartGenerationCommandInput

The input for StartGenerationCommand.

Extends

Properties

configVersion?

optional configVersion?: number

Configuration version for Experiment tracking

Inherited from

StartGenerationInput.configVersion


experimentName?

optional experimentName?: string

Experiment name for Experiment tracking

Inherited from

StartGenerationInput.experimentName


steps

steps: GenerationStep[]

Ordered list of generation steps to execute

Inherited from

StartGenerationInput.steps