Class ForecastSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- 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.
 
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic ForecastSummary.Builderbuilder()final BooleanWhether the Forecast was created from an AutoPredictor.final InstantWhen the forecast creation task was created.final StringThe Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe ARN of the forecast.final StringThe name of the forecast.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe last time the resource was modified.final Stringmessage()If an error occurred, an informational message about the error.final StringThe ARN of the predictor used to generate the forecast.static Class<? extends ForecastSummary.Builder> final Stringstatus()The status of the forecast.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
forecastArn
- 
forecastName
- 
predictorArnThe ARN of the predictor used to generate the forecast. - Returns:
- The ARN of the predictor used to generate the forecast.
 
- 
createdUsingAutoPredictorWhether the Forecast was created from an AutoPredictor. - Returns:
- Whether the Forecast was created from an AutoPredictor.
 
- 
datasetGroupArnThe Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor. - Returns:
- The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
 
- 
statusThe 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 Statusof the forecast must beACTIVEbefore you can query or export the forecast.- Returns:
- 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 Statusof the forecast must beACTIVEbefore you can query or export the forecast.
- 
         
 
- 
 
- 
messageIf an error occurred, an informational message about the error. - Returns:
- If an error occurred, an informational message about the error.
 
- 
creationTimeWhen the forecast creation task was created. - Returns:
- When the forecast creation task was created.
 
- 
lastModificationTimeThe 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.
 
- 
         
 
- 
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ForecastSummary.Builder,- ForecastSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-