ruạṛ
a ���f�9 � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�Pipelinea| A pipeline is a logical grouping of tasks that together perform a higher level operation. For example, a pipeline could contain a set of tasks that load and clean data, then execute a dataflow to analyze the data. The pipeline allows you to manage the activities as a unit instead of individually. Users can also schedule the pipeline instead of the tasks independently. c K s� ddddddddddddddd �| _ d ddd ddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new Pipeline object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Pipeline. :type key: str :param model_version: The value to assign to the model_version property of this Pipeline. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this Pipeline. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this Pipeline. :type name: str :param description: The value to assign to the description property of this Pipeline. :type description: str :param model_type: The value to assign to the model_type property of this Pipeline. :type model_type: str :param object_version: The value to assign to the object_version property of this Pipeline. :type object_version: int :param object_status: The value to assign to the object_status property of this Pipeline. :type object_status: int :param identifier: The value to assign to the identifier property of this Pipeline. :type identifier: str :param nodes: The value to assign to the nodes property of this Pipeline. :type nodes: list[oci.data_integration.models.FlowNode] :param parameters: The value to assign to the parameters property of this Pipeline. :type parameters: list[oci.data_integration.models.Parameter] :param flow_config_values: The value to assign to the flow_config_values property of this Pipeline. :type flow_config_values: oci.data_integration.models.ConfigValues :param variables: The value to assign to the variables property of this Pipeline. :type variables: list[oci.data_integration.models.Variable] :param metadata: The value to assign to the metadata property of this Pipeline. :type metadata: oci.data_integration.models.ObjectMetadata �strZParentReference�intzlist[FlowNode]zlist[Parameter]ZConfigValueszlist[Variable]ZObjectMetadata)�key� model_version� parent_ref�name�description� model_type�object_version� object_status� identifier�nodes� parameters�flow_config_values� variables�metadatar ZmodelVersionZ parentRefr r Z modelTypeZ objectVersionZobjectStatusr r r ZflowConfigValuesr r N)Z swagger_typesZ attribute_map�_key�_model_version�_parent_ref�_name�_description�_model_type�_object_version�_object_status�_identifier�_nodes�_parameters�_flow_config_values� _variables� _metadata)�self�kwargs� r'