AnomalyDetector

public struct AnomalyDetector : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.

    Declaration

    Swift

    public let configuration: AnomalyDetectorConfiguration?
  • The metric dimensions associated with the anomaly detection model.

    Declaration

    Swift

    public let dimensions: [Dimension]?
  • The name of the metric associated with the anomaly detection model.

    Declaration

    Swift

    public let metricName: String?
  • The namespace of the metric associated with the anomaly detection model.

    Declaration

    Swift

    public let namespace: String?
  • The statistic associated with the anomaly detection model.

    Declaration

    Swift

    public let stat: String?
  • The current status of the anomaly detector’s training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA

    Declaration

    Swift

    public let stateValue: AnomalyDetectorStateValue?
  • Undocumented

    Declaration

    Swift

    public init(configuration: AnomalyDetectorConfiguration? = nil, dimensions: [Dimension]? = nil, metricName: String? = nil, namespace: String? = nil, stat: String? = nil, stateValue: AnomalyDetectorStateValue? = nil)