TrialComponentMetricSummary class
A summary of the metrics of a trial component.
Constructors
Properties
- avg → double?
-
The average value of the metric.
final
- count → int?
-
The number of samples used to generate the metric.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- last → double?
-
The most recent value of the metric.
final
- max → double?
-
The maximum value of the metric.
final
- metricName → String?
-
The name of the metric.
final
- min → double?
-
The minimum value of the metric.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceArn → String?
-
The Amazon Resource Name (ARN) of the source.
final
- stdDev → double?
-
The standard deviation of the metric.
final
- timeStamp → DateTime?
-
When the metric was last updated.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited