ruạṛ
a ���f�h � @ 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 @ sr e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!e dEdF� �Z"e"jdGdF� �Z"e dHdI� �Z#e#jdJdI� �Z#dKdL� Z$dMdN� Z%dOdP� Z&dQS )R�PipelineRunz% Description of PipelineRun. �ACCEPTED�IN_PROGRESS�FAILED� SUCCEEDED� CANCELING�CANCELED�DELETING�DELETEDc K s� dddddddddddddddddddd d d �| _ ddd ddddddddddddddddddd �| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d | _d | _d S )!a� Initializes a new PipelineRun object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PipelineRun. :type id: str :param time_accepted: The value to assign to the time_accepted property of this PipelineRun. :type time_accepted: datetime :param time_started: The value to assign to the time_started property of this PipelineRun. :type time_started: datetime :param time_updated: The value to assign to the time_updated property of this PipelineRun. :type time_updated: datetime :param time_finished: The value to assign to the time_finished property of this PipelineRun. :type time_finished: datetime :param created_by: The value to assign to the created_by property of this PipelineRun. :type created_by: str :param project_id: The value to assign to the project_id property of this PipelineRun. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this PipelineRun. :type compartment_id: str :param pipeline_id: The value to assign to the pipeline_id property of this PipelineRun. :type pipeline_id: str :param display_name: The value to assign to the display_name property of this PipelineRun. :type display_name: str :param configuration_details: The value to assign to the configuration_details property of this PipelineRun. :type configuration_details: oci.data_science.models.PipelineConfigurationDetails :param configuration_override_details: The value to assign to the configuration_override_details property of this PipelineRun. :type configuration_override_details: oci.data_science.models.PipelineConfigurationDetails :param log_configuration_override_details: The value to assign to the log_configuration_override_details property of this PipelineRun. :type log_configuration_override_details: oci.data_science.models.PipelineLogConfigurationDetails :param step_override_details: The value to assign to the step_override_details property of this PipelineRun. :type step_override_details: list[oci.data_science.models.PipelineStepOverrideDetails] :param log_details: The value to assign to the log_details property of this PipelineRun. :type log_details: oci.data_science.models.PipelineRunLogDetails :param step_runs: The value to assign to the step_runs property of this PipelineRun. :type step_runs: list[oci.data_science.models.PipelineStepRun] :param lifecycle_state: The value to assign to the lifecycle_state property of this PipelineRun. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this PipelineRun. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this PipelineRun. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PipelineRun. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PipelineRun. :type system_tags: dict(str, dict(str, object)) �strZdatetimeZPipelineConfigurationDetailsZPipelineLogConfigurationDetailsz!list[PipelineStepOverrideDetails]ZPipelineRunLogDetailszlist[PipelineStepRun]zdict(str, str)zdict(str, dict(str, object)))�id� time_accepted�time_started�time_updated� time_finished� created_by� project_id�compartment_id�pipeline_id�display_name�configuration_details�configuration_override_details�"log_configuration_override_details�step_override_details�log_details� step_runs�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr ZtimeAcceptedZtimeStartedZtimeUpdatedZtimeFinishedZ createdByZ projectIdZ compartmentIdZ pipelineIdZdisplayNameZconfigurationDetailsZconfigurationOverrideDetailsZlogConfigurationOverrideDetailsZstepOverrideDetailsZ logDetailsZstepRunsZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_time_accepted� _time_started� _time_updated�_time_finished�_created_by�_project_id�_compartment_id�_pipeline_id� _display_name�_configuration_details�_configuration_override_details�#_log_configuration_override_details�_step_override_details�_log_details� _step_runs�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r<