📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
ai_anomaly_detection
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/ai_anomaly_detection/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: anomaly.pyc
a M��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�AnomalyzD An object to hold value information for each anomaly point c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new Anomaly object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param signal_name: The value to assign to the signal_name property of this Anomaly. :type signal_name: str :param actual_value: The value to assign to the actual_value property of this Anomaly. :type actual_value: float :param estimated_value: The value to assign to the estimated_value property of this Anomaly. :type estimated_value: float :param imputed_value: The value to assign to the imputed_value property of this Anomaly. :type imputed_value: float :param anomaly_score: The value to assign to the anomaly_score property of this Anomaly. :type anomaly_score: float �str�float)�signal_name�actual_value�estimated_value� imputed_value� anomaly_score� signalName�actualValue�estimatedValue�imputedValue�anomalyScoreN)� swagger_types� attribute_map�_signal_name� _actual_value�_estimated_value�_imputed_value�_anomaly_score)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_anomaly_detection/models/anomaly.py�__init__ s"