📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: pipeline_step_configuration_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� PipelineStepConfigurationDetailsz. The configuration details of a step. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a9 Initializes a new PipelineStepConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param maximum_runtime_in_minutes: The value to assign to the maximum_runtime_in_minutes property of this PipelineStepConfigurationDetails. :type maximum_runtime_in_minutes: int :param environment_variables: The value to assign to the environment_variables property of this PipelineStepConfigurationDetails. :type environment_variables: dict(str, str) :param command_line_arguments: The value to assign to the command_line_arguments property of this PipelineStepConfigurationDetails. :type command_line_arguments: str �intzdict(str, str)�str)�maximum_runtime_in_minutes�environment_variables�command_line_argumentsZmaximumRuntimeInMinutesZenvironmentVariablesZcommandLineArgumentsN)Z swagger_typesZ attribute_map�_maximum_runtime_in_minutes�_environment_variables�_command_line_arguments)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/data_science/models/pipeline_step_configuration_details.py�__init__ s ��z)PipelineStepConfigurationDetails.__init__c C s | j S )a Gets the maximum_runtime_in_minutes of this PipelineStepConfigurationDetails. A time bound for the execution of the step. :return: The maximum_runtime_in_minutes of this PipelineStepConfigurationDetails. :rtype: int �r �r r r r r 4 s z;PipelineStepConfigurationDetails.maximum_runtime_in_minutesc C s || _ dS )a Sets the maximum_runtime_in_minutes of this PipelineStepConfigurationDetails. A time bound for the execution of the step. :param maximum_runtime_in_minutes: The maximum_runtime_in_minutes of this PipelineStepConfigurationDetails. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the environment_variables of this PipelineStepConfigurationDetails. Environment variables to set for step. :return: The environment_variables of this PipelineStepConfigurationDetails. :rtype: dict(str, str) �r r r r r r L s z6PipelineStepConfigurationDetails.environment_variablesc C s || _ dS )a Sets the environment_variables of this PipelineStepConfigurationDetails. Environment variables to set for step. :param environment_variables: The environment_variables of this PipelineStepConfigurationDetails. :type: dict(str, str) Nr )r r r r r r X s c C s | j S )z� Gets the command_line_arguments of this PipelineStepConfigurationDetails. The command line arguments to set for step. :return: The command_line_arguments of this PipelineStepConfigurationDetails. :rtype: str �r r r r r r d s z7PipelineStepConfigurationDetails.command_line_argumentsc C s || _ dS )a Sets the command_line_arguments of this PipelineStepConfigurationDetails. The command line arguments to set for step. :param command_line_arguments: The command_line_arguments of this PipelineStepConfigurationDetails. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z)PipelineStepConfigurationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z'PipelineStepConfigurationDetails.__eq__c C s | |k S r r r r r r �__ne__� s z'PipelineStepConfigurationDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"