📂 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_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: recommendation_details.cpython-39.pyc
a ���f�H � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdZdZdZdZdZdZ dZ d ZdZdZ dZd Zd d� Zedd � �Zejdd � �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Z d3S )4�RecommendationDetailsz& Details of a recommendation. �LINK_GLOSSARY_TERM�ACCEPTED�REJECTED�INFERRED�DATA_ENTITY� ATTRIBUTE�TERM�CATEGORYc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aw Initializes a new RecommendationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param recommendation_key: The value to assign to the recommendation_key property of this RecommendationDetails. :type recommendation_key: str :param recommendation_type: The value to assign to the recommendation_type property of this RecommendationDetails. Allowed values for this property are: "LINK_GLOSSARY_TERM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type recommendation_type: str :param recommendation_status: The value to assign to the recommendation_status property of this RecommendationDetails. Allowed values for this property are: "ACCEPTED", "REJECTED", "INFERRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type recommendation_status: str :param confidence_score: The value to assign to the confidence_score property of this RecommendationDetails. :type confidence_score: float :param source_object_key: The value to assign to the source_object_key property of this RecommendationDetails. :type source_object_key: str :param source_object_name: The value to assign to the source_object_name property of this RecommendationDetails. :type source_object_name: str :param source_object_type: The value to assign to the source_object_type property of this RecommendationDetails. Allowed values for this property are: "DATA_ENTITY", "ATTRIBUTE", "TERM", "CATEGORY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type source_object_type: str :param target_object_key: The value to assign to the target_object_key property of this RecommendationDetails. :type target_object_key: str :param target_object_name: The value to assign to the target_object_name property of this RecommendationDetails. :type target_object_name: str :param target_object_type: The value to assign to the target_object_type property of this RecommendationDetails. Allowed values for this property are: "DATA_ENTITY", "ATTRIBUTE", "TERM", "CATEGORY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type target_object_type: str :param properties: The value to assign to the properties property of this RecommendationDetails. :type properties: dict(str, dict(str, str)) �str�floatzdict(str, dict(str, str)))�recommendation_key�recommendation_type�recommendation_status�confidence_score�source_object_key�source_object_name�source_object_type�target_object_key�target_object_name�target_object_type� propertiesZrecommendationKeyZrecommendationTypeZrecommendationStatusZconfidenceScoreZsourceObjectKeyZsourceObjectNameZsourceObjectTypeZtargetObjectKeyZtargetObjectNameZtargetObjectTyper N) Z swagger_typesZ attribute_map�_recommendation_key�_recommendation_type�_recommendation_status�_confidence_score�_source_object_key�_source_object_name�_source_object_type�_target_object_key�_target_object_name�_target_object_type�_properties)�self�kwargs� r) �R/usr/lib/python3.9/site-packages/oci/data_catalog/models/recommendation_details.py�__init__B sF ;��zRecommendationDetails.__init__c C s | j S )z� **[Required]** Gets the recommendation_key of this RecommendationDetails. Unique identifier of the recommendation. :return: The recommendation_key of this RecommendationDetails. :rtype: str �r �r'