Gen AI Evaluation Toolkit on AWS
v2.0.0
Copyright © 2026 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon’s trademarks and trade dress may not be used in connection with any product or service that is not Amazon’s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon.
Table of contents
@awssolutions/gen-ai-evaluation-toolkit-ts-client
@awssolutions/gen-ai-evaluation-toolkit-ts-client / GetGenerationOutput
Interface: GetGenerationOutput¶
Complete details of a generation job including input, status, and output
Extended by¶
Properties¶
cause?¶
optionalcause?:string
Error message describing why the job failed
configVersion?¶
optionalconfigVersion?:number
Configuration version for Experiment tracking
createdAt¶
createdAt:
Date
Timestamp when the job was created and started
error?¶
optionalerror?:string
Error type or category
experimentName?¶
optionalexperimentName?:string
Experiment name for Experiment tracking
id¶
id:
string
Unique identifier for the generation job
output?¶
optionaloutput?: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?¶
optionalstoppedAt?:Date
Timestamp when the job completed or was stopped