AssetModelMetric

data class AssetModelMetric(val expression: String, val variables: List<AssetModelExpressionVariable>, val window: AssetModelMetricWindow)

Constructors

Link copied to clipboard
constructor(expression: String, variables: List<AssetModelExpressionVariable>, window: AssetModelMetricWindow)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The mathematical expression that defines the metric aggregation function. You can specify up to 10 functions per expression.

Link copied to clipboard

The list of variables used in the expression.

Link copied to clipboard

The window (time interval) over which AWS IoT SiteWise computes the metric's aggregation expression