- Navigation Guide
@aws-sdk/client-forecast
DescribeForecastCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CreationTime | Date | undefined | When the forecast creation task was created. |
DatasetGroupArn | string | undefined | The ARN of the dataset group that provided the data used to train the predictor. |
EstimatedTimeRemainingInMinutes | number | undefined | The estimated time remaining in minutes for the forecast job to complete. |
ForecastArn | string | undefined | The forecast ARN as specified in the request. |
ForecastName | string | undefined | The name of the forecast. |
ForecastTypes | string[] | undefined | The quantiles at which probabilistic forecasts were generated. |
LastModificationTime | Date | undefined | The last time the resource was modified. The timestamp depends on the status of the job:
|
Message | string | undefined | If an error occurred, an informational message about the error. |
PredictorArn | string | undefined | The ARN of the predictor used to generate the forecast. |
Status | string | undefined | The status of the forecast. States include:
The |
TimeSeriesSelector | TimeSeriesSelector | undefined | The time series to include in the forecast. |
Full Signature
export interface DescribeForecastCommandOutput extends DescribeForecastResponse, MetadataBearer