@Generated(value="software.amazon.awssdk:codegen") public final class PredictorBacktestExportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PredictorBacktestExportJobSummary.Builder,PredictorBacktestExportJobSummary>
Provides a summary of the predictor backtest export job properties used in the ListPredictorBacktestExportJobs
operation. To get a complete set of properties, call the DescribePredictorBacktestExportJob operation, and
provide the listed PredictorBacktestExportJobArn.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PredictorBacktestExportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PredictorBacktestExportJobSummary.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 |
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 PredictorBacktestExportJobSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the predictor backtest export job.
|
PredictorBacktestExportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, 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 DataDestination destination()
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 String message()
Information about any errors that may have occurred during the backtest export.
public Instant creationTime()
When the predictor backtest export job was created.
public Instant lastModificationTime()
When the last successful export job finished.
public PredictorBacktestExportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PredictorBacktestExportJobSummary.Builder,PredictorBacktestExportJobSummary>public static PredictorBacktestExportJobSummary.Builder builder()
public static Class<? extends PredictorBacktestExportJobSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.