@Generated(value="software.amazon.awssdk:codegen") public final class WindowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WindowSummary.Builder,WindowSummary>
The metrics for a time range within the evaluation portion of a dataset. This object is part of the EvaluationResult object.
The TestWindowStart and TestWindowEnd parameters are determined by the
BackTestWindowOffset parameter of the EvaluationParameters object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WindowSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WindowSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EvaluationType |
evaluationType()
The type of evaluation.
|
String |
evaluationTypeAsString()
The type of evaluation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
itemCount()
The number of data points within the window.
|
Metrics |
metrics()
Provides metrics used to evaluate the performance of a predictor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WindowSummary.Builder> |
serializableBuilderClass() |
Instant |
testWindowEnd()
The timestamp that defines the end of the window.
|
Instant |
testWindowStart()
The timestamp that defines the start of the window.
|
WindowSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant testWindowStart()
The timestamp that defines the start of the window.
public final Instant testWindowEnd()
The timestamp that defines the end of the window.
public final Integer itemCount()
The number of data points within the window.
public final EvaluationType evaluationType()
The type of evaluation.
SUMMARY - The average metrics across all windows.
COMPUTED - The metrics for the specified window.
If the service returns an enum value that is not available in the current SDK version, evaluationType
will return EvaluationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationTypeAsString().
SUMMARY - The average metrics across all windows.
COMPUTED - The metrics for the specified window.
EvaluationTypepublic final String evaluationTypeAsString()
The type of evaluation.
SUMMARY - The average metrics across all windows.
COMPUTED - The metrics for the specified window.
If the service returns an enum value that is not available in the current SDK version, evaluationType
will return EvaluationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationTypeAsString().
SUMMARY - The average metrics across all windows.
COMPUTED - The metrics for the specified window.
EvaluationTypepublic final Metrics metrics()
Provides metrics used to evaluate the performance of a predictor.
public WindowSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WindowSummary.Builder,WindowSummary>public static WindowSummary.Builder builder()
public static Class<? extends WindowSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.