ExperimentPropertiesArgs

data class ExperimentPropertiesArgs(val customerDataStorage: Output<CustomerDataStoragePropertiesArgs>? = null, val selectors: Output<List<Either<ListSelectorArgs, QuerySelectorArgs>>>, val steps: Output<List<StepArgs>>) : ConvertibleToJava<ExperimentPropertiesArgs>

Model that represents the Experiment properties model.

Constructors

Link copied to clipboard
constructor(customerDataStorage: Output<CustomerDataStoragePropertiesArgs>? = null, selectors: Output<List<Either<ListSelectorArgs, QuerySelectorArgs>>>, steps: Output<List<StepArgs>>)

Properties

Link copied to clipboard

Optional customer-managed Storage account where Experiment schema will be stored.

Link copied to clipboard

List of selectors.

Link copied to clipboard
val steps: Output<List<StepArgs>>

List of steps.

Functions

Link copied to clipboard
open override fun toJava(): ExperimentPropertiesArgs