📂 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_summary.cpython-39.opt-1.pyc
a ���f�A � @ 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� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );� JobSummaryzD sub set of Job details data which need returns in list API c K s� ddddddddddddddddd�| _ ddddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a Initializes a new JobSummary 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 JobSummary. :type id: str :param display_name: The value to assign to the display_name property of this JobSummary. :type display_name: str :param description: The value to assign to the description property of this JobSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this JobSummary. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this JobSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this JobSummary. :type lifecycle_details: str :param percent_complete: The value to assign to the percent_complete property of this JobSummary. :type percent_complete: int :param total_documents: The value to assign to the total_documents property of this JobSummary. :type total_documents: int :param pending_documents: The value to assign to the pending_documents property of this JobSummary. :type pending_documents: int :param completed_documents: The value to assign to the completed_documents property of this JobSummary. :type completed_documents: int :param failed_documents: The value to assign to the failed_documents property of this JobSummary. :type failed_documents: int :param warnings_count: The value to assign to the warnings_count property of this JobSummary. :type warnings_count: int :param created_by: The value to assign to the created_by property of this JobSummary. :type created_by: str :param time_accepted: The value to assign to the time_accepted property of this JobSummary. :type time_accepted: datetime :param time_started: The value to assign to the time_started property of this JobSummary. :type time_started: datetime :param time_completed: The value to assign to the time_completed property of this JobSummary. :type time_completed: datetime �str�intZdatetime)�id�display_name�description�compartment_id�lifecycle_state�lifecycle_details�percent_complete�total_documents�pending_documents�completed_documents�failed_documents�warnings_count� created_by� time_accepted�time_started�time_completedr ZdisplayNamer Z compartmentIdZlifecycleStateZlifecycleDetailsZpercentCompleteZtotalDocumentsZpendingDocumentsZcompletedDocumentsZfailedDocumentsZ warningsCountZ createdByZtimeAcceptedZtimeStartedZ timeCompletedN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_compartment_id�_lifecycle_state�_lifecycle_details�_percent_complete�_total_documents�_pending_documents�_completed_documents�_failed_documents�_warnings_count�_created_by�_time_accepted� _time_started�_time_completed)�self�kwargs� r+ �F/usr/lib/python3.9/site-packages/oci/ai_language/models/job_summary.py�__init__ sd G��zJobSummary.__init__c C s | j S )z� **[Required]** Gets the id of this JobSummary. The `OCID`__ of the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this JobSummary. :rtype: str �r �r) r+ r+ r, r � s z JobSummary.idc C s || _ dS )z� Sets the id of this JobSummary. The `OCID`__ of the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this JobSummary. :type: str Nr. )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the display_name of this JobSummary. A user-friendly display name for the job. :return: The display_name of this JobSummary. :rtype: str �r r/ r+ r+ r, r � s zJobSummary.display_namec C s || _ dS )z� Sets the display_name of this JobSummary. A user-friendly display name for the job. :param display_name: The display_name of this JobSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )z� Gets the description of this JobSummary. A short description of the job. :return: The description of this JobSummary. :rtype: str �r r/ r+ r+ r, r � s zJobSummary.descriptionc C s || _ dS )z� Sets the description of this JobSummary. A short description of the job. :param description: The description of this JobSummary. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )a< **[Required]** Gets the compartment_id of this JobSummary. 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 JobSummary. :rtype: str �r r/ r+ r+ r, r � s zJobSummary.compartment_idc C s || _ dS )a: Sets the compartment_id of this JobSummary. 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 JobSummary. :type: str Nr2 )r) r r+ r+ r, r � s c C s | j S )z� Gets the lifecycle_state of this JobSummary. The current state of the Speech Job. :return: The lifecycle_state of this JobSummary. :rtype: str �r r/ r+ r+ r, r � s zJobSummary.lifecycle_statec C s || _ dS )z� Sets the lifecycle_state of this JobSummary. The current state of the Speech Job. :param lifecycle_state: The lifecycle_state of this JobSummary. :type: str Nr3 )r) r r+ r+ r, r s c C s | j S )a+ Gets the lifecycle_details of this JobSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. :return: The lifecycle_details of this JobSummary. :rtype: str �r r/ r+ r+ r, r s zJobSummary.lifecycle_detailsc C s || _ dS )a; Sets the lifecycle_details of this JobSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. :param lifecycle_details: The lifecycle_details of this JobSummary. :type: str Nr4 )r) r r+ r+ r, r s c C s | j S )z� Gets the percent_complete of this JobSummary. How much progress the operation has made, vs the total amount of work that must be performed. :return: The percent_complete of this JobSummary. :rtype: int �r r/ r+ r+ r, r ' s zJobSummary.percent_completec C s || _ dS )a Sets the percent_complete of this JobSummary. How much progress the operation has made, vs the total amount of work that must be performed. :param percent_complete: The percent_complete of this JobSummary. :type: int Nr5 )r) r r+ r+ r, r 3 s c C s | j S )a Gets the total_documents of this JobSummary. Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files. :return: The total_documents of this JobSummary. :rtype: int �r r/ r+ r+ r, r ? s zJobSummary.total_documentsc C s || _ dS )a. Sets the total_documents of this JobSummary. Total number of documents given as input for prediction. For CSV this signifies number of rows and for TXT this signifies number of files. :param total_documents: The total_documents of this JobSummary. :type: int Nr6 )r) r r+ r+ r, r K s c C s | j S )a Gets the pending_documents of this JobSummary. Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files. :return: The pending_documents of this JobSummary. :rtype: int �r! r/ r+ r+ r, r W s zJobSummary.pending_documentsc C s || _ dS )a! Sets the pending_documents of this JobSummary. Number of documents still to process. For CSV this signifies number of rows and for TXT this signifies number of files. :param pending_documents: The pending_documents of this JobSummary. :type: int Nr7 )r) r r+ r+ r, r c s c C s | j S )a Gets the completed_documents of this JobSummary. Number of documents processed for prediction. For CSV this signifies number of rows and for TXT this signifies number of files. :return: The completed_documents of this JobSummary. :rtype: int �r"