📂 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: update_model_provenance_details.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�UpdateModelProvenanceDetailsz� Model provenance gives data scientists information about the origin of their model. This information allows data scientists to reproduce the development environment in which the model was trained. c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a� Initializes a new UpdateModelProvenanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param repository_url: The value to assign to the repository_url property of this UpdateModelProvenanceDetails. :type repository_url: str :param git_branch: The value to assign to the git_branch property of this UpdateModelProvenanceDetails. :type git_branch: str :param git_commit: The value to assign to the git_commit property of this UpdateModelProvenanceDetails. :type git_commit: str :param script_dir: The value to assign to the script_dir property of this UpdateModelProvenanceDetails. :type script_dir: str :param training_script: The value to assign to the training_script property of this UpdateModelProvenanceDetails. :type training_script: str :param training_id: The value to assign to the training_id property of this UpdateModelProvenanceDetails. :type training_id: str �str)�repository_url� git_branch� git_commit� script_dir�training_script�training_id� repositoryUrl� gitBranch� gitCommit� scriptDir�trainingScript� trainingIdN)� swagger_types� attribute_map�_repository_url�_git_branch�_git_commit�_script_dir�_training_script�_training_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_science/models/update_model_provenance_details.py�__init__ s( � � z%UpdateModelProvenanceDetails.__init__c C s | j S )a Gets the repository_url of this UpdateModelProvenanceDetails. For model reproducibility purposes. URL of the git repository associated with model training. :return: The repository_url of this UpdateModelProvenanceDetails. :rtype: str �r �r r r r r G s z+UpdateModelProvenanceDetails.repository_urlc C s || _ dS )a" Sets the repository_url of this UpdateModelProvenanceDetails. For model reproducibility purposes. URL of the git repository associated with model training. :param repository_url: The repository_url of this UpdateModelProvenanceDetails. :type: str Nr! )r r r r r r S s c C s | j S )a Gets the git_branch of this UpdateModelProvenanceDetails. For model reproducibility purposes. Branch of the git repository associated with model training. :return: The git_branch of this UpdateModelProvenanceDetails. :rtype: str �r r"