📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_model_details.cpython-39.pyc
a ���f 9 � @ 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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�CreateModelDetailsz7 The information needed to create a new model. c K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aH Initializes a new CreateModelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateModelDetails. :type display_name: str :param description: The value to assign to the description property of this CreateModelDetails. :type description: str :param model_version: The value to assign to the model_version property of this CreateModelDetails. :type model_version: str :param model_type: The value to assign to the model_type property of this CreateModelDetails. :type model_type: str :param compartment_id: The value to assign to the compartment_id property of this CreateModelDetails. :type compartment_id: str :param is_quick_mode: The value to assign to the is_quick_mode property of this CreateModelDetails. :type is_quick_mode: bool :param max_training_duration_in_hours: The value to assign to the max_training_duration_in_hours property of this CreateModelDetails. :type max_training_duration_in_hours: float :param training_dataset: The value to assign to the training_dataset property of this CreateModelDetails. :type training_dataset: oci.ai_vision.models.Dataset :param testing_dataset: The value to assign to the testing_dataset property of this CreateModelDetails. :type testing_dataset: oci.ai_vision.models.Dataset :param validation_dataset: The value to assign to the validation_dataset property of this CreateModelDetails. :type validation_dataset: oci.ai_vision.models.Dataset :param project_id: The value to assign to the project_id property of this CreateModelDetails. :type project_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateModelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateModelDetails. :type defined_tags: dict(str, dict(str, object)) �str�bool�floatZDatasetzdict(str, str)zdict(str, dict(str, object))) �display_name�description� model_version� model_type�compartment_id� is_quick_mode�max_training_duration_in_hours�training_dataset�testing_dataset�validation_dataset� project_id� freeform_tags�defined_tagsZdisplayNamer ZmodelVersionZ modelTypeZ compartmentIdZisQuickModeZmaxTrainingDurationInHoursZtrainingDatasetZtestingDatasetZvalidationDatasetZ projectIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_description�_model_version�_model_type�_compartment_id�_is_quick_mode�_max_training_duration_in_hours�_training_dataset�_testing_dataset�_validation_dataset�_project_id�_freeform_tags� _defined_tags)�self�kwargs� r&