Data Source: oci_datascience_model_group_version_history
This data source provides details about a specific Model Group Version History resource in Oracle Cloud Infrastructure Data Science service.
Gets the specified modelGroupVersionHistory’s information.
Example Usage
data "oci_datascience_model_group_version_history" "test_model_group_version_history" {
	#Required
	model_group_version_history_id = oci_datascience_model_group_version_history.test_model_group_version_history.id
}
Argument Reference
The following arguments are supported:
- model_group_version_history_id- (Required) The OCID of the modelGroupVersionHistory.
Attributes Reference
The following attributes are exported:
- compartment_id- The OCID of the modelGroupVersionHistory’s compartment.
- created_by- The OCID of the user who created the modelGroupVersionHistory.
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:- {"Operations.CostCenter": "42"}
- description- A short description of the modelGroupVersionHistory.
- display_name- A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- freeform_tags- 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"}
- id- The OCID of the modelGroupVersionHistory.
- latest_model_group_id- The OCID of the latest version of the model group associated.
- lifecycle_details- Details about the lifecycle state of the model group version history.
- project_id- The OCID of the project associated with the modelGroupVersionHistory.
- state- The state of the modelGroupVersionHistory.
- system_tags- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:- {"orcl-cloud.free-tier-retained": "true"}
- time_created- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- time_updated- The date and time the resource was last updated in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z