ForecastSummary

public struct ForecastSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When the forecast creation task was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.

    Declaration

    Swift

    public let datasetGroupArn: String?
  • The ARN of the forecast.

    Declaration

    Swift

    public let forecastArn: String?
  • The name of the forecast.

    Declaration

    Swift

    public let forecastName: 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?
  • Undocumented

    Declaration

    Swift

    public init(creationTime: TimeStamp? = nil, datasetGroupArn: String? = nil, forecastArn: String? = nil, forecastName: String? = nil, lastModificationTime: TimeStamp? = nil, message: String? = nil, predictorArn: String? = nil, status: String? = nil)