📂 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
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: task_run_lineage_details.pyc
a N��f: � @ 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�TaskRunLineageDetailszl The task lineage object provides information on the lineage information of a task after execution. �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 TaskRunLineageDetails 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 TaskRunLineageDetails. :type key: str :param model_type: The value to assign to the model_type property of this TaskRunLineageDetails. :type model_type: str :param model_version: The value to assign to the model_version property of this TaskRunLineageDetails. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this TaskRunLineageDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this TaskRunLineageDetails. :type name: str :param description: The value to assign to the description property of this TaskRunLineageDetails. :type description: str :param object_version: The value to assign to the object_version property of this TaskRunLineageDetails. :type object_version: int :param task_name: The value to assign to the task_name property of this TaskRunLineageDetails. :type task_name: str :param task_type: The value to assign to the task_type property of this TaskRunLineageDetails. :type task_type: str :param task_key: The value to assign to the task_key property of this TaskRunLineageDetails. :type task_key: str :param is_lineage_gen_completed: The value to assign to the is_lineage_gen_completed property of this TaskRunLineageDetails. :type is_lineage_gen_completed: bool :param task_execution_status: The value to assign to the task_execution_status property of this TaskRunLineageDetails. Allowed values for this property are: "SUCCESS", "ERROR", "TERMINATED" :type task_execution_status: str :param flow: The value to assign to the flow property of this TaskRunLineageDetails. :type flow: oci.data_integration.models.DataFlow :param metadata: The value to assign to the metadata property of this TaskRunLineageDetails. :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_details.py�__init__ sX @��zTaskRunLineageDetails.__init__c C s | j S )z� Gets the key of this TaskRunLineageDetails. The object key. :return: The key of this TaskRunLineageDetails. :rtype: str �r) �r7 r9 r9 r: r � s zTaskRunLineageDetails.keyc C s || _ dS )z� Sets the key of this TaskRunLineageDetails. The object key. :param key: The key of this TaskRunLineageDetails. :type: str Nr<