📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
ai_language
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/ai_language/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_list_dataset.pyc
a M��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�LocationDetails� )�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 )�ObjectListDatasetz0 Data source details for object storage c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a Initializes a new ObjectListDataset object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_language.models.ObjectListDataset.location_type` attribute of this class is ``OBJECT_LIST`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param location_type: The value to assign to the location_type property of this ObjectListDataset. Allowed values for this property are: "OBJECT_LIST" :type location_type: str :param namespace_name: The value to assign to the namespace_name property of this ObjectListDataset. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectListDataset. :type bucket_name: str :param object_names: The value to assign to the object_names property of this ObjectListDataset. :type object_names: list[str] �strz list[str])� location_type�namespace_name�bucket_name�object_names�locationType� namespaceName� bucketName�objectNamesN�OBJECT_LIST)� swagger_types� attribute_map�_location_type�_namespace_name�_bucket_name� _object_names)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_language/models/object_list_dataset.py�__init__ s ��zObjectListDataset.__init__c C s | j S )z� **[Required]** Gets the namespace_name of this ObjectListDataset. Object storage namespace :return: The namespace_name of this ObjectListDataset. :rtype: str �r �r r r r r <