📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: generate_text_result.cpython-39.pyc
a ���fF � @ 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 d d� Z dd� Zdd� ZdS )�GenerateTextResultz. The generated text result to return. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new GenerateTextResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_id: The value to assign to the model_id property of this GenerateTextResult. :type model_id: str :param model_version: The value to assign to the model_version property of this GenerateTextResult. :type model_version: str :param inference_response: The value to assign to the inference_response property of this GenerateTextResult. :type inference_response: oci.generative_ai_inference.models.LlmInferenceResponse �strZLlmInferenceResponse)�model_id� model_version�inference_responseZmodelIdZmodelVersionZinferenceResponseN)Z swagger_typesZ attribute_map� _model_id�_model_version�_inference_response)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/generative_ai_inference/models/generate_text_result.py�__init__ s ��zGenerateTextResult.__init__c C s | j S )z� **[Required]** Gets the model_id of this GenerateTextResult. The OCID of the model used in this inference request. :return: The model_id of this GenerateTextResult. :rtype: str �r �r r r r r 4 s zGenerateTextResult.model_idc C s || _ dS )z� Sets the model_id of this GenerateTextResult. The OCID of the model used in this inference request. :param model_id: The model_id of this GenerateTextResult. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the model_version of this GenerateTextResult. The version of the model. :return: The model_version of this GenerateTextResult. :rtype: str �r r r r r r L s z GenerateTextResult.model_versionc C s || _ dS )z� Sets the model_version of this GenerateTextResult. The version of the model. :param model_version: The model_version of this GenerateTextResult. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the inference_response of this GenerateTextResult. :return: The inference_response of this GenerateTextResult. :rtype: oci.generative_ai_inference.models.LlmInferenceResponse �r r r r r r d s z%GenerateTextResult.inference_responsec C s || _ dS )z� Sets the inference_response of this GenerateTextResult. :param inference_response: The inference_response of this GenerateTextResult. :type: oci.generative_ai_inference.models.LlmInferenceResponse Nr )r r r r r r n s c C s t | �S �N)r r r r r �__repr__x s zGenerateTextResult.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s zGenerateTextResult.__eq__c C s | |k S r r r r r r �__ne__� s zGenerateTextResult.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"