📂 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
›
data_science
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_science/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_model_configuration_details.cpython-39.opt-1.pyc
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 )�UpdateModelConfigurationDetailsz5 The model configuration details for update. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateModelConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_id: The value to assign to the model_id property of this UpdateModelConfigurationDetails. :type model_id: str :param instance_configuration: The value to assign to the instance_configuration property of this UpdateModelConfigurationDetails. :type instance_configuration: oci.data_science.models.InstanceConfiguration :param scaling_policy: The value to assign to the scaling_policy property of this UpdateModelConfigurationDetails. :type scaling_policy: oci.data_science.models.ScalingPolicy :param bandwidth_mbps: The value to assign to the bandwidth_mbps property of this UpdateModelConfigurationDetails. :type bandwidth_mbps: int :param maximum_bandwidth_mbps: The value to assign to the maximum_bandwidth_mbps property of this UpdateModelConfigurationDetails. :type maximum_bandwidth_mbps: int �strZInstanceConfigurationZ ScalingPolicy�int)�model_id�instance_configuration�scaling_policy�bandwidth_mbps�maximum_bandwidth_mbpsZmodelIdZinstanceConfigurationZ scalingPolicyZ bandwidthMbpsZmaximumBandwidthMbpsN)Z swagger_typesZ attribute_map� _model_id�_instance_configuration�_scaling_policy�_bandwidth_mbps�_maximum_bandwidth_mbps)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/data_science/models/update_model_configuration_details.py�__init__ s"