Skip to content

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


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

Interface: CreateExperimentCommandOutput

The output of CreateExperimentCommand.

Extends

Properties

artifactLocation?

optional artifactLocation?: string

Location where artifacts for the experiment are stored

Inherited from

CreateExperimentResponse.artifactLocation


creationTime?

optional creationTime?: number

Creation time

Inherited from

CreateExperimentResponse.creationTime


description?

optional description?: string

Description of the experiment

Inherited from

CreateExperimentResponse.description


id

id: string

An ID for the experiment

Inherited from

CreateExperimentResponse.id


lastUpdateTime?

optional lastUpdateTime?: number

Last update time

Inherited from

CreateExperimentResponse.lastUpdateTime


lifecycleStage?

optional lifecycleStage?: LifecycleStage

Current life cycle stage of the experiment.

Inherited from

CreateExperimentResponse.lifecycleStage


name

name: string

Unique identifier for the experiment

Inherited from

CreateExperimentResponse.name


tags?

optional tags?: ExperimentTag[]

Tags: Additional metadata key-value pairs

Inherited from

CreateExperimentResponse.tags