📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_job_run_details.cpython-39.pyc
a ���f�1 � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateJobRunDetailsz4 Parameters needed to create a new job run. c K sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateJobRunDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param project_id: The value to assign to the project_id property of this CreateJobRunDetails. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateJobRunDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateJobRunDetails. :type display_name: str :param job_id: The value to assign to the job_id property of this CreateJobRunDetails. :type job_id: str :param job_configuration_override_details: The value to assign to the job_configuration_override_details property of this CreateJobRunDetails. :type job_configuration_override_details: oci.data_science.models.JobConfigurationDetails :param job_log_configuration_override_details: The value to assign to the job_log_configuration_override_details property of this CreateJobRunDetails. :type job_log_configuration_override_details: oci.data_science.models.JobLogConfigurationDetails :param job_environment_configuration_override_details: The value to assign to the job_environment_configuration_override_details property of this CreateJobRunDetails. :type job_environment_configuration_override_details: oci.data_science.models.JobEnvironmentConfigurationDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateJobRunDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateJobRunDetails. :type defined_tags: dict(str, dict(str, object)) �strZJobConfigurationDetailsZJobLogConfigurationDetailsZ"JobEnvironmentConfigurationDetailszdict(str, str)zdict(str, dict(str, object))) � project_id�compartment_id�display_name�job_id�"job_configuration_override_details�&job_log_configuration_override_details�.job_environment_configuration_override_details� freeform_tags�defined_tagsZ projectIdZ compartmentIdZdisplayNameZjobIdZjobConfigurationOverrideDetailsZ"jobLogConfigurationOverrideDetailsZ*jobEnvironmentConfigurationOverrideDetailsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_project_id�_compartment_id� _display_name�_job_id�#_job_configuration_override_details�'_job_log_configuration_override_details�/_job_environment_configuration_override_details�_freeform_tags� _defined_tags)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/data_science/models/create_job_run_details.py�__init__ s: +� �zCreateJobRunDetails.__init__c C s | j S )a; **[Required]** Gets the project_id of this CreateJobRunDetails. The `OCID`__ of the project to associate the job with. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The project_id of this CreateJobRunDetails. :rtype: str �r �r r r r r ^ s zCreateJobRunDetails.project_idc C s || _ dS )a5 Sets the project_id of this CreateJobRunDetails. The `OCID`__ of the project to associate the job with. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param project_id: The project_id of this CreateJobRunDetails. :type: str Nr )r r r r r r l s c C s | j S )aN **[Required]** Gets the compartment_id of this CreateJobRunDetails. The `OCID`__ of the compartment where you want to create the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateJobRunDetails. :rtype: str �r r r r r r z s z"CreateJobRunDetails.compartment_idc C s || _ dS )aL Sets the compartment_id of this CreateJobRunDetails. The `OCID`__ of the compartment where you want to create the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateJobRunDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the display_name of this CreateJobRunDetails. A user-friendly display name for the resource. :return: The display_name of this CreateJobRunDetails. :rtype: str �r r r r r r � s z CreateJobRunDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateJobRunDetails. A user-friendly display name for the resource. :param display_name: The display_name of this CreateJobRunDetails. :type: str Nr"