PredictorSummary

public struct PredictorSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When the model training task was created.

    Declaration

    Swift

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

    Declaration

    Swift

    public let datasetGroupArn: String?
  • Initially, the same as CreationTime (status is CREATE_PENDING). Updated when training starts (status changed to CREATE_IN_PROGRESS), and when training 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.

    Declaration

    Swift

    public let predictorArn: String?
  • The name of the predictor.

    Declaration

    Swift

    public let predictorName: String?
  • The status of the predictor. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED The Status of the predictor must be ACTIVE before you can use the predictor to create a forecast.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

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