📂 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_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: recommendation_details.pyc
a N��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� properties�recommendationKey�recommendationType�recommendationStatus�confidenceScore�sourceObjectKey�sourceObjectName�sourceObjectType�targetObjectKey�targetObjectName�targetObjectTyper N) � swagger_types� 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� r5 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/recommendation_details.py�__init__@ 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( �r3 r5 r5 r6 r � s z(RecommendationDetails.recommendation_keyc C s || _ dS )z� Sets the recommendation_key of this RecommendationDetails. Unique identifier of the recommendation. :param recommendation_key: The recommendation_key of this RecommendationDetails. :type: str Nr8 )r3 r r5 r5 r6 r � s c C s | j S )a� **[Required]** Gets the recommendation_type of this RecommendationDetails. Type of recommendation. 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'. :return: The recommendation_type of this RecommendationDetails. :rtype: str )r) r9 r5 r5 r6 r � s z)RecommendationDetails.recommendation_typec C s dg}t ||�sd}|| _dS )z� Sets the recommendation_type of this RecommendationDetails. Type of recommendation. :param recommendation_type: The recommendation_type of this RecommendationDetails. :type: str r �UNKNOWN_ENUM_VALUEN)r r) )r3 r �allowed_valuesr5 r5 r6 r � s c C s | j S )a� **[Required]** Gets the recommendation_status of this RecommendationDetails. Status of a recommendation. 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'. :return: The recommendation_status of this RecommendationDetails. :rtype: str )r* r9 r5 r5 r6 r � s z+RecommendationDetails.recommendation_statusc C s g d�}t ||�sd}|| _dS )z� Sets the recommendation_status of this RecommendationDetails. Status of a recommendation. :param recommendation_status: The recommendation_status of this RecommendationDetails. :type: str )r r r r: N)r r* )r3 r r; r5 r5 r6 r � s c C s | j S )a Gets the confidence_score of this RecommendationDetails. Level of confidence, on a scale between 0 and 1, that the recommendation is applicable. :return: The confidence_score of this RecommendationDetails. :rtype: float �r+ r9 r5 r5 r6 r � s z&RecommendationDetails.confidence_scorec C s || _ dS )a Sets the confidence_score of this RecommendationDetails. Level of confidence, on a scale between 0 and 1, that the recommendation is applicable. :param confidence_score: The confidence_score of this RecommendationDetails. :type: float Nr<