📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_science
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_science/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: artifact_export_details_object_storage.cpython-39.pyc
a ���fE � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ArtifactExportDetails� )�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 )�"ArtifactExportDetailsObjectStoragezP Model artifact source details for exporting artifact to service bucket c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) ab Initializes a new ArtifactExportDetailsObjectStorage object with values from keyword arguments. The default value of the :py:attr:`~oci.data_science.models.ArtifactExportDetailsObjectStorage.artifact_source_type` attribute of this class is ``ORACLE_OBJECT_STORAGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param artifact_source_type: The value to assign to the artifact_source_type property of this ArtifactExportDetailsObjectStorage. Allowed values for this property are: "ORACLE_OBJECT_STORAGE" :type artifact_source_type: str :param namespace: The value to assign to the namespace property of this ArtifactExportDetailsObjectStorage. :type namespace: str :param source_bucket: The value to assign to the source_bucket property of this ArtifactExportDetailsObjectStorage. :type source_bucket: str :param source_object_name: The value to assign to the source_object_name property of this ArtifactExportDetailsObjectStorage. :type source_object_name: str :param source_region: The value to assign to the source_region property of this ArtifactExportDetailsObjectStorage. :type source_region: str �str)Zartifact_source_type� namespace� source_bucket�source_object_name� source_regionZartifactSourceTyper ZsourceBucketZsourceObjectNameZsourceRegionNZORACLE_OBJECT_STORAGE)Z swagger_typesZ attribute_mapZ_artifact_source_type� _namespace�_source_bucket�_source_object_name�_source_region)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/data_science/models/artifact_export_details_object_storage.py�__init__ s$ � �z+ArtifactExportDetailsObjectStorage.__init__c C s | j S )z� Gets the namespace of this ArtifactExportDetailsObjectStorage. The Object Storage namespace used for the request. :return: The namespace of this ArtifactExportDetailsObjectStorage. :rtype: str �r �r r r r r E s z,ArtifactExportDetailsObjectStorage.namespacec C s || _ dS )z� Sets the namespace of this ArtifactExportDetailsObjectStorage. The Object Storage namespace used for the request. :param namespace: The namespace of this ArtifactExportDetailsObjectStorage. :type: str Nr )r r r r r r Q s c C s | j S )a Gets the source_bucket of this ArtifactExportDetailsObjectStorage. The name of the bucket. Avoid entering confidential information. :return: The source_bucket of this ArtifactExportDetailsObjectStorage. :rtype: str �r r r r r r ] s z0ArtifactExportDetailsObjectStorage.source_bucketc C s || _ dS )a Sets the source_bucket of this ArtifactExportDetailsObjectStorage. The name of the bucket. Avoid entering confidential information. :param source_bucket: The source_bucket of this ArtifactExportDetailsObjectStorage. :type: str Nr )r r r r r r i s c C s | j S )a Gets the source_object_name of this ArtifactExportDetailsObjectStorage. The name of the object resulting from the copy operation. :return: The source_object_name of this ArtifactExportDetailsObjectStorage. :rtype: str �r r r r r r u s z5ArtifactExportDetailsObjectStorage.source_object_namec C s || _ dS )a Sets the source_object_name of this ArtifactExportDetailsObjectStorage. The name of the object resulting from the copy operation. :param source_object_name: The source_object_name of this ArtifactExportDetailsObjectStorage. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the source_region of this ArtifactExportDetailsObjectStorage. Region in which OSS bucket is present :return: The source_region of this ArtifactExportDetailsObjectStorage. :rtype: str �r r r r r r � s z0ArtifactExportDetailsObjectStorage.source_regionc C s || _ dS )z� Sets the source_region of this ArtifactExportDetailsObjectStorage. Region in which OSS bucket is present :param source_region: The source_region of this ArtifactExportDetailsObjectStorage. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z+ArtifactExportDetailsObjectStorage.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z)ArtifactExportDetailsObjectStorage.__eq__c C s | |k S r r r r r r �__ne__� s z)ArtifactExportDetailsObjectStorage.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r"