📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_science
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_science/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: pipeline_container_step_details.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PipelineStepDetails� )�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 d d� Z dd� Zdd� ZdS )�PipelineContainerStepDetailsz~ The type of step where user provides the container details for an execution engine managed by the pipelines service. c K sj ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )ag Initializes a new PipelineContainerStepDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_science.models.PipelineContainerStepDetails.step_type` attribute of this class is ``CONTAINER`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param step_type: The value to assign to the step_type property of this PipelineContainerStepDetails. Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER" :type step_type: str :param step_name: The value to assign to the step_name property of this PipelineContainerStepDetails. :type step_name: str :param description: The value to assign to the description property of this PipelineContainerStepDetails. :type description: str :param depends_on: The value to assign to the depends_on property of this PipelineContainerStepDetails. :type depends_on: list[str] :param step_configuration_details: The value to assign to the step_configuration_details property of this PipelineContainerStepDetails. :type step_configuration_details: oci.data_science.models.PipelineStepConfigurationDetails :param step_infrastructure_configuration_details: The value to assign to the step_infrastructure_configuration_details property of this PipelineContainerStepDetails. :type step_infrastructure_configuration_details: oci.data_science.models.PipelineInfrastructureConfigurationDetails :param step_container_configuration_details: The value to assign to the step_container_configuration_details property of this PipelineContainerStepDetails. :type step_container_configuration_details: oci.data_science.models.PipelineContainerConfigurationDetails :param is_artifact_uploaded: The value to assign to the is_artifact_uploaded property of this PipelineContainerStepDetails. :type is_artifact_uploaded: bool �strz list[str]Z PipelineStepConfigurationDetailsZ*PipelineInfrastructureConfigurationDetailsZ%PipelineContainerConfigurationDetails�bool)Z step_typeZ step_name�descriptionZ depends_onZstep_configuration_details�)step_infrastructure_configuration_details�$step_container_configuration_details�is_artifact_uploadedZstepTypeZstepNamer Z dependsOnZstepConfigurationDetailsZ&stepInfrastructureConfigurationDetailsZ!stepContainerConfigurationDetailsZisArtifactUploadedNZ CONTAINER) Z swagger_typesZ attribute_mapZ _step_typeZ _step_nameZ_descriptionZ_depends_onZ_step_configuration_details�*_step_infrastructure_configuration_details�%_step_container_configuration_details�_is_artifact_uploaded)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/data_science/models/pipeline_container_step_details.py�__init__ s6 )��z%PipelineContainerStepDetails.__init__c C s | j S )a# Gets the step_infrastructure_configuration_details of this PipelineContainerStepDetails. :return: The step_infrastructure_configuration_details of this PipelineContainerStepDetails. :rtype: oci.data_science.models.PipelineInfrastructureConfigurationDetails �r �r r r r r Z s zFPipelineContainerStepDetails.step_infrastructure_configuration_detailsc C s || _ dS )aK Sets the step_infrastructure_configuration_details of this PipelineContainerStepDetails. :param step_infrastructure_configuration_details: The step_infrastructure_configuration_details of this PipelineContainerStepDetails. :type: oci.data_science.models.PipelineInfrastructureConfigurationDetails Nr )r r r r r r d s c C s | j S )a# **[Required]** Gets the step_container_configuration_details of this PipelineContainerStepDetails. :return: The step_container_configuration_details of this PipelineContainerStepDetails. :rtype: oci.data_science.models.PipelineContainerConfigurationDetails �r r r r r r n s zAPipelineContainerStepDetails.step_container_configuration_detailsc C s || _ dS )a7 Sets the step_container_configuration_details of this PipelineContainerStepDetails. :param step_container_configuration_details: The step_container_configuration_details of this PipelineContainerStepDetails. :type: oci.data_science.models.PipelineContainerConfigurationDetails Nr )r r r r r r x s c C s | j S )a Gets the is_artifact_uploaded of this PipelineContainerStepDetails. A flag to indicate whether the artifact has been uploaded for this step or not. :return: The is_artifact_uploaded of this PipelineContainerStepDetails. :rtype: bool �r r r r r r � s z1PipelineContainerStepDetails.is_artifact_uploadedc C s || _ dS )a' Sets the is_artifact_uploaded of this PipelineContainerStepDetails. A flag to indicate whether the artifact has been uploaded for this step or not. :param is_artifact_uploaded: The is_artifact_uploaded of this PipelineContainerStepDetails. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%PipelineContainerStepDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#PipelineContainerStepDetails.__eq__c C s | |k S r r r r r r �__ne__� s z#PipelineContainerStepDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r r r r r s"