Constants
ACTIVE = ExperimentDataStatus.new("ACTIVE")
DELETED = ExperimentDataStatus.new("DELETED")
UNKNOWN = ExperimentDataStatus.new("UNKNOWN")