📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ai_speech
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_speech/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: transcription_task_summary.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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�TranscriptionTaskSummaryz, Summary of the Transcription Task. c K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )au Initializes a new TranscriptionTaskSummary 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 TranscriptionTaskSummary. :type id: str :param display_name: The value to assign to the display_name property of this TranscriptionTaskSummary. :type display_name: str :param percent_complete: The value to assign to the percent_complete property of this TranscriptionTaskSummary. :type percent_complete: int :param file_size_in_bytes: The value to assign to the file_size_in_bytes property of this TranscriptionTaskSummary. :type file_size_in_bytes: int :param file_duration_in_seconds: The value to assign to the file_duration_in_seconds property of this TranscriptionTaskSummary. :type file_duration_in_seconds: int :param processing_duration_in_seconds: The value to assign to the processing_duration_in_seconds property of this TranscriptionTaskSummary. :type processing_duration_in_seconds: int :param time_started: The value to assign to the time_started property of this TranscriptionTaskSummary. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this TranscriptionTaskSummary. :type time_finished: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TranscriptionTaskSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this TranscriptionTaskSummary. :type lifecycle_details: str �str�intZdatetime) �id�display_name�percent_complete�file_size_in_bytes�file_duration_in_seconds�processing_duration_in_seconds�time_started� time_finished�lifecycle_state�lifecycle_detailsr ZdisplayNameZpercentCompleteZfileSizeInBytesZfileDurationInSecondsZprocessingDurationInSecondsZtimeStartedZtimeFinishedZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_id� _display_name�_percent_complete�_file_size_in_bytes�_file_duration_in_seconds�_processing_duration_in_seconds� _time_started�_time_finished�_lifecycle_state�_lifecycle_details)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/ai_speech/models/transcription_task_summary.py�__init__ s@ /�� z!TranscriptionTaskSummary.__init__c C s | j S )a **[Required]** Gets the id of this TranscriptionTaskSummary. The `OCID`__ of the task. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this TranscriptionTaskSummary. :rtype: str �r �r r r r r e s zTranscriptionTaskSummary.idc C s || _ dS )a Sets the id of this TranscriptionTaskSummary. The `OCID`__ of the task. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this TranscriptionTaskSummary. :type: str Nr"