ListPredictorsResponse

public struct ListPredictorsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

    Declaration

    Swift

    public let nextToken: String?
  • An array of objects that summarize each predictor’s properties.

    Declaration

    Swift

    public let predictors: [PredictorSummary]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, predictors: [PredictorSummary]? = nil)