📂 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: summarize_text_details.cpython-39.pyc
a ���f:8 � @ 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 @ sF e Zd ZdZdZdZdZdZdZdZ dZ dZdZd Z dZd d� Zedd � �Zejdd � �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�SummarizeTextDetailsz4 Details for the request to summarize text. �SHORT�MEDIUM�LONG�AUTO� PARAGRAPH�BULLETS�LOW�HIGHc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a) Initializes a new SummarizeTextDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param input: The value to assign to the input property of this SummarizeTextDetails. :type input: str :param serving_mode: The value to assign to the serving_mode property of this SummarizeTextDetails. :type serving_mode: oci.generative_ai_inference.models.ServingMode :param compartment_id: The value to assign to the compartment_id property of this SummarizeTextDetails. :type compartment_id: str :param is_echo: The value to assign to the is_echo property of this SummarizeTextDetails. :type is_echo: bool :param temperature: The value to assign to the temperature property of this SummarizeTextDetails. :type temperature: float :param additional_command: The value to assign to the additional_command property of this SummarizeTextDetails. :type additional_command: str :param length: The value to assign to the length property of this SummarizeTextDetails. Allowed values for this property are: "SHORT", "MEDIUM", "LONG", "AUTO" :type length: str :param format: The value to assign to the format property of this SummarizeTextDetails. Allowed values for this property are: "PARAGRAPH", "BULLETS", "AUTO" :type format: str :param extractiveness: The value to assign to the extractiveness property of this SummarizeTextDetails. Allowed values for this property are: "LOW", "MEDIUM", "HIGH", "AUTO" :type extractiveness: str �strZServingMode�bool�float) �input�serving_mode�compartment_id�is_echo�temperature�additional_command�length�format�extractivenessr ZservingModeZ compartmentIdZisEchor ZadditionalCommandr r r N)Z swagger_typesZ attribute_map�_input� _serving_mode�_compartment_id�_is_echo�_temperature�_additional_command�_length�_format�_extractiveness)�self�kwargs� r&