Experiment

class Experiment : KotlinCustomResource

Creates an Experiment in the specified Environment.

Properties

Link copied to clipboard
val agentId: Output<String>
Link copied to clipboard
val createTime: Output<String>

Creation time of this experiment.

Link copied to clipboard

The definition of the experiment.

Link copied to clipboard
val description: Output<String>

The human-readable description of the experiment.

Link copied to clipboard
val displayName: Output<String>

The human-readable name of the experiment (unique in an environment). Limit of 64 characters.

Link copied to clipboard
val endTime: Output<String>

End time of this experiment.

Link copied to clipboard
val environmentId: Output<String>
Link copied to clipboard

Maximum number of days to run the experiment/rollout. If auto-rollout is not enabled, default value and maximum will be 30 days. If auto-rollout is enabled, default value and maximum will be 6 days.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdateTime: Output<String>

Last update time of this experiment.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the experiment. Format: projects//locations//agents//environments//experiments/..

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inference result of the experiment.

Link copied to clipboard

The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.

Link copied to clipboard

The reason why rollout has failed. Should only be set when state is ROLLOUT_FAILED.

Link copied to clipboard

State of the auto rollout process.

Link copied to clipboard
val startTime: Output<String>

Start time of this experiment.

Link copied to clipboard
val state: Output<String>

The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The history of updates to the experiment variants.