📂 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
›
data_labeling_service_dataplane
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_labeling_service_dataplane/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_object_storage_source_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateSourceDetails� )�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 )� CreateObjectStorageSourceDetailsz( Object Storage Source Details. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) ad Initializes a new CreateObjectStorageSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_labeling_service_dataplane.models.CreateObjectStorageSourceDetails.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 CreateObjectStorageSourceDetails. Allowed values for this property are: "OBJECT_STORAGE" :type source_type: str :param relative_path: The value to assign to the relative_path property of this CreateObjectStorageSourceDetails. :type relative_path: str :param offset: The value to assign to the offset property of this CreateObjectStorageSourceDetails. :type offset: float :param length: The value to assign to the length property of this CreateObjectStorageSourceDetails. :type length: float �str�float)�source_type� relative_path�offset�length� sourceType�relativePathr r N�OBJECT_STORAGE)� swagger_types� attribute_map�_source_type�_relative_path�_offset�_length)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service_dataplane/models/create_object_storage_source_details.py�__init__ s ��z)CreateObjectStorageSourceDetails.__init__c C s | j S )a! **[Required]** Gets the relative_path of this CreateObjectStorageSourceDetails. The path relative to the prefix specified in the dataset source details (file name). :return: The relative_path of this CreateObjectStorageSourceDetails. :rtype: str �r �r r r r r <