Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
ai_language
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: evaluation_results.pyc
a M��fP � @ 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 @ sV e Zd ZdZdd� Zedd� �Zedd� �Zej dd� �Zd d � Z dd� Zd d� ZdS )�EvaluationResultsz4 model training results of different models c K s ddi| _ ddi| _d| _dS )a� Initializes a new EvaluationResults object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.ai_language.models.NamedEntityRecognitionEvaluationResults` * :class:`~oci.ai_language.models.TextClassificationEvaluationResults` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this EvaluationResults. :type model_type: str � model_type�str� modelTypeN)� swagger_types� attribute_map�_model_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_language/models/evaluation_results.py�__init__ s ��zEvaluationResults.__init__c C s( | d }|dkrdS |dkr dS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r �NAMED_ENTITY_RECOGNITION�'NamedEntityRecognitionEvaluationResults�TEXT_CLASSIFICATION�#TextClassificationEvaluationResultsr Nr )�object_dictionary�typer r r �get_subtype) s zEvaluationResults.get_subtypec C s | j S )z� **[Required]** Gets the model_type of this EvaluationResults. Model type :return: The model_type of this EvaluationResults. :rtype: str �r �r r r r r 9 s zEvaluationResults.model_typec C s || _ dS )z� Sets the model_type of this EvaluationResults. Model type :param model_type: The model_type of this EvaluationResults. :type: str Nr )r r r r r r E s c C s t | �S �N)r r r r r �__repr__Q s zEvaluationResults.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__T s zEvaluationResults.__eq__c C s | |k S r r r r r r �__ne__Z s zEvaluationResults.__ne__N) �__name__� __module__�__qualname__�__doc__r �staticmethodr �propertyr �setterr r r! r r r r r s r N)�oci.utilr r r �oci.decoratorsr �objectr r r r r �<module> s
Save
Cancel