UpdateModelDetails¶
-
class
oci.data_science.models.
UpdateModelDetails
(**kwargs)¶ Bases:
object
Details for updating a model.
Methods
__init__
(**kwargs)Initializes a new UpdateModelDetails object with values from keyword arguments. Attributes
backup_setting
Gets the backup_setting of this UpdateModelDetails. custom_metadata_list
Gets the custom_metadata_list of this UpdateModelDetails. defined_metadata_list
Gets the defined_metadata_list of this UpdateModelDetails. defined_tags
Gets the defined_tags of this UpdateModelDetails. description
Gets the description of this UpdateModelDetails. display_name
Gets the display_name of this UpdateModelDetails. freeform_tags
Gets the freeform_tags of this UpdateModelDetails. model_version_set_id
Gets the model_version_set_id of this UpdateModelDetails. retention_setting
Gets the retention_setting of this UpdateModelDetails. version_label
Gets the version_label of this UpdateModelDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateModelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateModelDetails.
- description (str) – The value to assign to the description property of this UpdateModelDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateModelDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateModelDetails.
- custom_metadata_list (list[oci.data_science.models.Metadata]) – The value to assign to the custom_metadata_list property of this UpdateModelDetails.
- defined_metadata_list (list[oci.data_science.models.Metadata]) – The value to assign to the defined_metadata_list property of this UpdateModelDetails.
- model_version_set_id (str) – The value to assign to the model_version_set_id property of this UpdateModelDetails.
- version_label (str) – The value to assign to the version_label property of this UpdateModelDetails.
- retention_setting (oci.data_science.models.RetentionSetting) – The value to assign to the retention_setting property of this UpdateModelDetails.
- backup_setting (oci.data_science.models.BackupSetting) – The value to assign to the backup_setting property of this UpdateModelDetails.
-
backup_setting
¶ Gets the backup_setting of this UpdateModelDetails.
Returns: The backup_setting of this UpdateModelDetails. Return type: oci.data_science.models.BackupSetting
-
custom_metadata_list
¶ Gets the custom_metadata_list of this UpdateModelDetails. An array of custom metadata details for the model.
Returns: The custom_metadata_list of this UpdateModelDetails. Return type: list[oci.data_science.models.Metadata]
-
defined_metadata_list
¶ Gets the defined_metadata_list of this UpdateModelDetails. An array of defined metadata details for the model.
Returns: The defined_metadata_list of this UpdateModelDetails. Return type: list[oci.data_science.models.Metadata]
Gets the defined_tags of this UpdateModelDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateModelDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateModelDetails. A short description of the model.
Returns: The description of this UpdateModelDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateModelDetails. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
Example: My ModelReturns: The display_name of this UpdateModelDetails. Return type: str
Gets the freeform_tags of this UpdateModelDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateModelDetails. Return type: dict(str, str)
-
model_version_set_id
¶ Gets the model_version_set_id of this UpdateModelDetails. The OCID of the model version set that the model is associated to.
Returns: The model_version_set_id of this UpdateModelDetails. Return type: str
-
retention_setting
¶ Gets the retention_setting of this UpdateModelDetails.
Returns: The retention_setting of this UpdateModelDetails. Return type: oci.data_science.models.RetentionSetting
-
version_label
¶ Gets the version_label of this UpdateModelDetails. The version label can add an additional description of the lifecycle state of the model or the application using/training the model.
Returns: The version_label of this UpdateModelDetails. Return type: str
-