CreateModelGroupVersionHistoryDetails

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

Bases: object

Parameters that are required to create a new model group version history.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateModelGroupVersionHistoryDetails.
defined_tags Gets the defined_tags of this CreateModelGroupVersionHistoryDetails.
description Gets the description of this CreateModelGroupVersionHistoryDetails.
display_name Gets the display_name of this CreateModelGroupVersionHistoryDetails.
freeform_tags Gets the freeform_tags of this CreateModelGroupVersionHistoryDetails.
latest_model_group_id Gets the latest_model_group_id of this CreateModelGroupVersionHistoryDetails.
project_id [Required] Gets the project_id of this CreateModelGroupVersionHistoryDetails.
__init__(**kwargs)

Initializes a new CreateModelGroupVersionHistoryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateModelGroupVersionHistoryDetails.
  • project_id (str) – The value to assign to the project_id property of this CreateModelGroupVersionHistoryDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateModelGroupVersionHistoryDetails.
  • description (str) – The value to assign to the description property of this CreateModelGroupVersionHistoryDetails.
  • latest_model_group_id (str) – The value to assign to the latest_model_group_id property of this CreateModelGroupVersionHistoryDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateModelGroupVersionHistoryDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateModelGroupVersionHistoryDetails.
compartment_id

[Required] Gets the compartment_id of this CreateModelGroupVersionHistoryDetails. The OCID of the compartment to create the model group version history in.

Returns:The compartment_id of this CreateModelGroupVersionHistoryDetails.
Return type:str
defined_tags

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

Gets the description of this CreateModelGroupVersionHistoryDetails. A short description of the model version history.

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

Gets the display_name of this CreateModelGroupVersionHistoryDetails. A user-friendly name for the resource. It must be unique and can’t be modified. Avoid entering confidential information. Example: My model version history

Returns:The display_name of this CreateModelGroupVersionHistoryDetails.
Return type:str
freeform_tags

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

Gets the latest_model_group_id of this CreateModelGroupVersionHistoryDetails. The OCID of the latest version of the model group to be associated.

Returns:The latest_model_group_id of this CreateModelGroupVersionHistoryDetails.
Return type:str
project_id

[Required] Gets the project_id of this CreateModelGroupVersionHistoryDetails. The OCID of the project to associate with the model group version history.

Returns:The project_id of this CreateModelGroupVersionHistoryDetails.
Return type:str