ruạṛ
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 d d� Z dd� Zdd� ZdS )� MetricDataz Metric Details c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MetricData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dimensions: The value to assign to the dimensions property of this MetricData. :type dimensions: dict(str, str) :param training_data_points: The value to assign to the training_data_points property of this MetricData. :type training_data_points: list[oci.stack_monitoring.models.DataPoint] :param evaluation_data_points: The value to assign to the evaluation_data_points property of this MetricData. :type evaluation_data_points: list[oci.stack_monitoring.models.DataPoint] zdict(str, str)zlist[DataPoint])� dimensions�training_data_points�evaluation_data_pointsr ZtrainingDataPointsZevaluationDataPointsN)Z swagger_typesZ attribute_map�_dimensions�_training_data_points�_evaluation_data_points)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/metric_data.py�__init__ s ��zMetricData.__init__c C s | j S )z� Gets the dimensions of this MetricData. list of dimensions for the metric :return: The dimensions of this MetricData. :rtype: dict(str, str) �r �r r r r r 4 s zMetricData.dimensionsc C s || _ dS )z� Sets the dimensions of this MetricData. list of dimensions for the metric :param dimensions: The dimensions of this MetricData. :type: dict(str, str) Nr )r r r r r r @ s c C s | j S )a **[Required]** Gets the training_data_points of this MetricData. list of data points for the metric for training of baseline :return: The training_data_points of this MetricData. :rtype: list[oci.stack_monitoring.models.DataPoint] �r r r r r r L s zMetricData.training_data_pointsc C s || _ dS )a Sets the training_data_points of this MetricData. list of data points for the metric for training of baseline :param training_data_points: The training_data_points of this MetricData. :type: list[oci.stack_monitoring.models.DataPoint] Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the evaluation_data_points of this MetricData. list of data points for the metric for evaluation of anomalies :return: The evaluation_data_points of this MetricData. :rtype: list[oci.stack_monitoring.models.DataPoint] �r r r r r r d s z!MetricData.evaluation_data_pointsc C s || _ dS )a Sets the evaluation_data_points of this MetricData. list of data points for the metric for evaluation of anomalies :param evaluation_data_points: The evaluation_data_points of this MetricData. :type: list[oci.stack_monitoring.models.DataPoint] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zMetricData.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zMetricData.__eq__c C s | |k S r r r r r r �__ne__� s zMetricData.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"