ModifyModelGroupDetails

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

Bases: object

Overwrites the properties of the source modelGroup.

Methods

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

Attributes

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

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

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

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

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

Gets the display_name of this ModifyModelGroupDetails. 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 ModifyModelGroupDetails.
Return type:str
freeform_tags

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

Gets the model_group_details of this ModifyModelGroupDetails.

Returns:The model_group_details of this ModifyModelGroupDetails.
Return type:oci.data_science.models.ModelGroupDetails
model_group_version_history_id

Gets the model_group_version_history_id of this ModifyModelGroupDetails. The OCID of the model group version history to which the modelGroup is associated.

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

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

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