📂 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_step_details.cpython-39.pyc
a ���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 d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�PipelineStepDetailsz! A step in the pipeline. �ML_JOB� CUSTOM_SCRIPT� CONTAINERc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )al Initializes a new PipelineStepDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.data_science.models.PipelineContainerStepDetails` * :class:`~oci.data_science.models.PipelineMLJobStepDetails` * :class:`~oci.data_science.models.PipelineCustomScriptStepDetails` 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 PipelineStepDetails. Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type step_type: str :param step_name: The value to assign to the step_name property of this PipelineStepDetails. :type step_name: str :param description: The value to assign to the description property of this PipelineStepDetails. :type description: str :param depends_on: The value to assign to the depends_on property of this PipelineStepDetails. :type depends_on: list[str] :param step_configuration_details: The value to assign to the step_configuration_details property of this PipelineStepDetails. :type step_configuration_details: oci.data_science.models.PipelineStepConfigurationDetails �strz list[str]Z PipelineStepConfigurationDetails)� step_type� step_name�description� depends_on�step_configuration_details�stepTypeZstepNamer Z dependsOnZstepConfigurationDetailsN)Z swagger_typesZ attribute_map� _step_type� _step_name�_description�_depends_on�_step_configuration_details)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/data_science/models/pipeline_step_details.py�__init__ s"