| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Evidently.Types.ExperimentSchedule
Description
Documentation
data ExperimentSchedule Source #
This structure contains the time and date that Evidently completed the analysis of the experiment.
See: newExperimentSchedule smart constructor.
Constructors
| ExperimentSchedule' | |
Fields
| |
Instances
newExperimentSchedule :: ExperimentSchedule Source #
Create a value of ExperimentSchedule with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:analysisCompleteTime:ExperimentSchedule', experimentSchedule_analysisCompleteTime - The time and date that Evidently completed the analysis of the
experiment.
experimentSchedule_analysisCompleteTime :: Lens' ExperimentSchedule (Maybe UTCTime) Source #
The time and date that Evidently completed the analysis of the experiment.