ruạṛ
a N��ff` � @ 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 @ sZ e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Z e jd3d2� �Z ed4d5� �Z!e!jd6d5� �Z!ed7d8� �Z"e"jd9d8� �Z"ed:d;� �Z#e#jd<d;� �Z#ed=d>� �Z$e$jd?d>� �Z$ed@dA� �Z%e%jdBdA� �Z%edCdD� �Z&e&jdEdD� �Z&edFdG� �Z'e'jdHdG� �Z'edIdJ� �Z(e(jdKdJ� �Z(dLdM� Z)dNdO� Z*dPdQ� Z+dRS )S� RunSummaryz A summary of the run. �SCALA�JAVA�PYTHON�SQL�ACCEPTED�IN_PROGRESS� CANCELING�CANCELED�FAILED� SUCCEEDED�STOPPING�STOPPED�BATCH� STREAMING�SESSIONc K s� dddddddddddddddddddd�| _ ddd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new RunSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_id: The value to assign to the application_id property of this RunSummary. :type application_id: str :param compartment_id: The value to assign to the compartment_id property of this RunSummary. :type compartment_id: str :param data_read_in_bytes: The value to assign to the data_read_in_bytes property of this RunSummary. :type data_read_in_bytes: int :param data_written_in_bytes: The value to assign to the data_written_in_bytes property of this RunSummary. :type data_written_in_bytes: int :param defined_tags: The value to assign to the defined_tags property of this RunSummary. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this RunSummary. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this RunSummary. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this RunSummary. :type id: str :param language: The value to assign to the language property of this RunSummary. Allowed values for this property are: "SCALA", "JAVA", "PYTHON", "SQL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type language: str :param lifecycle_details: The value to assign to the lifecycle_details property of this RunSummary. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this RunSummary. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "CANCELING", "CANCELED", "FAILED", "SUCCEEDED", "STOPPING", "STOPPED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param opc_request_id: The value to assign to the opc_request_id property of this RunSummary. :type opc_request_id: str :param owner_principal_id: The value to assign to the owner_principal_id property of this RunSummary. :type owner_principal_id: str :param owner_user_name: The value to assign to the owner_user_name property of this RunSummary. :type owner_user_name: str :param run_duration_in_milliseconds: The value to assign to the run_duration_in_milliseconds property of this RunSummary. :type run_duration_in_milliseconds: int :param total_o_cpu: The value to assign to the total_o_cpu property of this RunSummary. :type total_o_cpu: int :param time_created: The value to assign to the time_created property of this RunSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this RunSummary. :type time_updated: datetime :param type: The value to assign to the type property of this RunSummary. Allowed values for this property are: "BATCH", "STREAMING", "SESSION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str �str�intzdict(str, dict(str, object))zdict(str, str)�datetime)�application_id�compartment_id�data_read_in_bytes�data_written_in_bytes�defined_tags�display_name� freeform_tags�id�language�lifecycle_details�lifecycle_state�opc_request_id�owner_principal_id�owner_user_name�run_duration_in_milliseconds�total_o_cpu�time_created�time_updated�type� applicationId� compartmentId�dataReadInBytes�dataWrittenInBytes�definedTags�displayName�freeformTagsr r! �lifecycleDetails�lifecycleState�opcRequestId�ownerPrincipalId� ownerUserName�runDurationInMilliseconds� totalOCpu�timeCreated�timeUpdatedr+ N)� swagger_types� attribute_map�_application_id�_compartment_id�_data_read_in_bytes�_data_written_in_bytes� _defined_tags� _display_name�_freeform_tags�_id� _language�_lifecycle_details�_lifecycle_state�_opc_request_id�_owner_principal_id�_owner_user_name�_run_duration_in_milliseconds�_total_o_cpu� _time_created� _time_updated�_type)�self�kwargs� rS ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_flow/models/run_summary.py�__init__L sv Y��zRunSummary.__init__c C s | j S )z� **[Required]** Gets the application_id of this RunSummary. The application ID. :return: The application_id of this RunSummary. :rtype: str �r>