📂 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: embedded_detect_anomalies_request.pyc
a M��fb � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DetectAnomaliesDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sl e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z dd � Zdd� Zdd� Z dS )�EmbeddedDetectAnomaliesRequestz� The request body when the user selects to provide byte data in detect call which is Base64 encoded. The default type of the data is CSV and can be JSON by setting the 'contentType'. �CSV�JSONc K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new EmbeddedDetectAnomaliesRequest object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_anomaly_detection.models.EmbeddedDetectAnomaliesRequest.request_type` attribute of this class is ``BASE64_ENCODED`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_id: The value to assign to the model_id property of this EmbeddedDetectAnomaliesRequest. :type model_id: str :param request_type: The value to assign to the request_type property of this EmbeddedDetectAnomaliesRequest. Allowed values for this property are: "INLINE", "BASE64_ENCODED" :type request_type: str :param content_type: The value to assign to the content_type property of this EmbeddedDetectAnomaliesRequest. Allowed values for this property are: "CSV", "JSON" :type content_type: str :param content: The value to assign to the content property of this EmbeddedDetectAnomaliesRequest. :type content: str �str)�model_id�request_type�content_type�content�modelId�requestType�contentTyper N�BASE64_ENCODED)� swagger_types� attribute_map� _model_id� _request_type� _content_type�_content)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_anomaly_detection/models/embedded_detect_anomalies_request.py�__init__ s ��z'EmbeddedDetectAnomaliesRequest.__init__c C s | j S )z� Gets the content_type of this EmbeddedDetectAnomaliesRequest. Allowed values for this property are: "CSV", "JSON" :return: The content_type of this EmbeddedDetectAnomaliesRequest. :rtype: str )r �r r r r r F s z+EmbeddedDetectAnomaliesRequest.content_typec C s* ddg}t ||�s td�|���|| _dS )z� Sets the content_type of this EmbeddedDetectAnomaliesRequest. :param content_type: The content_type of this EmbeddedDetectAnomaliesRequest. :type: str r r z<Invalid value for `content_type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r R s ��c C s | j S )z� **[Required]** Gets the content of this EmbeddedDetectAnomaliesRequest. :return: The content of this EmbeddedDetectAnomaliesRequest. :rtype: str �r r r r r r b s z&EmbeddedDetectAnomaliesRequest.contentc C s || _ dS )z� Sets the content of this EmbeddedDetectAnomaliesRequest. :param content: The content of this EmbeddedDetectAnomaliesRequest. :type: str Nr# )r r r r r r l s c C s t | �S �N)r r r r r �__repr__v s z'EmbeddedDetectAnomaliesRequest.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__y s z%EmbeddedDetectAnomaliesRequest.__eq__c C s | |k S r$ r r'