@Generated(value="software.amazon.awssdk:codegen") public final class ForecastSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ForecastSummary.Builder,ForecastSummary>
Provides a summary of the forecast properties used in the ListForecasts operation. To get the complete set of
properties, call the DescribeForecast operation, and provide the ForecastArn that is listed in
the summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ForecastSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ForecastSummary.Builder |
builder() |
Boolean |
createdUsingAutoPredictor()
Whether the Forecast was created from an AutoPredictor.
|
Instant |
creationTime()
When the forecast creation task was created.
|
String |
datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
forecastArn()
The ARN of the forecast.
|
String |
forecastName()
The name of the forecast.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
The last time the resource was modified.
|
String |
message()
If an error occurred, an informational message about the error.
|
String |
predictorArn()
The ARN of the predictor used to generate the forecast.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ForecastSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the forecast.
|
ForecastSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String forecastArn()
The ARN of the forecast.
public final String forecastName()
The name of the forecast.
public final String predictorArn()
The ARN of the predictor used to generate the forecast.
public final Boolean createdUsingAutoPredictor()
Whether the Forecast was created from an AutoPredictor.
public final String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
public final String status()
The status of the forecast. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the forecast must be ACTIVE before you can query or export the forecast.
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the forecast must be ACTIVE before you can query or export the
forecast.
public final String message()
If an error occurred, an informational message about the error.
public final Instant creationTime()
When the forecast creation task was created.
public final Instant lastModificationTime()
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
public ForecastSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ForecastSummary.Builder,ForecastSummary>public static ForecastSummary.Builder builder()
public static Class<? extends ForecastSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.