ExperimentPropertiesResponse

data class ExperimentPropertiesResponse(val customerDataStorage: CustomerDataStoragePropertiesResponse? = null, val provisioningState: String, val selectors: List<Either<ListSelectorResponse, QuerySelectorResponse>>, val steps: List<StepResponse>)

Model that represents the Experiment properties model.

Constructors

Link copied to clipboard
constructor(customerDataStorage: CustomerDataStoragePropertiesResponse? = null, provisioningState: String, selectors: List<Either<ListSelectorResponse, QuerySelectorResponse>>, steps: List<StepResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Most recent provisioning state for the given experiment resource.

Link copied to clipboard

List of selectors.

Link copied to clipboard

List of steps.