📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: object_storage_source_details.pyc
a N��fE � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� SourceDetails� )�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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�ObjectStorageSourceDetailsz( Object Storage Source Details. c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new ObjectStorageSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_labeling_service_dataplane.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 relative_path: The value to assign to the relative_path property of this ObjectStorageSourceDetails. :type relative_path: str :param path: The value to assign to the path property of this ObjectStorageSourceDetails. :type path: str :param offset: The value to assign to the offset property of this ObjectStorageSourceDetails. :type offset: float :param length: The value to assign to the length property of this ObjectStorageSourceDetails. :type length: float �str�float)�source_type� relative_path�path�offset�length� sourceType�relativePathr r r N�OBJECT_STORAGE)� swagger_types� attribute_map�_source_type�_relative_path�_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/object_storage_source_details.py�__init__ s$ � �z#ObjectStorageSourceDetails.__init__c C s | j S )a **[Required]** Gets the relative_path of this ObjectStorageSourceDetails. The path relative to the prefix specified in the dataset source details (file name). :return: The relative_path of this ObjectStorageSourceDetails. :rtype: str �r �r r r r r C s z(ObjectStorageSourceDetails.relative_pathc C s || _ dS )a Sets the relative_path of this ObjectStorageSourceDetails. The path relative to the prefix specified in the dataset source details (file name). :param relative_path: The relative_path of this ObjectStorageSourceDetails. :type: str Nr )r r r r r r O s c C s | j S )z� **[Required]** Gets the path of this ObjectStorageSourceDetails. The full path of the file this record belongs to. :return: The path of this ObjectStorageSourceDetails. :rtype: str �r r r r r r [ s zObjectStorageSourceDetails.pathc C s || _ dS )z� Sets the path of this ObjectStorageSourceDetails. The full path of the file this record belongs to. :param path: The path of this ObjectStorageSourceDetails. :type: str Nr! )r r r r r r g s c C s | j S )z� Gets the offset of this ObjectStorageSourceDetails. The offset into the file containing the content. :return: The offset of this ObjectStorageSourceDetails. :rtype: float �r r r r r r s s z!ObjectStorageSourceDetails.offsetc C s || _ dS )z� Sets the offset of this ObjectStorageSourceDetails. The offset into the file containing the content. :param offset: The offset of this ObjectStorageSourceDetails. :type: float Nr"