ruạṛ
a N��f{ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DatasetSourceDetails� )�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 )�ObjectStorageSourceDetailsz� Specifies the dataset location in object storage. This requires that all records are in this bucket, and under this prefix. We do not support a dataset with objects in arbitrary locations across buckets or prefixes. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a& Initializes a new ObjectStorageSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_labeling_service.models.ObjectStorageSourceDetails.source_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 source_type: The value to assign to the source_type property of this ObjectStorageSourceDetails. Allowed values for this property are: "OBJECT_STORAGE" :type source_type: str :param namespace: The value to assign to the namespace property of this ObjectStorageSourceDetails. :type namespace: str :param bucket: The value to assign to the bucket property of this ObjectStorageSourceDetails. :type bucket: str :param prefix: The value to assign to the prefix property of this ObjectStorageSourceDetails. :type prefix: str �str)�source_type� namespace�bucket�prefix� sourceTyper r r N�OBJECT_STORAGE)� swagger_types� attribute_map�_source_type� _namespace�_bucket�_prefix)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service/models/object_storage_source_details.py�__init__ s ��z#ObjectStorageSourceDetails.__init__c C s | j S )z� **[Required]** Gets the namespace of this ObjectStorageSourceDetails. The namespace of the bucket that contains the dataset data source. :return: The namespace of this ObjectStorageSourceDetails. :rtype: str �r �r r r r r <