📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
stack_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: anomaly_data_point.cpython-39.pyc
a ���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 )�AnomalyDataPointz5 anomaly evaluation result fo the data point c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) ab Initializes a new AnomalyDataPoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param anomaly: The value to assign to the anomaly property of this AnomalyDataPoint. :type anomaly: float :param low: The value to assign to the low property of this AnomalyDataPoint. :type low: float :param high: The value to assign to the high property of this AnomalyDataPoint. :type high: float :param timestamp: The value to assign to the timestamp property of this AnomalyDataPoint. :type timestamp: datetime :param value: The value to assign to the value property of this AnomalyDataPoint. :type value: float �floatZdatetime)�anomaly�low�high� timestamp�valuer r r r r N)Z swagger_typesZ attribute_map�_anomaly�_low�_high� _timestamp�_value)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/anomaly_data_point.py�__init__ s"