TrialComponentMetricSummary
public struct TrialComponentMetricSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The average value of the metric.
Declaration
Swift
public let avg: Double?
-
The number of samples used to generate the metric.
Declaration
Swift
public let count: Int?
-
The most recent value of the metric.
Declaration
Swift
public let last: Double?
-
The maximum value of the metric.
Declaration
Swift
public let max: Double?
-
The name of the metric.
Declaration
Swift
public let metricName: String?
-
The minimum value of the metric.
Declaration
Swift
public let min: Double?
-
The Amazon Resource Name (ARN) of the source.
Declaration
Swift
public let sourceArn: String?
-
The standard deviation of the metric.
Declaration
Swift
public let stdDev: Double?
-
When the metric was last updated.
Declaration
Swift
public let timeStamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(avg: Double? = nil, count: Int? = nil, last: Double? = nil, max: Double? = nil, metricName: String? = nil, min: Double? = nil, sourceArn: String? = nil, stdDev: Double? = nil, timeStamp: TimeStamp? = nil)