ruạṛ
a ���f � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�RelationEntityz7 The relation entities details for health ner. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aQ Initializes a new RelationEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this RelationEntity. :type id: str :param subject_id: The value to assign to the subject_id property of this RelationEntity. :type subject_id: str :param object_id: The value to assign to the object_id property of this RelationEntity. :type object_id: str :param type: The value to assign to the type property of this RelationEntity. :type type: str :param score: The value to assign to the score property of this RelationEntity. :type score: float �str�float)�id� subject_id� object_id�type�scorer Z subjectIdZobjectIdr r N)Z swagger_typesZ attribute_map�_id�_subject_id� _object_id�_type�_score)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/ai_language/models/relation_entity.py�__init__ s"