📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_science
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_science/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: fast_launch_job_config_summary.pyc
a N��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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�FastLaunchJobConfigSummaryzG The shape config to launch a fast launch capable job instance �AMD_ROME� INTEL_SKYLAKE� NVIDIA_GPU�LEGACY�REQUIRED� SUPPORTED�UNSUPPORTEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a> Initializes a new FastLaunchJobConfigSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this FastLaunchJobConfigSummary. :type name: str :param shape_name: The value to assign to the shape_name property of this FastLaunchJobConfigSummary. :type shape_name: str :param core_count: The value to assign to the core_count property of this FastLaunchJobConfigSummary. :type core_count: int :param memory_in_gbs: The value to assign to the memory_in_gbs property of this FastLaunchJobConfigSummary. :type memory_in_gbs: int :param shape_series: The value to assign to the shape_series property of this FastLaunchJobConfigSummary. Allowed values for this property are: "AMD_ROME", "INTEL_SKYLAKE", "NVIDIA_GPU", "LEGACY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type shape_series: str :param managed_egress_support: The value to assign to the managed_egress_support property of this FastLaunchJobConfigSummary. Allowed values for this property are: "REQUIRED", "SUPPORTED", "UNSUPPORTED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type managed_egress_support: str �str�int)�name� shape_name� core_count� memory_in_gbs�shape_series�managed_egress_supportr � shapeName� coreCount�memoryInGBs�shapeSeries�managedEgressSupportN)� swagger_types� attribute_map�_name�_shape_name�_core_count�_memory_in_gbs� _shape_series�_managed_egress_support)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_science/models/fast_launch_job_config_summary.py�__init__, s( #� � z#FastLaunchJobConfigSummary.__init__c C s | j S )z� **[Required]** Gets the name of this FastLaunchJobConfigSummary. The name of the fast launch job config :return: The name of this FastLaunchJobConfigSummary. :rtype: str �r �r# r% r% r&