📂 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: inline_detect_anomalies_request.pyc
a M��fO � @ 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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�InlineDetectAnomaliesRequestz� This is the specialised JSON format that we accept as Training data, with an additional field for 'requestType' which is a required field used deciding whether it is an inline request or contains embedded data. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )aq Initializes a new InlineDetectAnomaliesRequest object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_anomaly_detection.models.InlineDetectAnomaliesRequest.request_type` attribute of this class is ``INLINE`` 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 InlineDetectAnomaliesRequest. :type model_id: str :param request_type: The value to assign to the request_type property of this InlineDetectAnomaliesRequest. Allowed values for this property are: "INLINE", "BASE64_ENCODED" :type request_type: str :param signal_names: The value to assign to the signal_names property of this InlineDetectAnomaliesRequest. :type signal_names: list[str] :param data: The value to assign to the data property of this InlineDetectAnomaliesRequest. :type data: list[oci.ai_anomaly_detection.models.DataItem] �strz list[str]zlist[DataItem])�model_id�request_type�signal_names�data�modelId�requestType�signalNamesr N�INLINE)� swagger_types� attribute_map� _model_id� _request_type� _signal_names�_data)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_anomaly_detection/models/inline_detect_anomalies_request.py�__init__ s ��z%InlineDetectAnomaliesRequest.__init__c C s | j S )z� **[Required]** Gets the signal_names of this InlineDetectAnomaliesRequest. List of signal names. :return: The signal_names of this InlineDetectAnomaliesRequest. :rtype: list[str] �r �r r r r r >