PutAnomalyDetectorInput
public struct PutAnomalyDetectorInput : 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 when training and updating the model. You can specify as many as 10 time ranges. The configuration can also include the time zone to use for the metric. You can in
Declaration
Swift
public let configuration: AnomalyDetectorConfiguration?
-
The metric dimensions to create the anomaly detection model for.
Declaration
Swift
public let dimensions: [Dimension]?
-
The name of the metric to create the anomaly detection model for.
Declaration
Swift
public let metricName: String
-
The namespace of the metric to create the anomaly detection model for.
Declaration
Swift
public let namespace: String
-
The statistic to use for the metric and the anomaly detection model.
Declaration
Swift
public let stat: String
-
Undocumented
Declaration
Swift
public init(configuration: AnomalyDetectorConfiguration? = nil, dimensions: [Dimension]? = nil, metricName: String, namespace: String, stat: String)
-
Declaration
Swift
public func validate(name: String) throws