📂 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: create_job_details.cpython-39.opt-1.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 @ sN 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� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreateJobDetailsz0 Parameters needed to create a new job. c K s� dddddddddddd �| _ d ddd dddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateJobDetails 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 CreateJobDetails. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateJobDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateJobDetails. :type display_name: str :param description: The value to assign to the description property of this CreateJobDetails. :type description: str :param job_configuration_details: The value to assign to the job_configuration_details property of this CreateJobDetails. :type job_configuration_details: oci.data_science.models.JobConfigurationDetails :param job_infrastructure_configuration_details: The value to assign to the job_infrastructure_configuration_details property of this CreateJobDetails. :type job_infrastructure_configuration_details: oci.data_science.models.JobInfrastructureConfigurationDetails :param job_environment_configuration_details: The value to assign to the job_environment_configuration_details property of this CreateJobDetails. :type job_environment_configuration_details: oci.data_science.models.JobEnvironmentConfigurationDetails :param job_log_configuration_details: The value to assign to the job_log_configuration_details property of this CreateJobDetails. :type job_log_configuration_details: oci.data_science.models.JobLogConfigurationDetails :param job_storage_mount_configuration_details_list: The value to assign to the job_storage_mount_configuration_details_list property of this CreateJobDetails. :type job_storage_mount_configuration_details_list: list[oci.data_science.models.StorageMountConfigurationDetails] :param freeform_tags: The value to assign to the freeform_tags property of this CreateJobDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateJobDetails. :type defined_tags: dict(str, dict(str, object)) �strZJobConfigurationDetailsZ%JobInfrastructureConfigurationDetailsZ"JobEnvironmentConfigurationDetailsZJobLogConfigurationDetailsz&list[StorageMountConfigurationDetails]zdict(str, str)zdict(str, dict(str, object)))� project_id�compartment_id�display_name�description�job_configuration_details�(job_infrastructure_configuration_details�%job_environment_configuration_details�job_log_configuration_details�,job_storage_mount_configuration_details_list� freeform_tags�defined_tagsZ projectIdZ compartmentIdZdisplayNamer ZjobConfigurationDetailsZ%jobInfrastructureConfigurationDetailsZ"jobEnvironmentConfigurationDetailsZjobLogConfigurationDetailsZ'jobStorageMountConfigurationDetailsListZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_project_id�_compartment_id� _display_name�_description�_job_configuration_details�)_job_infrastructure_configuration_details�&_job_environment_configuration_details�_job_log_configuration_details�-_job_storage_mount_configuration_details_list�_freeform_tags� _defined_tags)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/data_science/models/create_job_details.py�__init__ sF 3��zCreateJobDetails.__init__c C s | j S )a5 **[Required]** Gets the project_id of this CreateJobDetails. 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 CreateJobDetails. :rtype: str �r �r r r r! r l s zCreateJobDetails.project_idc C s || _ dS )a/ Sets the project_id of this CreateJobDetails. 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 CreateJobDetails. :type: str Nr# )r r r r r! r z s c C s | j S )aH **[Required]** Gets the compartment_id of this CreateJobDetails. 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 CreateJobDetails. :rtype: str �r r$ r r r! r � s zCreateJobDetails.compartment_idc C s || _ dS )aF Sets the compartment_id of this CreateJobDetails. 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 CreateJobDetails. :type: str Nr% )r r r r r! r � s c C s | j S )z� Gets the display_name of this CreateJobDetails. A user-friendly display name for the resource. :return: The display_name of this CreateJobDetails. :rtype: str �r r$ r r r! r � s zCreateJobDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateJobDetails. A user-friendly display name for the resource. :param display_name: The display_name of this CreateJobDetails. :type: str Nr&