Interface PredictorEvent.Builder

    • Method Detail

      • detail

        PredictorEvent.Builder detail​(String detail)

        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.

        Parameters:
        detail - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datetime

        PredictorEvent.Builder datetime​(Instant datetime)

        The timestamp for when the event occurred.

        Parameters:
        datetime - The timestamp for when the event occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.