📂 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_default_configuration_details.cpython-39.pyc
a ���fl � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PipelineConfigurationDetails� )�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 )�#PipelineDefaultConfigurationDetailsz- The default pipeline configuration. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a� Initializes a new PipelineDefaultConfigurationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_science.models.PipelineDefaultConfigurationDetails.type` attribute of this class is ``DEFAULT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this PipelineDefaultConfigurationDetails. Allowed values for this property are: "DEFAULT" :type type: str :param maximum_runtime_in_minutes: The value to assign to the maximum_runtime_in_minutes property of this PipelineDefaultConfigurationDetails. :type maximum_runtime_in_minutes: int :param environment_variables: The value to assign to the environment_variables property of this PipelineDefaultConfigurationDetails. :type environment_variables: dict(str, str) :param command_line_arguments: The value to assign to the command_line_arguments property of this PipelineDefaultConfigurationDetails. :type command_line_arguments: str �str�intzdict(str, str))�type�maximum_runtime_in_minutes�environment_variables�command_line_argumentsr ZmaximumRuntimeInMinutesZenvironmentVariablesZcommandLineArgumentsNZDEFAULT)Z swagger_typesZ attribute_mapZ_type�_maximum_runtime_in_minutes�_environment_variables�_command_line_arguments)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/data_science/models/pipeline_default_configuration_details.py�__init__ s ��z,PipelineDefaultConfigurationDetails.__init__c C s | j S )aG Gets the maximum_runtime_in_minutes of this PipelineDefaultConfigurationDetails. A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress. :return: The maximum_runtime_in_minutes of this PipelineDefaultConfigurationDetails. :rtype: int �r �r r r r r >