ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Dataset� )�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 )�ObjectStorageDatasetz5 The dataset that resides in Object Storage. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) aB Initializes a new ObjectStorageDataset object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.ObjectStorageDataset.dataset_type` attribute of this class is ``OBJECT_STORAGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dataset_type: The value to assign to the dataset_type property of this ObjectStorageDataset. Allowed values for this property are: "DATA_SCIENCE_LABELING", "OBJECT_STORAGE" :type dataset_type: str :param namespace_name: The value to assign to the namespace_name property of this ObjectStorageDataset. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageDataset. :type bucket_name: str :param object_name: The value to assign to the object_name property of this ObjectStorageDataset. :type object_name: str �str)Zdataset_type�namespace_name�bucket_name�object_nameZdatasetTypeZ namespaceNameZ bucketNameZ objectNameNZOBJECT_STORAGE)Z swagger_typesZ attribute_mapZ _dataset_type�_namespace_name�_bucket_name�_object_name)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/ai_document/models/object_storage_dataset.py�__init__ s ��zObjectStorageDataset.__init__c C s | j S )a **[Required]** Gets the namespace_name of this ObjectStorageDataset. The namespace name of the Object Storage bucket that contains the input data file. :return: The namespace_name of this ObjectStorageDataset. :rtype: str �r �r r r r r >