WHYLOGS_PERIOD

The period to use for log rotation. This can be HOURLY, DAILY. This determines how data is grouped into profiles. If you're using WhyLabs then this should match the model's type.

Required. One of ChronoUnit.HOURS or ChronoUnit.DAYS.

Functions

Link copied to clipboard
fun get(): String?
Link copied to clipboard
fun getOrDefault(): String
Link copied to clipboard
fun require(fallback: String = default ?: ""): String
Link copied to clipboard
fun requireIf(condition: Boolean, fallback: String = default ?: ""): String

Properties

Link copied to clipboard
val default: String? = null

The default value.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int