📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: decision_output_port.cpython-39.pyc
a ���f�$ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TypedObject� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�DecisionOutputPortz[ The conditional output port details, used in operators such as decision operator. �DATA�CONTROL�MODEL� EVAL_ERROR� EVAL_TRUE� EVAL_FALSEc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new DecisionOutputPort object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DecisionOutputPort.model_type` attribute of this class is ``DECISION_OUTPUT_PORT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this DecisionOutputPort. Allowed values for this property are: "SHAPE", "INPUT_PORT", "SHAPE_FIELD", "INPUT_FIELD", "DERIVED_FIELD", "MACRO_FIELD", "OUTPUT_FIELD", "DYNAMIC_PROXY_FIELD", "OUTPUT_PORT", "DYNAMIC_INPUT_FIELD", "PROXY_FIELD", "PARAMETER", "PIVOT_FIELD", "MACRO_PIVOT_FIELD", "CONDITIONAL_OUTPUT_PORT", "INPUT_PROXY_FIELD", "MATERIALIZED_DYNAMIC_FIELD", "DECISION_OUTPUT_PORT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param key: The value to assign to the key property of this DecisionOutputPort. :type key: str :param model_version: The value to assign to the model_version property of this DecisionOutputPort. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DecisionOutputPort. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this DecisionOutputPort. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this DecisionOutputPort. :type object_status: int :param name: The value to assign to the name property of this DecisionOutputPort. :type name: str :param description: The value to assign to the description property of this DecisionOutputPort. :type description: str :param port_type: The value to assign to the port_type property of this DecisionOutputPort. Allowed values for this property are: "DATA", "CONTROL", "MODEL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type port_type: str :param fields: The value to assign to the fields property of this DecisionOutputPort. :type fields: list[oci.data_integration.models.TypedObject] :param decision_output_port_type: The value to assign to the decision_output_port_type property of this DecisionOutputPort. Allowed values for this property are: "EVAL_ERROR", "EVAL_TRUE", "EVAL_FALSE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type decision_output_port_type: str �strZParentReferenceZConfigValues�intzlist[TypedObject])Z model_type�keyZ model_versionZ parent_refZ config_valuesZ object_status�name�description� port_type�fields�decision_output_port_typeZ modelTyper ZmodelVersionZ parentRefZconfigValuesZobjectStatusr r ZportTyper ZdecisionOutputPortTypeNZDECISION_OUTPUT_PORT) Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_refZ_config_valuesZ_object_status�_nameZ_description� _port_type�_fields�_decision_output_port_type)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/data_integration/models/decision_output_port.py�__init__* sH :��zDecisionOutputPort.__init__c C s | j S )a� **[Required]** Gets the port_type of this DecisionOutputPort. The port details for the data asset.Type. Allowed values for this property are: "DATA", "CONTROL", "MODEL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The port_type of this DecisionOutputPort. :rtype: str )r �r r r r r � s zDecisionOutputPort.port_typec C s g d�}t ||�sd}|| _dS )z� Sets the port_type of this DecisionOutputPort. The port details for the data asset.Type. :param port_type: The port_type of this DecisionOutputPort. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r � s c C s | j S )z� Gets the fields of this DecisionOutputPort. An array of fields. :return: The fields of this DecisionOutputPort. :rtype: list[oci.data_integration.models.TypedObject] �r r r r r r � s zDecisionOutputPort.fieldsc C s || _ dS )z� Sets the fields of this DecisionOutputPort. An array of fields. :param fields: The fields of this DecisionOutputPort. :type: list[oci.data_integration.models.TypedObject] Nr# )r r r r r r � s c C s | j S )a� **[Required]** Gets the decision_output_port_type of this DecisionOutputPort. The port based on what decision expression evaluates to. Allowed values for this property are: "EVAL_ERROR", "EVAL_TRUE", "EVAL_FALSE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The decision_output_port_type of this DecisionOutputPort. :rtype: str )r r r r r r � s z,DecisionOutputPort.decision_output_port_typec C s g d�}t ||�sd}|| _dS )a Sets the decision_output_port_type of this DecisionOutputPort. The port based on what decision expression evaluates to. :param decision_output_port_type: The decision_output_port_type of this DecisionOutputPort. :type: str )r r r r! N)r r )r r r"