Class PredictorBacktestExportJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PredictorBacktestExportJobSummary.Builder,PredictorBacktestExportJobSummary>
@Generated("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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePredictorBacktestExportJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PredictorBacktestExportJobSummary.Builderbuilder()InstantcreationTime()When the predictor backtest export job was created.DataDestinationdestination()Returns the value of the Destination property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModificationTime()The last time the resource was modified.Stringmessage()Information about any errors that may have occurred during the backtest export.StringpredictorBacktestExportJobArn()The Amazon Resource Name (ARN) of the predictor backtest export job.StringpredictorBacktestExportJobName()The name of the predictor backtest export job.List<SdkField<?>>sdkFields()static Class<? extends PredictorBacktestExportJobSummary.Builder>serializableBuilderClass()Stringstatus()The status of the predictor backtest export job.PredictorBacktestExportJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
predictorBacktestExportJobArn
public final String predictorBacktestExportJobArn()
The Amazon Resource Name (ARN) of the predictor backtest export job.
- Returns:
- The Amazon Resource Name (ARN) of the predictor backtest export job.
-
predictorBacktestExportJobName
public final String predictorBacktestExportJobName()
The name of the predictor backtest export job.
- Returns:
- The name of the predictor backtest export job.
-
destination
public final DataDestination destination()
Returns the value of the Destination property for this object.- Returns:
- The value of the Destination property for this object.
-
status
public final String status()
The status of the predictor backtest export job. States include:
-
ACTIVE -
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILED -
CREATE_STOPPING,CREATE_STOPPED -
DELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
- Returns:
- The status of the predictor backtest export job. States include:
-
ACTIVE -
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILED -
CREATE_STOPPING,CREATE_STOPPED -
DELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
-
-
-
message
public final String message()
Information about any errors that may have occurred during the backtest export.
- Returns:
- Information about any errors that may have occurred during the backtest export.
-
creationTime
public final Instant creationTime()
When the predictor backtest export job was created.
- Returns:
- When the predictor backtest export job was created.
-
lastModificationTime
public final Instant lastModificationTime()
The last time the resource was modified. The timestamp depends on the status of the job:
-
CREATE_PENDING- TheCreationTime. -
CREATE_IN_PROGRESS- The current timestamp. -
CREATE_STOPPING- The current timestamp. -
CREATE_STOPPED- When the job stopped. -
ACTIVEorCREATE_FAILED- When the job finished or failed.
- Returns:
- The last time the resource was modified. The timestamp depends on the status of the job:
-
CREATE_PENDING- TheCreationTime. -
CREATE_IN_PROGRESS- The current timestamp. -
CREATE_STOPPING- The current timestamp. -
CREATE_STOPPED- When the job stopped. -
ACTIVEorCREATE_FAILED- When the job finished or failed.
-
-
-
toBuilder
public PredictorBacktestExportJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PredictorBacktestExportJobSummary.Builder,PredictorBacktestExportJobSummary>
-
builder
public static PredictorBacktestExportJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends PredictorBacktestExportJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-