@Generated(value="software.amazon.awssdk:codegen") public final class DescribePredictorBacktestExportJobResponse extends ForecastResponse implements ToCopyableBuilder<DescribePredictorBacktestExportJobResponse.Builder,DescribePredictorBacktestExportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePredictorBacktestExportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePredictorBacktestExportJobResponse.Builder |
builder() |
Instant |
creationTime()
When the predictor backtest export job was created.
|
DataDestination |
destination()
Returns the value of the Destination property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
When the last successful export job finished.
|
String |
message()
Information about any errors that may have occurred during the backtest export.
|
String |
predictorArn()
The Amazon Resource Name (ARN) of the predictor.
|
String |
predictorBacktestExportJobArn()
The Amazon Resource Name (ARN) of the predictor backtest export job.
|
String |
predictorBacktestExportJobName()
The name of the predictor backtest export job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePredictorBacktestExportJobResponse.Builder> |
serializableBuilderClass() |
String |
status()
The status of the predictor backtest export job.
|
DescribePredictorBacktestExportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String predictorBacktestExportJobArn()
The Amazon Resource Name (ARN) of the predictor backtest export job.
public String predictorBacktestExportJobName()
The name of the predictor backtest export job.
public String predictorArn()
The Amazon Resource Name (ARN) of the predictor.
public DataDestination destination()
public String message()
Information about any errors that may have occurred during the backtest export.
public String status()
The status of the predictor backtest export job. States include:
ACTIVE
CREATE_PENDING
CREATE_IN_PROGRESS
CREATE_FAILED
DELETE_PENDING
DELETE_IN_PROGRESS
DELETE_FAILED
ACTIVE
CREATE_PENDING
CREATE_IN_PROGRESS
CREATE_FAILED
DELETE_PENDING
DELETE_IN_PROGRESS
DELETE_FAILED
public Instant creationTime()
When the predictor backtest export job was created.
public Instant lastModificationTime()
When the last successful export job finished.
public DescribePredictorBacktestExportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePredictorBacktestExportJobResponse.Builder,DescribePredictorBacktestExportJobResponse>toBuilder in class AwsResponsepublic static DescribePredictorBacktestExportJobResponse.Builder builder()
public static Class<? extends DescribePredictorBacktestExportJobResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.