public static interface PredictorEvent.Builder extends SdkPojo, CopyableBuilder<PredictorEvent.Builder,PredictorEvent>
| Modifier and Type | Method and Description |
|---|---|
PredictorEvent.Builder |
datetime(Instant datetime)
The timestamp for when the event occurred.
|
PredictorEvent.Builder |
detail(String detail)
The type of event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPredictorEvent.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.
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.PredictorEvent.Builder datetime(Instant datetime)
The timestamp for when the event occurred.
datetime - The timestamp for when the event occurred.Copyright © 2023. All rights reserved.