📂 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
›
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: cohere_llm_inference_response.cpython-39.pyc
a ���fm � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�LlmInferenceResponse� )�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 )�CohereLlmInferenceResponsez. The generated text result to return. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a� Initializes a new CohereLlmInferenceResponse object with values from keyword arguments. The default value of the :py:attr:`~oci.generative_ai_inference.models.CohereLlmInferenceResponse.runtime_type` attribute of this class is ``COHERE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param runtime_type: The value to assign to the runtime_type property of this CohereLlmInferenceResponse. Allowed values for this property are: "COHERE", "LLAMA" :type runtime_type: str :param generated_texts: The value to assign to the generated_texts property of this CohereLlmInferenceResponse. :type generated_texts: list[oci.generative_ai_inference.models.GeneratedText] :param time_created: The value to assign to the time_created property of this CohereLlmInferenceResponse. :type time_created: datetime :param prompt: The value to assign to the prompt property of this CohereLlmInferenceResponse. :type prompt: str �strzlist[GeneratedText]Zdatetime)Zruntime_type�generated_texts�time_created�promptZruntimeTypeZgeneratedTextsZtimeCreatedr NZCOHERE)Z swagger_typesZ attribute_mapZ _runtime_type�_generated_texts� _time_created�_prompt)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/generative_ai_inference/models/cohere_llm_inference_response.py�__init__ s ��z#CohereLlmInferenceResponse.__init__c C s | j S )al **[Required]** Gets the generated_texts of this CohereLlmInferenceResponse. Each prompt in the input array has an array of GeneratedText, controlled by numGenerations parameter in the request. :return: The generated_texts of this CohereLlmInferenceResponse. :rtype: list[oci.generative_ai_inference.models.GeneratedText] �r �r r r r r >