AnomalyDetectorTimestampColumn

data class AnomalyDetectorTimestampColumn(val columnFormat: String? = null, val columnName: String? = null)

Constructors

Link copied to clipboard
constructor(columnFormat: String? = null, columnName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columnFormat: String? = null

A timestamp format for the timestamps in the dataset

Link copied to clipboard
val columnName: String? = null

The name of the timestamp column.