Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TrialComponentMetricSummary = TrialComponentMetricSummary' {}
- newTrialComponentMetricSummary :: TrialComponentMetricSummary
- trialComponentMetricSummary_max :: Lens' TrialComponentMetricSummary (Maybe Double)
- trialComponentMetricSummary_sourceArn :: Lens' TrialComponentMetricSummary (Maybe Text)
- trialComponentMetricSummary_avg :: Lens' TrialComponentMetricSummary (Maybe Double)
- trialComponentMetricSummary_count :: Lens' TrialComponentMetricSummary (Maybe Int)
- trialComponentMetricSummary_metricName :: Lens' TrialComponentMetricSummary (Maybe Text)
- trialComponentMetricSummary_stdDev :: Lens' TrialComponentMetricSummary (Maybe Double)
- trialComponentMetricSummary_min :: Lens' TrialComponentMetricSummary (Maybe Double)
- trialComponentMetricSummary_last :: Lens' TrialComponentMetricSummary (Maybe Double)
- trialComponentMetricSummary_timeStamp :: Lens' TrialComponentMetricSummary (Maybe UTCTime)
Documentation
data TrialComponentMetricSummary Source #
A summary of the metrics of a trial component.
See: newTrialComponentMetricSummary
smart constructor.
TrialComponentMetricSummary' | |
|
Instances
newTrialComponentMetricSummary :: TrialComponentMetricSummary Source #
Create a value of TrialComponentMetricSummary
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:max:TrialComponentMetricSummary'
, trialComponentMetricSummary_max
- The maximum value of the metric.
$sel:sourceArn:TrialComponentMetricSummary'
, trialComponentMetricSummary_sourceArn
- The Amazon Resource Name (ARN) of the source.
$sel:avg:TrialComponentMetricSummary'
, trialComponentMetricSummary_avg
- The average value of the metric.
$sel:count:TrialComponentMetricSummary'
, trialComponentMetricSummary_count
- The number of samples used to generate the metric.
$sel:metricName:TrialComponentMetricSummary'
, trialComponentMetricSummary_metricName
- The name of the metric.
$sel:stdDev:TrialComponentMetricSummary'
, trialComponentMetricSummary_stdDev
- The standard deviation of the metric.
$sel:min:TrialComponentMetricSummary'
, trialComponentMetricSummary_min
- The minimum value of the metric.
$sel:last:TrialComponentMetricSummary'
, trialComponentMetricSummary_last
- The most recent value of the metric.
$sel:timeStamp:TrialComponentMetricSummary'
, trialComponentMetricSummary_timeStamp
- When the metric was last updated.
trialComponentMetricSummary_max :: Lens' TrialComponentMetricSummary (Maybe Double) Source #
The maximum value of the metric.
trialComponentMetricSummary_sourceArn :: Lens' TrialComponentMetricSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the source.
trialComponentMetricSummary_avg :: Lens' TrialComponentMetricSummary (Maybe Double) Source #
The average value of the metric.
trialComponentMetricSummary_count :: Lens' TrialComponentMetricSummary (Maybe Int) Source #
The number of samples used to generate the metric.
trialComponentMetricSummary_metricName :: Lens' TrialComponentMetricSummary (Maybe Text) Source #
The name of the metric.
trialComponentMetricSummary_stdDev :: Lens' TrialComponentMetricSummary (Maybe Double) Source #
The standard deviation of the metric.
trialComponentMetricSummary_min :: Lens' TrialComponentMetricSummary (Maybe Double) Source #
The minimum value of the metric.
trialComponentMetricSummary_last :: Lens' TrialComponentMetricSummary (Maybe Double) Source #
The most recent value of the metric.
trialComponentMetricSummary_timeStamp :: Lens' TrialComponentMetricSummary (Maybe UTCTime) Source #
When the metric was last updated.