@Generated(value="software.amazon.awssdk:codegen") public final class EventPredictionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>
Information about the summary of an event prediction.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventPredictionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventPredictionSummary.Builder |
builder() |
String |
detectorId()
The detector ID.
|
String |
detectorVersionId()
The detector version ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventId()
The event ID.
|
String |
eventTimestamp()
The timestamp of the event.
|
String |
eventTypeName()
The event type.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
predictionTimestamp()
The timestamp when the prediction was generated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventPredictionSummary.Builder> |
serializableBuilderClass() |
EventPredictionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventId()
The event ID.
public final String eventTypeName()
The event type.
public final String eventTimestamp()
The timestamp of the event.
public final String predictionTimestamp()
The timestamp when the prediction was generated.
public final String detectorId()
The detector ID.
public final String detectorVersionId()
The detector version ID.
public EventPredictionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>public static EventPredictionSummary.Builder builder()
public static Class<? extends EventPredictionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.