public static interface DescribeForecastResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeForecastResponse.Builder,DescribeForecastResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeForecastResponse.Builder |
creationTime(Instant creationTime)
When the forecast creation task was created.
|
DescribeForecastResponse.Builder |
datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that provided the data used to train the predictor.
|
DescribeForecastResponse.Builder |
estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The estimated time remaining in minutes for the forecast job to complete.
|
DescribeForecastResponse.Builder |
forecastArn(String forecastArn)
The forecast ARN as specified in the request.
|
DescribeForecastResponse.Builder |
forecastName(String forecastName)
The name of the forecast.
|
DescribeForecastResponse.Builder |
forecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts were generated.
|
DescribeForecastResponse.Builder |
forecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts were generated.
|
DescribeForecastResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
DescribeForecastResponse.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
DescribeForecastResponse.Builder |
predictorArn(String predictorArn)
The ARN of the predictor used to generate the forecast.
|
DescribeForecastResponse.Builder |
status(String status)
The status of the forecast.
|
default DescribeForecastResponse.Builder |
timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector)
The time series to include in the forecast.
|
DescribeForecastResponse.Builder |
timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
The time series to include in the forecast.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeForecastResponse.Builder forecastArn(String forecastArn)
The forecast ARN as specified in the request.
forecastArn - The forecast ARN as specified in the request.DescribeForecastResponse.Builder forecastName(String forecastName)
The name of the forecast.
forecastName - The name of the forecast.DescribeForecastResponse.Builder forecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts were generated.
forecastTypes - The quantiles at which probabilistic forecasts were generated.DescribeForecastResponse.Builder forecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts were generated.
forecastTypes - The quantiles at which probabilistic forecasts were generated.DescribeForecastResponse.Builder predictorArn(String predictorArn)
The ARN of the predictor used to generate the forecast.
predictorArn - The ARN of the predictor used to generate the forecast.DescribeForecastResponse.Builder datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that provided the data used to train the predictor.
datasetGroupArn - The ARN of the dataset group that provided the data used to train the predictor.DescribeForecastResponse.Builder estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The estimated time remaining in minutes for the forecast job to complete.
estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the forecast job to complete.DescribeForecastResponse.Builder status(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.
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.
DescribeForecastResponse.Builder message(String message)
If an error occurred, an informational message about the error.
message - If an error occurred, an informational message about the error.DescribeForecastResponse.Builder creationTime(Instant creationTime)
When the forecast creation task was created.
creationTime - When the forecast creation task was created.DescribeForecastResponse.Builder lastModificationTime(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.
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.
DescribeForecastResponse.Builder timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
The time series to include in the forecast.
timeSeriesSelector - The time series to include in the forecast.default DescribeForecastResponse.Builder timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector)
The time series to include in the forecast.
This is a convenience method that creates an instance of theTimeSeriesSelector.Builder avoiding the
need to create one manually via TimeSeriesSelector.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timeSeriesSelector(TimeSeriesSelector).
timeSeriesSelector - a consumer that will call methods on TimeSeriesSelector.BuildertimeSeriesSelector(TimeSeriesSelector)Copyright © 2023. All rights reserved.