📂 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
›
ai_vision
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_vision/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: model_summary.cpython-39.pyc
a ���f�G � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zd:d;� Zd<d=� Zd>d?� Zd@S )A�ModelSummaryz' The metadata about the model. c K s� ddddddddddddddddddd�| _ dd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new ModelSummary 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 ModelSummary. :type id: str :param display_name: The value to assign to the display_name property of this ModelSummary. :type display_name: str :param description: The value to assign to the description property of this ModelSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this ModelSummary. :type compartment_id: str :param model_type: The value to assign to the model_type property of this ModelSummary. :type model_type: str :param model_version: The value to assign to the model_version property of this ModelSummary. :type model_version: str :param project_id: The value to assign to the project_id property of this ModelSummary. :type project_id: str :param time_created: The value to assign to the time_created property of this ModelSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ModelSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ModelSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ModelSummary. :type lifecycle_details: str :param precision: The value to assign to the precision property of this ModelSummary. :type precision: float :param training_dataset: The value to assign to the training_dataset property of this ModelSummary. :type training_dataset: oci.ai_vision.models.Dataset :param testing_dataset: The value to assign to the testing_dataset property of this ModelSummary. :type testing_dataset: oci.ai_vision.models.Dataset :param validation_dataset: The value to assign to the validation_dataset property of this ModelSummary. :type validation_dataset: oci.ai_vision.models.Dataset :param freeform_tags: The value to assign to the freeform_tags property of this ModelSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ModelSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ModelSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetime�floatZDatasetzdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id� model_type� model_version� project_id�time_created�time_updated�lifecycle_state�lifecycle_details� precision�training_dataset�testing_dataset�validation_dataset� freeform_tags�defined_tags�system_tagsr ZdisplayNamer Z compartmentIdZ modelTypeZmodelVersionZ projectIdZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsr ZtrainingDatasetZtestingDatasetZvalidationDatasetZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_compartment_id�_model_type�_model_version�_project_id� _time_created� _time_updated�_lifecycle_state�_lifecycle_details� _precision�_training_dataset�_testing_dataset�_validation_dataset�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r/ �F/usr/lib/python3.9/site-packages/oci/ai_vision/models/model_summary.py�__init__ sp O��zModelSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ModelSummary. A unique identifier that is immutable after creation. :return: The id of this ModelSummary. :rtype: str �r �r- r/ r/ r0 r � s zModelSummary.idc C s || _ dS )z� Sets the id of this ModelSummary. A unique identifier that is immutable after creation. :param id: The id of this ModelSummary. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the display_name of this ModelSummary. A human-friendly name for the model, which can be changed. :return: The display_name of this ModelSummary. :rtype: str �r r3 r/ r/ r0 r � s zModelSummary.display_namec C s || _ dS )z� Sets the display_name of this ModelSummary. A human-friendly name for the model, which can be changed. :param display_name: The display_name of this ModelSummary. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the description of this ModelSummary. An optional description of the model. :return: The description of this ModelSummary. :rtype: str �r r3 r/ r/ r0 r � s zModelSummary.descriptionc C s || _ dS )z� Sets the description of this ModelSummary. An optional description of the model. :param description: The description of this ModelSummary. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this ModelSummary. The compartment identifier. :return: The compartment_id of this ModelSummary. :rtype: str �r r3 r/ r/ r0 r � s zModelSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this ModelSummary. The compartment identifier. :param compartment_id: The compartment_id of this ModelSummary. :type: str Nr6 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the model_type of this ModelSummary. What type of Vision model this is. :return: The model_type of this ModelSummary. :rtype: str �r r3 r/ r/ r0 r � s zModelSummary.model_typec C s || _ dS )z� Sets the model_type of this ModelSummary. What type of Vision model this is. :param model_type: The model_type of this ModelSummary. :type: str Nr7 )r- r r/ r/ r0 r s c C s | j S )z� **[Required]** Gets the model_version of this ModelSummary. The version of the model. :return: The model_version of this ModelSummary. :rtype: str �r r3 r/ r/ r0 r s zModelSummary.model_versionc C s || _ dS )z� Sets the model_version of this ModelSummary. The version of the model. :param model_version: The model_version of this ModelSummary. :type: str Nr8 )r- r r/ r/ r0 r ! s c C s | j S )a+ **[Required]** Gets the project_id of this ModelSummary. The `OCID`__ of the project that contains the model. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The project_id of this ModelSummary. :rtype: str �r! r3 r/ r/ r0 r - s zModelSummary.project_idc C s || _ dS )a% Sets the project_id of this ModelSummary. The `OCID`__ of the project that contains the model. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param project_id: The project_id of this ModelSummary. :type: str Nr9 )r- r r/ r/ r0 r ; s c C s | j S )z� **[Required]** Gets the time_created of this ModelSummary. When the model was created, as an RFC3339 datetime string. :return: The time_created of this ModelSummary. :rtype: datetime �r"