📂 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: default_job_configuration_details.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�JobConfigurationDetails� )�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 )�DefaultJobConfigurationDetailsz( The default job configuration. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a� Initializes a new DefaultJobConfigurationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_science.models.DefaultJobConfigurationDetails.job_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 job_type: The value to assign to the job_type property of this DefaultJobConfigurationDetails. Allowed values for this property are: "DEFAULT" :type job_type: str :param environment_variables: The value to assign to the environment_variables property of this DefaultJobConfigurationDetails. :type environment_variables: dict(str, str) :param command_line_arguments: The value to assign to the command_line_arguments property of this DefaultJobConfigurationDetails. :type command_line_arguments: str :param maximum_runtime_in_minutes: The value to assign to the maximum_runtime_in_minutes property of this DefaultJobConfigurationDetails. :type maximum_runtime_in_minutes: int �strzdict(str, str)�int)Zjob_type�environment_variables�command_line_arguments�maximum_runtime_in_minutesZjobTypeZenvironmentVariablesZcommandLineArgumentsZmaximumRuntimeInMinutesNZDEFAULT)Z swagger_typesZ attribute_mapZ _job_type�_environment_variables�_command_line_arguments�_maximum_runtime_in_minutes)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/data_science/models/default_job_configuration_details.py�__init__ s ��z'DefaultJobConfigurationDetails.__init__c C s | j S )z� Gets the environment_variables of this DefaultJobConfigurationDetails. Environment variables to set for the job. :return: The environment_variables of this DefaultJobConfigurationDetails. :rtype: dict(str, str) �r �r r r r r >