@Generated(value="software.amazon.awssdk:codegen") public final class PredictorEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PredictorEvent.Builder,PredictorEvent>
Provides details about a predictor event, such as a retraining.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PredictorEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PredictorEvent.Builder |
builder() |
Instant |
datetime()
The timestamp for when the event occurred.
|
String |
detail()
The type of event.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PredictorEvent.Builder> |
serializableBuilderClass() |
PredictorEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.public final Instant datetime()
The timestamp for when the event occurred.
public PredictorEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PredictorEvent.Builder,PredictorEvent>public static PredictorEvent.Builder builder()
public static Class<? extends PredictorEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.