UpdateModelGroupDetails

class oci.data_science.models.UpdateModelGroupDetails(**kwargs)

Bases: object

Details for updating a modelGroup.

Methods

__init__(**kwargs) Initializes a new UpdateModelGroupDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateModelGroupDetails.
description Gets the description of this UpdateModelGroupDetails.
display_name Gets the display_name of this UpdateModelGroupDetails.
freeform_tags Gets the freeform_tags of this UpdateModelGroupDetails.
model_group_version_history_id Gets the model_group_version_history_id of this UpdateModelGroupDetails.
version_label Gets the version_label of this UpdateModelGroupDetails.
__init__(**kwargs)

Initializes a new UpdateModelGroupDetails 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 UpdateModelGroupDetails.
  • description (str) – The value to assign to the description property of this UpdateModelGroupDetails.
  • version_label (str) – The value to assign to the version_label property of this UpdateModelGroupDetails.
  • model_group_version_history_id (str) – The value to assign to the model_group_version_history_id property of this UpdateModelGroupDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateModelGroupDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateModelGroupDetails.
defined_tags

Gets the defined_tags of this UpdateModelGroupDetails. 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 UpdateModelGroupDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateModelGroupDetails. A short description of the modelGroup.

Returns:The description of this UpdateModelGroupDetails.
Return type:str
display_name

Gets the display_name of this UpdateModelGroupDetails. 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 ModelGroup
Returns:The display_name of this UpdateModelGroupDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateModelGroupDetails. 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 UpdateModelGroupDetails.
Return type:dict(str, str)
model_group_version_history_id

Gets the model_group_version_history_id of this UpdateModelGroupDetails. The OCID of the model group version history to which the modelGroup will be associated.

Returns:The model_group_version_history_id of this UpdateModelGroupDetails.
Return type:str
version_label

Gets the version_label of this UpdateModelGroupDetails. An additional description of the lifecycle state of the model group.

Returns:The version_label of this UpdateModelGroupDetails.
Return type:str