package domain
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- domain
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Analysis = Type
- final case class Experiment(namespaceId: NamespaceId, environmentId: EnvironmentId, experimentId: ExplicitExperimentId, name: ExperimentName, owner: Owner, status: ExperimentLifecycleStatus, setup: ExperimentSetup, version: Version) extends Product with Serializable
- sealed abstract class ExperimentLifecycleStatus extends StringEnumEntry
- type ExperimentName = Type
- sealed trait ExperimentSetup extends AnyRef
- type Hypothesis = Type
- type Owner = Type
- type Resource = Type
- type TargetReason = Type
- type VariantReason = Type
Value Members
- object Analysis
- object ExperimentLifecycleStatus extends StringEnum[ExperimentLifecycleStatus]
- object ExperimentName
- object ExperimentSetup
- object Hypothesis
- object Owner
- object Resource
- object TargetReason
- object VariantReason