Skip to content

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


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

Interface: BatchCreateResultsCommandOutput

The output of BatchCreateResultsCommand.

Extends

Properties

count

count: number

Number of results successfully created

Inherited from

BatchCreateResultsOutput.count


errors

errors: BatchItemError[]

Errors for items that failed to create

Inherited from

BatchCreateResultsOutput.errors


results

results: BatchResultOutput[]

Successfully created results with their IDs

Inherited from

BatchCreateResultsOutput.results