@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictorExecution extends Object implements Serializable, Cloneable, StructuredPojo
The algorithm used to perform a backtest and the status of those tests.
| Constructor and Description | 
|---|
PredictorExecution()  | 
| Modifier and Type | Method and Description | 
|---|---|
PredictorExecution | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getAlgorithmArn()
 The ARN of the algorithm used to test the predictor. 
 | 
List<TestWindowSummary> | 
getTestWindows()
 An array of test windows used to evaluate the algorithm. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setAlgorithmArn(String algorithmArn)
 The ARN of the algorithm used to test the predictor. 
 | 
void | 
setTestWindows(Collection<TestWindowSummary> testWindows)
 An array of test windows used to evaluate the algorithm. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
PredictorExecution | 
withAlgorithmArn(String algorithmArn)
 The ARN of the algorithm used to test the predictor. 
 | 
PredictorExecution | 
withTestWindows(Collection<TestWindowSummary> testWindows)
 An array of test windows used to evaluate the algorithm. 
 | 
PredictorExecution | 
withTestWindows(TestWindowSummary... testWindows)
 An array of test windows used to evaluate the algorithm. 
 | 
public void setAlgorithmArn(String algorithmArn)
The ARN of the algorithm used to test the predictor.
algorithmArn - The ARN of the algorithm used to test the predictor.public String getAlgorithmArn()
The ARN of the algorithm used to test the predictor.
public PredictorExecution withAlgorithmArn(String algorithmArn)
The ARN of the algorithm used to test the predictor.
algorithmArn - The ARN of the algorithm used to test the predictor.public List<TestWindowSummary> getTestWindows()
 An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object
 determines the number of windows in the array.
 
NumberOfBacktestWindows from
         the object determines the number of windows in the array.public void setTestWindows(Collection<TestWindowSummary> testWindows)
 An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object
 determines the number of windows in the array.
 
testWindows - An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the
        object determines the number of windows in the array.public PredictorExecution withTestWindows(TestWindowSummary... testWindows)
 An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object
 determines the number of windows in the array.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setTestWindows(java.util.Collection) or withTestWindows(java.util.Collection) if you want to
 override the existing values.
 
testWindows - An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the
        object determines the number of windows in the array.public PredictorExecution withTestWindows(Collection<TestWindowSummary> testWindows)
 An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object
 determines the number of windows in the array.
 
testWindows - An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the
        object determines the number of windows in the array.public String toString()
toString in class ObjectObject.toString()public PredictorExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.