@Generated(value="software.amazon.awssdk:codegen") public final class PredictorExecutionDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PredictorExecutionDetails.Builder,PredictorExecutionDetails>
Contains details on the backtests performed to evaluate the accuracy of the predictor. The tests are returned in descending order of accuracy, with the most accurate backtest appearing first. You specify the number of backtests to perform when you call the operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PredictorExecutionDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PredictorExecutionDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPredictorExecutions()
Returns true if the PredictorExecutions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<PredictorExecution> |
predictorExecutions()
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PredictorExecutionDetails.Builder> |
serializableBuilderClass() |
PredictorExecutionDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasPredictorExecutions()
public List<PredictorExecution> predictorExecutions()
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm. The
NumberOfBacktestWindows from the object determines the number of windows in the array.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPredictorExecutions() to see if a value was sent in this field.
NumberOfBacktestWindows from the object determines the number of windows in
the array.public PredictorExecutionDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PredictorExecutionDetails.Builder,PredictorExecutionDetails>public static PredictorExecutionDetails.Builder builder()
public static Class<? extends PredictorExecutionDetails.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.