Skip to content

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


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

Interface: UpdateExperimentCommandOutput

The output of UpdateExperimentCommand.

Extends

Properties

artifactLocation?

optional artifactLocation?: string

Location where artifacts for the experiment are stored

Inherited from

UpdateExperimentResponse.artifactLocation


creationTime?

optional creationTime?: number

Creation time

Inherited from

UpdateExperimentResponse.creationTime


description?

optional description?: string

Description of the experiment

Inherited from

UpdateExperimentResponse.description


lastUpdateTime?

optional lastUpdateTime?: number

Last update time

Inherited from

UpdateExperimentResponse.lastUpdateTime


lifecycleStage?

optional lifecycleStage?: LifecycleStage

Current life cycle stage of the experiment.

Inherited from

UpdateExperimentResponse.lifecycleStage


name

name: string

Unique identifier for the experiment

Inherited from

UpdateExperimentResponse.name


tags?

optional tags?: ExperimentTag[]

Tags: Additional metadata key-value pairs

Inherited from

UpdateExperimentResponse.tags