📂 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
›
generative_ai_inference
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/generative_ai_inference/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: generated_text.cpython-39.pyc
a ���f6 � @ 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 )� GeneratedTextz- The text generated during each run. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new GeneratedText 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 GeneratedText. :type id: str :param text: The value to assign to the text property of this GeneratedText. :type text: str :param likelihood: The value to assign to the likelihood property of this GeneratedText. :type likelihood: float :param finish_reason: The value to assign to the finish_reason property of this GeneratedText. :type finish_reason: str :param token_likelihoods: The value to assign to the token_likelihoods property of this GeneratedText. :type token_likelihoods: list[oci.generative_ai_inference.models.TokenLikelihood] �str�floatzlist[TokenLikelihood])�id�text� likelihood� finish_reason�token_likelihoodsr r r ZfinishReasonZtokenLikelihoodsN)Z swagger_typesZ attribute_map�_id�_text�_likelihood�_finish_reason�_token_likelihoods)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/generative_ai_inference/models/generated_text.py�__init__ s"