TrialComponentMetricSummary

A summary of the metrics of a trial component.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val avg: Double?

The average value of the metric.

Link copied to clipboard
val count: Int?

The number of samples used to generate the metric.

Link copied to clipboard
val last: Double?

The most recent value of the metric.

Link copied to clipboard
val max: Double?

The maximum value of the metric.

Link copied to clipboard

The name of the metric.

Link copied to clipboard
val min: Double?

The minimum value of the metric.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source.

Link copied to clipboard

The standard deviation of the metric.

Link copied to clipboard

When the metric was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String