PROFILE_WRITE_PERIOD

How frequent the container should upload profiles. This defaults to the same cadence as the model definition. For an hourly model, you'll upload profiles on an hourly basis. If this is set to ProfileWritePeriod.HOURS then you'll upload profiles every hour.

Defaults to whatever WHYLOGS_PERIOD is. One of ProfileWritePeriod

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