AnomalyDetectResult¶
-
class
oci.ai_anomaly_detection.models.
AnomalyDetectResult
(**kwargs)¶ Bases:
object
Results of the detect anomalies call.
Methods
__init__
(**kwargs)Initializes a new AnomalyDetectResult object with values from keyword arguments. Attributes
detection_results
[Required] Gets the detection_results of this AnomalyDetectResult. -
__init__
(**kwargs)¶ Initializes a new AnomalyDetectResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: detection_results (list[oci.ai_anomaly_detection.models.DetectionResultItem]) – The value to assign to the detection_results property of this AnomalyDetectResult.
-
detection_results
¶ [Required] Gets the detection_results of this AnomalyDetectResult. A list to hold anomaly points grouped by timestamp/row.
Returns: The detection_results of this AnomalyDetectResult. Return type: list[oci.ai_anomaly_detection.models.DetectionResultItem]
-