DescribeForecastResponse
public struct DescribeForecastResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When the forecast creation task was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The ARN of the dataset group that provided the data used to train the predictor.
Declaration
Swift
public let datasetGroupArn: String?
-
The forecast ARN as specified in the request.
Declaration
Swift
public let forecastArn: String?
-
The name of the forecast.
Declaration
Swift
public let forecastName: String?
-
The quantiles at which probabilistic forecasts were generated.
Declaration
Swift
public let forecastTypes: [String]?
-
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).
Declaration
Swift
public let lastModificationTime: TimeStamp?
-
If an error occurred, an informational message about the error.
Declaration
Swift
public let message: String?
-
The ARN of the predictor used to generate the forecast.
Declaration
Swift
public let predictorArn: String?
-
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.
Declaration
Swift
public let status: String?
-
init(creationTime:datasetGroupArn:forecastArn:forecastName:forecastTypes:lastModificationTime:message:predictorArn:status:)
Undocumented