AnomalyTimeRange

A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from AnomalyReportedTimeRange, which specifies the time range when DevOps Guru opens and then closes an anomaly.

Types

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

Properties

Link copied to clipboard

The time when the anomalous behavior ended.

Link copied to clipboard

The time when the anomalous behavior started.

Functions

Link copied to clipboard
inline fun copy(block: AnomalyTimeRange.Builder.() -> Unit = {}): AnomalyTimeRange
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