📂 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
›
ai_language
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_language/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: job.cpython-39.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 @ sr e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!e dEdF� �Z"e"jdGdF� �Z"e dHdI� �Z#e#jdJdI� �Z#dKdL� Z$dMdN� Z%dOdP� Z&dQS )R�Jobz� Job details which contain input document details on which prediction need to run, features (which and all language services ) need to run and where to store results �ACCEPTED�IN_PROGRESS� SUCCEEDED�FAILED� CANCELING�CANCELED�DELETING�DELETEDc K s� dddddddddddddddddddddd�| _ d d ddd ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a/ Initializes a new Job object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Job. :type id: str :param display_name: The value to assign to the display_name property of this Job. :type display_name: str :param description: The value to assign to the description property of this Job. :type description: str :param input_location: The value to assign to the input_location property of this Job. :type input_location: oci.ai_language.models.InputLocation :param input_configuration: The value to assign to the input_configuration property of this Job. :type input_configuration: oci.ai_language.models.InputConfiguration :param model_metadata_details: The value to assign to the model_metadata_details property of this Job. :type model_metadata_details: list[oci.ai_language.models.ModelMetadataDetails] :param compartment_id: The value to assign to the compartment_id property of this Job. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Job. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "CANCELING", "CANCELED", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Job. :type lifecycle_details: str :param percent_complete: The value to assign to the percent_complete property of this Job. :type percent_complete: int :param total_documents: The value to assign to the total_documents property of this Job. :type total_documents: int :param pending_documents: The value to assign to the pending_documents property of this Job. :type pending_documents: int :param completed_documents: The value to assign to the completed_documents property of this Job. :type completed_documents: int :param failed_documents: The value to assign to the failed_documents property of this Job. :type failed_documents: int :param warnings_count: The value to assign to the warnings_count property of this Job. :type warnings_count: int :param output_location: The value to assign to the output_location property of this Job. :type output_location: oci.ai_language.models.ObjectPrefixOutputLocation :param ttl_in_days: The value to assign to the ttl_in_days property of this Job. :type ttl_in_days: int :param created_by: The value to assign to the created_by property of this Job. :type created_by: str :param time_accepted: The value to assign to the time_accepted property of this Job. :type time_accepted: datetime :param time_started: The value to assign to the time_started property of this Job. :type time_started: datetime :param time_completed: The value to assign to the time_completed property of this Job. :type time_completed: datetime �strZ InputLocationZInputConfigurationzlist[ModelMetadataDetails]�intZObjectPrefixOutputLocationZdatetime)�id�display_name�description�input_location�input_configuration�model_metadata_details�compartment_id�lifecycle_state�lifecycle_details�percent_complete�total_documents�pending_documents�completed_documents�failed_documents�warnings_count�output_location�ttl_in_days� created_by� time_accepted�time_started�time_completedr ZdisplayNamer Z inputLocationZinputConfigurationZmodelMetadataDetailsZ compartmentIdZlifecycleStateZlifecycleDetailsZpercentCompleteZtotalDocumentsZpendingDocumentsZcompletedDocumentsZfailedDocumentsZ warningsCountZoutputLocationZ ttlInDaysZ createdByZtimeAcceptedZtimeStartedZ timeCompletedN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_input_location�_input_configuration�_model_metadata_details�_compartment_id�_lifecycle_state�_lifecycle_details�_percent_complete�_total_documents�_pending_documents�_completed_documents�_failed_documents�_warnings_count�_output_location�_ttl_in_days�_created_by�_time_accepted� _time_started�_time_completed)�self�kwargs� r= �>/usr/lib/python3.9/site-packages/oci/ai_language/models/job.py�__init__2 s� ]��zJob.__init__c C s | j S )z� **[Required]** Gets the id of this Job. The `OCID`__ of the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this Job. :rtype: str �r&