PredictorEvent

Provides details about a predictor event, such as a retraining.

Types

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

Properties

Link copied to clipboard

The timestamp for when the event occurred.

Link copied to clipboard

The type of event. For example, Retrain. A retraining event denotes the timepoint when a predictor was retrained. Any monitor results from before the Datetime are from the previous predictor. Any new metrics are for the newly retrained predictor.

Functions

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