ruạṛ
a N��fD: � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�TaskRunLineageSummaryz/ The information about TaskRunLineage. �SUCCESS�ERROR� TERMINATEDc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a> Initializes a new TaskRunLineageSummary 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 TaskRunLineageSummary. :type key: str :param model_type: The value to assign to the model_type property of this TaskRunLineageSummary. :type model_type: str :param model_version: The value to assign to the model_version property of this TaskRunLineageSummary. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this TaskRunLineageSummary. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this TaskRunLineageSummary. :type name: str :param description: The value to assign to the description property of this TaskRunLineageSummary. :type description: str :param object_version: The value to assign to the object_version property of this TaskRunLineageSummary. :type object_version: int :param task_name: The value to assign to the task_name property of this TaskRunLineageSummary. :type task_name: str :param task_type: The value to assign to the task_type property of this TaskRunLineageSummary. :type task_type: str :param task_key: The value to assign to the task_key property of this TaskRunLineageSummary. :type task_key: str :param is_lineage_gen_completed: The value to assign to the is_lineage_gen_completed property of this TaskRunLineageSummary. :type is_lineage_gen_completed: bool :param task_execution_status: The value to assign to the task_execution_status property of this TaskRunLineageSummary. Allowed values for this property are: "SUCCESS", "ERROR", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type task_execution_status: str :param flow: The value to assign to the flow property of this TaskRunLineageSummary. :type flow: oci.data_integration.models.DataFlow :param metadata: The value to assign to the metadata property of this TaskRunLineageSummary. :type metadata: oci.data_integration.models.ObjectMetadata �str�ParentReference�int�bool�DataFlow�ObjectMetadata)�key� model_type� model_version� parent_ref�name�description�object_version� task_name� task_type�task_key�is_lineage_gen_completed�task_execution_status�flow�metadatar � modelType�modelVersion� parentRefr r � objectVersion�taskName�taskType�taskKey�isLineageGenCompleted�taskExecutionStatusr r N)� swagger_types� attribute_map�_key�_model_type�_model_version�_parent_ref�_name�_description�_object_version� _task_name� _task_type� _task_key�_is_lineage_gen_completed�_task_execution_status�_flow� _metadata)�self�kwargs� r9 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/task_run_lineage_summary.py�__init__ sX A��zTaskRunLineageSummary.__init__c C s | j S )z� Gets the key of this TaskRunLineageSummary. The object key. :return: The key of this TaskRunLineageSummary. :rtype: str �r) �r7 r9 r9 r: r � s zTaskRunLineageSummary.keyc C s || _ dS )z� Sets the key of this TaskRunLineageSummary. The object key. :param key: The key of this TaskRunLineageSummary. :type: str Nr<