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 |
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)
Initially, the same as
CreationTime (status is CREATE_PENDING). |
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.
|
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 status(String status)
The status of the forecast. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
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
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)
Initially, the same as CreationTime (status is CREATE_PENDING). Updated when
inference (creating the forecast) starts (status changed to CREATE_IN_PROGRESS), and when
inference is complete (status changed to ACTIVE) or fails (status changed to
CREATE_FAILED).
lastModificationTime - Initially, the same as CreationTime (status is CREATE_PENDING). Updated when
inference (creating the forecast) starts (status changed to CREATE_IN_PROGRESS), and when
inference is complete (status changed to ACTIVE) or fails (status changed to
CREATE_FAILED).Copyright © 2020. All rights reserved.